Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/managed-datahub/release-notes/v_0_3_15.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ This contains detailed release notes, but there's also an [announcement blog pos

## Release Changelog

### v0.3.15.5-acryl

- OpenAPI Operations Endpoints: Debugging endpoints added for k8 and kafka.
- Assertion Hook Performance Improvement: Aspects and URNs are now fetched in batches.
- Elasticsearch 8: Fix role creation

### v0.3.15.4-acryl

- Elasticsearch 7: Fix role creation
- Elasticsearch/Opensearch: Allow role to inspect nodes for query optimization
- **Assertions on remote executor**: There was a state management bug in the coordinator on `3.15-acryl` which caused assertions to stop running on remote workers. This infrastructure bug has been fixed and tested for to prevent future regressions.



### v0.3.15-acryl

New Features:
Expand Down Expand Up @@ -56,6 +70,7 @@ Fixes:

## Known Issues

- Assertions do not run on remote executor deployment modes. Please look to 3.15.3 for the fix.
- Assertions do not run on remote executor deployment modes. Please look to 3.15.4 for the fix.
- There is some backward incompatibilities between older remote executors and 3.15 GMS. Remote executors may need to be upgraded to resolve these.
- PATCH of the Ownership aspect does not support assigning the same owner to multiple ownership type urns
- If you were to upgrade to v0.3.15 and create a "Platforms" home page module, in order to roll back to a previous version of DataHub you will need to either (1) remove the Platforms modules from all home page templates or (2) roll back to v0.3.14.2 which includes a fix to handle unknown module types. This sort of backwards compatibility with home page modules is resolved going forward with v0.3.15.
Loading