feat(docs): Add docs for 0.3.11.1 Cloud Release (#13604)

This commit is contained in:
Pedro Silva 2025-05-23 20:30:54 +01:00 committed by GitHub
parent 62ab7d817f
commit da3f82ea58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
| Component | Version |
| --------------- | --------------- |
| Helm | `1.5.34` |
| Helm | `1.5.40` |
| CLI | `1.0.0.3` |
| Remote Executor | `v0.3.11-acryl` |
| Actions | `v0.0.3` |
@ -18,10 +18,30 @@
## Known Issues
- Versions older than `v0.3.11-acryl` of the Remote Executor will not work with this release.
## Release Changelog
---
### v0.3.11.1
- Bug Fixes
- [Tags] Allow editing tags that do not have property aspects (i.e: when creating by a transformer).
- [Tags] Support null tagProperties aspect when updating tag color.
- [Search] Adds a search filter for "Created At". This is behind a feature flag `SHOW_CREATED_AT_FILTER`, disabled by default as the underlying metadata is not available for all entities.
- [Search] Improve platform instance search filters. Adds names & icons to each entry.
- [Gen AI] Fix column / ml feature description show more button when text was larger than expected.
- [Glossary] Display custom properties in glossary nodes.
- [Lineage] Add feature flag for lineage full expansion in the UI for very large graphs.
- [Proposals] Fix status filter in list action request GraphQL call.
- [System Sources] Remove hardcoded CLI versions for system sources. This should be dynamic and inherit the system default.
- [UI] Don't show 404 while computing user permissions for a page.
- [UI] Fix pagination overflow on embedded list search results
- [Forms] Remove schema field entities from form assignment entity types.
- [Slack] Surface installation error to end user
### v0.3.11
- Breaking Changes