Release 3.11
This release contains many bug fixes and enhancements.
Highlights
- Capability to pass additional http headers from an inbound request to security plugins, and to propogate on outbound rest api calls
- Co-existence of multiple versions of our helm charts
- Use of additional connectors with our base & lab helm charts
- More secure jupyter environment for notebooks
- Kafka client fixes to consumer group definition & initial offset
- Additional tests
- internal refactoring to improve consistency between OMASs
- Many dependency updates to maintain currency and address known security vulnarabilities
More detail in the curated release notes at https://egeria-project.org/release-notes/3-11/
See also our full docs at https://egeria-project.org
Available via:
- Source: https://github.com/odpi/egeria/releases/tag/V3.11 (here :-) )
- Maven artifacts: Maven Central (via maven/gradle)
- Container images - https://quay.io/repository/odpi/egeria?tab=tags (no pull request limits) & https://hub.docker.com/r/odpi/egeria
- k8s Helm Chart repository https://github.com/odpi/egeria-charts
What's Changed
- #6554 update version to 3.11-SNAPSHOT by @planetf1 in #6634
- remove 2 false Sonar Security Hotspot alerts by @wbittles in #6640
- [ui-chassis-spring] view services running in ui-chassis-spring by @bogdan-sava in #6632
- #6638 Fix overriding of consumer group id in kafka topic connector by @planetf1 in #6639
- Revert testng to 7.5 due to reporting exceptions (tests still run ok) by @planetf1 in #6693
- #3370 Use traditional class pattern scanning for testNG - some tests … by @planetf1 in #6695
- #3370 fix some gradle dependency errors by @planetf1 in #6637
- Dependabot : July 2022 by @planetf1 in #6691
- Bump com.autonomousapps.dependency-analysis from 1.9.0 to 1.10.0 by @dependabot in #6703
- Bump testng from 7.6.0 to 7.6.1 by @dependabot in #6680
- Bump commons-configuration2 from 2.7 to 2.8.0 by @dependabot in #6711
- #6549 Fix kafka consumer initial seek position by @planetf1 in #6712
- added endpoint to trigger load for data engine proxy by @marius-patrascu in #6705
- UI lab - use erinoverview user for checking the assets by @popa-raluca in #6718
- resolves Sonar Security Hotspot alerts for Exception::printStackTrace by @wbittles in #6696
- Changed rest call to load data from data engine proxy asynchronous by @marius-patrascu in #6720
- Kafka debug improvements by @planetf1 in #6721
- Restructure generic handlers and repository handler by @mandy-chessell in #6726
- Add new type ProfileLocation by @mandy-chessell in #6731
- Kafka - fix sonarscan bug reports by @planetf1 in #6730
- New connection tests and updates to valid values by @mandy-chessell in #6733
- Reverting connector interface change by @lpalashevski in #6792
- Generic Handlers - use new method uncheckedLinkElementToElement on create methods by @popa-raluca in #6704
- Dependabot 20220907a by @planetf1 in #6797
- Bump actions/cache from 3.0.5 to 3.0.6 by @dependabot in #6798
- Bump openlineage-java from 0.11.0 to 0.12.0 by @dependabot in #6799
- Bump openlineage-java from 0.11.0 to 0.12.0 by @dependabot in #6801
- Bump com.autonomousapps.dependency-analysis from 1.11.3 to 1.12.0 by @dependabot in #6800
- Propagate http headers to security connector context (related to #5700) by @MihaiIliescu in #6793
- SpringRESTClientConnector improveing logging performance by @bogdan-sava in #6810
- odpi/egeria-coco-labs#4 move jupyter notebooks to new repo by @planetf1 in #6808
- Updates to OMAS APIs and archive builders for sustainability by @mandy-chessell in #6806
- SpringRESTClientConnector formatted logging by @bogdan-sava in #6814
- Radical simplification of elementHeaders by @mandy-chessell in #6841
- Add content to archives by @mandy-chessell in #6844
- Add Open Metadata Store Service by @mandy-chessell in #6850
- Add Governance Program OMAS server-side methods by @mandy-chessell in #6853
- Propagate http headers through federated queries by @MihaiIliescu in #6851
- FVT testcases for locations and profiles by @mandy-chessell in #6855
- #6812 update version to 3.11 by @planetf1 in #6860
- #6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy by @planetf1 in #6862
Full Changelog: V3.10...V3.11