Skip to content

Commit

Permalink
Improved v1.10 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-kerrien committed Sep 11, 2024
1 parent f697778 commit f8c9a1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
18 changes: 13 additions & 5 deletions docs/src/main/paradox/docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,27 @@ The latest stable release is **v1.10.0** released on **18.12.2023**.
- The S3 support for files has been completely rewritten
- The default Elasticsearch views now uses a new mapping and settings which improves the ability to search for resources
using the listing endpoints.
- Resolvers/storages/views can't be tagged anymore
- The global SSE endpoint, the SSE endpoints for realms/acls/organizations and the SSE endpoint
to fetch indexing errors have been removed
- Fetch organizations and projects by their uuid is now removed

### Deprecations

- Resolvers/storages/views can't be tagged anymore
- The global SSE endpoint, the SSE endpoints for realms/acls/organizations and the SSE endpoint
to fetch indexing errors have been removed
- Fetch organizations and projects by their uuid is now removed
- Jira Plugin

### New features / enhancements

- @ref:[S3 support has been rewritten with new features](../delta/api/files-api.md)
- The projects and the different types of resources can now be undeprecated
- Ability to @ref[enforce usage of schema at Project level](../delta/api/projects-api.md)
- Ability to retrieve the annotated original payload for a @ref:[Schema](../delta/api/schemas-api.md#fetch-original-payload) and a @ref:[Resolver](../delta/api/resolvers-api.md#fetch-original-resource-payload-using-resolvers)
- Ability to add custom metadata upon @ref:[creating](../delta/api/files-api.md#create-using-post) and @ref[updating](../delta/api/files-api.md#update) Files
- Ability to @ref:[fetch a search suite](../delta/api/search-api.md#fetch-a-suite)
- Ability to check if a project has been @ref:[correctly provisioned](../delta/api/supervision-api.md#projects-health) and potentially @ref:[heal](../delta/api/supervision-api.md#project-healing) this process
- The @ref:[Projects](../delta/api/projects-api.md#undeprecate) and the different types of resources (
@ref:[Storages](../delta/api/storages-api.md#undeprecate),
@ref:[ElasticSearch Views](../delta/api/views/elasticsearch-view-api.md#undeprecate), @ref:[Sparql Views](../delta/api/views/sparql-view-api.md#undeprecate), @ref:[Composite Views](../delta/api/views/composite-view-api.md#undeprecate),
@ref:[Schemas](../delta/api/schemas-api.md#undeprecate)) can now be undeprecated
- @ref:[Custom metadata can now be added to files](../delta/api/files-api.md#create-using-post)
- @ref:[Creating point-in-time for Elasticsearch queries](../delta/api/views/elasticsearch-view-api.md#create-a-point-in-time)

Expand Down
24 changes: 17 additions & 7 deletions docs/src/main/paradox/docs/releases/v1.10-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
//TODO adjust the end 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%3A2023-12-18..2024-08-30+){
open=new }
since v1.9.
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%3A2023-12-18..2024-08-30+){ open=new } since v1.9.

## Nexus Delta

Expand Down Expand Up @@ -54,7 +51,9 @@ Previously deprecated schemas can now be undeprecated.
Previously deprecated views can now be undeprecated. This is available for all view types.

@ref:[More information (ElasticSearch views)](../delta/api/views/elasticsearch-view-api.md#undeprecate)

@ref:[More information (Sparql views)](../delta/api/views/sparql-view-api.md#undeprecate)

@ref:[More information (Composite views)](../delta/api/views/composite-view-api.md#undeprecate)

### Elasticsearch views
Expand All @@ -78,6 +77,7 @@ It is now possible to add custom metadata when creating and updating files. This
search.

@ref:[More information about metadata during file creation](../delta/api/files-api.md#create-using-post)

@ref:[More information about metadata during file update](../delta/api/files-api.md#update)

### Storages
Expand All @@ -87,6 +87,7 @@ search.
The S3 support for Nexus Delta has been rewritten and new operations are available.

@ref:[More information for storages](../delta/api/storages-api.md)

@ref:[More information for files](../delta/api/files-api.md)

#### Disabling default storage
Expand All @@ -106,9 +107,9 @@ Previously deprecated storages can now be undeprecated.

### Resolvers

#### Fetching the annotated original payload of a resolved resource.
#### Fetching the annotated original payload of a Resolver resource.

The annotate parameter has been introduced to the endpoint to get the original payload of a resolved resource.
The annotate parameter has been introduced to the endpoint to get the original payload of a Resolver resource.

@ref:[More information](../delta/api/resolvers-api.md#fetch-original-resource-payload-using-resolvers)

Expand Down Expand Up @@ -152,5 +153,14 @@ A new endpoint has been added to heal a project.

## Nexus Fusion

TODO
### Support for undeprecation

Undeprecation of Project, Storage, View and Schema was added.

### Misc

Minor bugfixes and improvements were included in this release.

See the @link:[list of addressed issues](https://github.com/BlueBrain/nexus/issues?q=is%3Aissue+is%3Aclosed+created%3A2023-12-18..2024-08-30+label%3Afusion+){
open=new } since v1.9.

0 comments on commit f8c9a1c

Please sign in to comment.