Update 0.3.10 docs explaining bug and fix in 0.3.10.2 (#13114)

Co-authored-by: John Joyce <john@acryl.io>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
This commit is contained in:
Chris Collins 2025-04-17 17:53:10 -04:00 committed by GitHub
parent abfdfb6a3a
commit de9de49f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
## Recommended CLI/SDK
1.0.0.1
1.0.0.2
## Helm Chart
1.5.20
1.5.21
## Known Issues
@ -22,12 +22,37 @@
---
### v0.3.10.2
- Known Issues
- [Remote Automations] Remote Automations runners are encountering a dependency resolution issue when attempting to install `acryl-datahub`. Remote automations are not supported in this release. If you are interested to run automations on your Remote Executor please reach out to DataHub Cloud support.
- Bug Fixes
- [Forms] Fixes a bug introduced in `v0.3.10.1` where you would be removed from the forms experience when applying filters or making certain changes in the bulk by question form view.
- [Manage Ingestion] Fixes a bug from `v0.3.10.1` where you may not be able to properly switch pages in the manage ingestion experience.
- [Structured Properties] Fixes an issue where you can accidentally create an Entity type structured property that accepts no Entity types as values.
- [API] Prevent validation errors from entity type case sensitivity
- [Observe] Adding tags to assertions now works
- Product
- [Executor Pools] Pool id character limits increased to 200
- [Observe] Clear explanations for the various tuning knobs on Smart Assertions
### v0.3.10.1
- All changes in https://github.com/datahub-project/datahub/releases/tag/v1.0.0
- Known Bugs
- [Forms] There is a bug in the bulk by question Forms experience where if you apply filters, change the search query, change page, or change page size the modal to fill the form out closes. This is fixed in `v0.3.10.2` which is a recommended version over this version.
- [Manage Ingestion] Styling changes affected the ability to switch between pages for certain users depending on their ingestion data. This could result in not being able to properly change pages in the ingestion page.
- [Remote Automations] Remote Automations runners are encountering a dependency resolution issue when attempting to install `acryl-datahub`. Remote automations are not supported in this release. If you are interested to run automations on your Remote Executor please reach out to DataHub Cloud support.
- Breaking Changes
- [API] API validation is executed for all ASYNC ingestion requests. This includes URN, Entity Type Names, Entity & Aspect names. This may result in 4xx exceptions when these rules
are violated.
- Bug Fixes
- [Schema Tab] Render rich text in the V1 experience where you can click on links instead of having to click "View more"