diff --git a/release-notes/README.md b/release-notes/README.md index 585c3ffbd4a..83bfb7cb36e 100644 --- a/release-notes/README.md +++ b/release-notes/README.md @@ -23,12 +23,24 @@ and bad. We would love to hear from you. Below are the release notes for the latest ODPi Egeria release: - * [Release 2.2](release-notes-2-2.md) - August 2020 + * [Release 2.4](release-notes-2-2.md) - October 2020 + * Integration Server + * User Interface improvements + * Additional tests * Bug fixes * Dependency updates ## Older Releases +* [Release 2.3](release-notes-2-2.md) - September 2020 + * Presentation Server User Interface + * Bug fixes + * Dependency updates + +* [Release 2.2](release-notes-2-2.md) - August 2020 + * Bug fixes + * Dependency updates + * [Release 2.1](release-notes-2-1.md) - July 2020 * Bug fixes * Dependency updates @@ -90,21 +102,6 @@ partial function as soon as it is stable and has no impact on released function. So you will see support for much more function than is officially released. This way you can monitor and feedback on future items as they are developed. -The draft release notes for our future planned releases are below: - -* [Release 2.3](release-notes-2-3.md) - Planned September 2020 - * Metadata Controlled Security - * Data Virtualization Configuration - -* [Release 2.4](release-notes-2-4.md) - Planned October 2020 - * Digital Architecture - * Digital service lifecycle management - -* [Release 2.5](release-notes-2-5.md) - Planned November 2020 - * Project management of IT change - * IoT and large scale cohorts - - ## Reporting issues If you discover an issue in the release you are using, we recommend diff --git a/release-notes/release-notes-2-4.md b/release-notes/release-notes-2-4.md index 553cbb0e5cc..83448a6452a 100644 --- a/release-notes/release-notes-2-4.md +++ b/release-notes/release-notes-2-4.md @@ -1,29 +1,28 @@ -# Release 2.4 (Planned October 2020) +# Release 2.4 (October 2020) -Release 2.4 adds support for: - * Project management of IT change - * IoT and large scale cohorts +Release 2.4 adds: -Below are the highlights: +* The [Integration Daemon](https://github.com/odpi/egeria/blob/master/open-metadata-implementation/admin-services/docs/concepts/integration-daemon.md) now makes is simpler to exchange metadata with third party technology + such as catalogs and databases. +* The Repository explorer User Interface ('REX') can now be configured with a list of available + platforms and servers to improve security and usability. +* The latest version of Repository Explorer, Type Explorer and Dino, is found + in the 'Presentation Server' UI. See + [Presentation Server component documentation](https://github.com/odpi/egeria/tree/master/open-metadata-implementation/user-interfaces/presentation-server) + and + [Configuring the Presentation Server](https://github.com/odpi/egeria/blob/master/open-metadata-implementation/admin-services/docs/user/configuring-the-presentation-server.md) + . +* Additional [Access Services Functional Verification tests](https://github.com/odpi/egeria/tree/master/open-metadata-test/open-metadata-fvt/access-services-fvt) have been added to improve code quality +* Bug fixes +* Dependency updates + * Spring has been updated to 5.2.9 + * Spring Security has been updated to 5.4.1 + * Spring Boot has been updated to 2.3.3 + * For a full list run 'mvn dependency:tree' against top level directory and/or review the top level pom.xml -* There is a new access service called the [Project Management OMAS](../open-metadata-implementation/access-services/project-management) - provides support for projects, task tracking and to dos. - It is designed to integrate with project management tools and link the progress of work with the governance requirements and outcomes. - -* The [Open Metadata Repository Services (OMRS)](../open-metadata-implementation/repository-services) - have been enhanced to scale to hundreds of members of the open metadata - cohort. - -* There are new [tutorials](../open-metadata-resources/open-metadata-tutorials), - [hands-on labs](../open-metadata-resources/open-metadata-labs), - [samples](../open-metadata-resources/open-metadata-samples) and - [open metadata archives](../open-metadata-resources/open-metadata-archives) demonstrating - these new capabilities of Egeria. - - ---- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), Copyright Contributors to the ODPi Egeria project.