Skip to content

Releases: unity-sds/unity-data-services

Release v1.8.0-develop-3101896541 - refs/heads/develop

21 Sep 23:56
c0f1f0c
Compare
Choose a tag to compare

Changes in this release:
feat: Collection Creation endpoint with DAPA format (#79)

  • chore: move the unit test

  • feat: add create collection for cumulus

  • feat: adding stac to cumulus for json

  • feat: finished transforming from stac to cumulus

  • fix: try creating collection with min requirement

  • feat: add class to create dapa collection obj

  • fix: add class to create dapa collection object for unity

  • feat: add class to create STAC collection

  • feat: update to python3.9 + new lambda for collection creation

  • chore: python3.9 for github action

  • fix: ci/cd on develop branch with additional release postfix

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • fix: testing different output number

  • chore: add testcase.. in progress

  • fix: wrong handler for new lambda

  • fix: require libraries at the worng location

  • fix: add mock url if url_path is misisng

  • feat: add rule when creating a collection

  • fix: wrong quotes in terraform

  • fix: use thread to run the actual collection creation in background thread

  • fix: revert background process. does not work as expected in lambda

  • fix: addig facade for collection creation

  • fix: api gateway wants string for body. not dict

  • fix: no need to hash the dict

  • feat: add single collection details

  • feat: add single collection detail logic

  • fix: update testcase + yaml for api gateway

  • feat: delete collection if rule creation fails

  • chore: update version

Release v1.8.0 - refs/heads/main

21 Sep 23:58
41241d5
Compare
Choose a tag to compare
Pre-release

Changes in this release:
Merge pull request #87 from unity-sds/develop

feat: collection creation endpoint

Release v1.7.2-merge-3099473188 - refs/pull/79/merge

21 Sep 16:26
2f8c3f0
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3069425987 - refs/pull/79/merge

16 Sep 16:53
a64e0c0
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3064711040 - refs/pull/79/merge

16 Sep 00:55
a4cb245
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3047513576 - refs/pull/79/merge

13 Sep 18:36
7632601
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3047280633 - refs/pull/79/merge

13 Sep 17:58
0eae707
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3046311833 - refs/pull/79/merge

13 Sep 15:22
00a4e64
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2-merge-3046228703 - refs/pull/79/merge

13 Sep 15:11
cc11514
Compare
Choose a tag to compare

Changes in this release:

Release v1.7.2 - refs/heads/main

08 Sep 23:26
61cd1cc
Compare
Choose a tag to compare
Pre-release

Changes in this release:
fix: not honoring offset and limit in Collection query (#82)

  • fix: not assigning limit and offset from api endpoint

  • chore: bump version