Releases: raystack/compass
Releases · raystack/compass
v0.6.0
What's Changed
- fix: populate version in assets_versions for 1st entry by @Chief-Rishab in #221
- fix: allow creation of asset with owner identified by UUID by @Chief-Rishab in #222
- chore: rename to raystack by @ravisuhag in #223
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(lineage): delete lineage for the asset when deleting asset. by @anjali9791 in #220
- feat: partition assets into multiple tenants by @kushsharma in #217
New Contributors
- @anjali9791 made their first contribution in #220
- @kushsharma made their first contribution in #217
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix: include asset's owners info in response by @sudo-suhas in #218
- feat!: update cli commands by @Chief-Rishab in #211
- docs: update documentation by @Chief-Rishab in #210
New Contributors
- @Chief-Rishab made their first contribution in #211
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- feat: return data attribute from es search results by @bsushmith in #197
- fix: Patch asset's lineage by @sudo-suhas in #195
- feat: enhance asset filters in GetAllAssets by @bsushmith in #199
- chore: increase grpc max call send & receive msg size by @bsushmith in #192
- feat: support fetching specific asset version with URN by @sudo-suhas in #207
- fix: store, retrieve asset.url by @sudo-suhas in #209
Full Changelog: v0.3.0...v0.3.1
v0.3.1-rc2
What's Changed
- feat: enhance asset filters in GetAllAssets by @bsushmith in #199
Full Changelog: v0.3.1-rc1...v0.3.1-rc2
v0.3.1-rc1
What's Changed
- feat: return data attribute from es search results by @bsushmith in #197
- fix: Patch asset's lineage by @sudo-suhas in #195
Full Changelog: v0.3.0...v0.3.1-rc1
v0.3.0
Changelog
- b5a3ea5 chore: add tests to improve coverage (#156)
- 514a209 chore: switch to remote plugins in buf.gen.yaml (#177)
- a632c15 chore: update docker compose to volume mount for local development (#174)
- a195e5b chore: update proto and openapi path (#168)
- 8833924 doc: improve documentation (#155)
- 274fb0a feat(assets): Manage assets with URN for GET/DELETE (#166)
- b96ebcc feat: Add Asset's Probe (#172)
- b18d570 feat: allow feature_table as an asset type (#176)
- e08fc82 feat: allow model, application as asset type (#191)
- 1c6d3ac feat: include latest probe in lineage response (#180)
- a9ec40b feat: new UpsertAsset api with replace strategy instead of patch/merge (#171)
- f01ec6f feat: serve grpc on different port (#189)
- 0e568a1 fix(assets): Index assets table on urn column (#165)
- 28ca981 fix: apply asset URN filter for fetching probes (#179)
- 34784ad fix: require timestamp for adding asset probe (#183)
- 414593a refactor!: stop usage of deprecated fields in LineageNode (#178)
- 6dbf4a4 refactor: omit types that need not be specified in var declarations (#167)