Releases: datatrails/datatrails-python
Releases · datatrails/datatrails-python
Storage Integrity
When creating an asset the user can specify whether to store the asset on the Ledger or (more simply) on tenant storage.
Improved type hints
v0.2.0a4 Make the linter happy
Remove unused behaviours
Problem: Some defined behaviours have been removed from archivist. Solution: "Firmware", "Maintenance", "LocationUpdate" and "UserAttributes" behaviours removed from examples and tests. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
Remove non-functional entry points
Remove entry points from wheel Problem: The entry points in the wheel are no longer relevant. Solution: Remove entry points. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
Managed logging
Standard logging is enabled and the original root logger removed.
Add IAM endpoints
IAM endpoints have been added, such as subjects and access policies. Additionally functional testing is now allowed.
v0.1.0a5
Merge pull request #19 from jitsuin-inc/dev/eccles/cache-subclasses-f…
First release via github action
v0.1.0a4 Fix dirty version caused by change in __init__.py (#12)