forked from odpi/egeria
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
odpi#3971 update release notes for 2.4
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
- Loading branch information
Showing
2 changed files
with
32 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
# 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. |