diff --git a/docs/src/main/paradox/docs/releases/index.md b/docs/src/main/paradox/docs/releases/index.md index d2e4fde33c..348ac919d8 100644 --- a/docs/src/main/paradox/docs/releases/index.md +++ b/docs/src/main/paradox/docs/releases/index.md @@ -1,5 +1,6 @@ @@@ index +- @ref:[v1.11 Release Notes](v1.11-release-notes.md) - @ref:[v1.10 Release Notes](v1.10-release-notes.md) - @ref:[v1.9 To v1.10 Migration](v1.9-to-v1.10-migration.md) - @ref:[v1.9 Release Notes](v1.9-release-notes.md) @@ -19,8 +20,21 @@ This section of the documentation lists the significant BlueBrain Nexus releases across all services and web applications. +TODO: update release date The latest stable release is **v1.10.0** released on **17.09.2024**. +## 1.11.0 + +### Breaking changes + +@@@ note { .warning } + +The items listed below are changes that have been made in this release that break compatibility with previous releases. + +- The Remote storage server implementation has been removed +- +@@@ + ## 1.10.0 ### Breaking changes diff --git a/docs/src/main/paradox/docs/releases/v1.11-release-notes.md b/docs/src/main/paradox/docs/releases/v1.11-release-notes.md new file mode 100644 index 0000000000..0f2f167b92 --- /dev/null +++ b/docs/src/main/paradox/docs/releases/v1.11-release-notes.md @@ -0,0 +1,23 @@ +# v1.11 Release Notes + +> This is an incremental software release that adds several improvements across the board. +> The API is backwards compatible with v1.10 except for creating and updating S3 storages +> + +// TODO: update date +For the detailed list of updates in this release, see the @link:[list of addressed issues](https://github.com/BlueBrain/nexus/issues?&q=is%3Aissue+is%3Aclosed+created%3A2024-09-17..2024-12-31+){ open=new } since v1.10. + +## Nexus Delta + +### Remote storage server + +The remote storage server part has been removed. + +The client is deprecated and remains with @link:[the remote storage in 1.10](https://hub.docker.com/r/bluebrain/nexus-storage/tags). + +## Nexus Fusion + +// TODO: update date +See the @link:[list of addressed issues](https://github.com/BlueBrain/nexus/issues?q=is%3Aissue+is%3Aclosed+created%3A2024-09-17..2024-12-31+label%3Afusion+){ +open=new } since v1.10. +