You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
* Modified the way assets are catalogued so that the asset type is no longer used a key to group assets. Instead an asset role is a piece of metadata for an asset and the fileame of the asset is used as the key.
* Updated changelog and version number.
* We now use the href and not just the filename for the asset key to ensure keys are unique.
* Modified how to handle CMR assets that don't have an asset role specified as metadata key/value pair. In these situations we use the key as the asset role.
* Updated changelog.
* Fixed description in changelog
* added correct client ids for dev, prod
* Updated many methods in Collection to avoid conflating the values needing to be stored for the properties type and roles. Also added new property "roles" to Datafile to assist with the previously mentioned improvement.
* Fixed bug with to_stac method.
* Fixed pluralization with roles key in data_service
---------
Co-authored-by: mike-gangl <michael.e.gangl@jpl.nasa.gov>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
9
9
10
-
## Unreleased
10
+
## Unreleased [0.3.0]
11
11
### Added
12
12
### Fixed
13
13
* fixed an issue with encoding a json deploy request twice [71](https://github.com/unity-sds/unity-py/issues/71)
14
14
### Changed
15
+
* We now use the asset URI/HREF as the key into the assets, and use the "metadata" and "data" types as asset-roles: [69](https://github.com/unity-sds/unity-py/issues/69)
15
16
### Removed
16
17
### Security
17
18
### Deprecated
18
19
19
20
20
-
--------
21
21
## [0.2.2] - 2024-01-03
22
22
### Added
23
23
* Added project/venue support [5](https://github.com/unity-sds/unity-py/issues/58)
0 commit comments