Skip to content

Commit

Permalink
Move changelog of 1.8.7 to LTS.
Browse files Browse the repository at this point in the history
Add changelog for 1.9.0
  • Loading branch information
npomaroli committed Jul 22, 2022
1 parent 2be9c78 commit d69c615
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ include::content/docs/variables.adoc-include[]

* The `html` field type will be removed in the future. Instead the `string` type will be used in combination with an additional configuration property for this field in the schema. Of course, your existing schemas will be migrated for you.

[[v1.8.7]]
== 1.8.7 (TBD)
[[v1.9.0]]
== 1.9.0 (22.07.2022)

icon:plus[] It is now possible to use an external SQL database for data storage as alternative to the embedded OrientDB by using the commercially available `Gentics Mesh SQL`.

icon:check[] Core: Possible errors during node migrations in branches have been fixed.

Expand Down
16 changes: 16 additions & 0 deletions LTS-CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ include::content/docs/variables.adoc-include[]
The LTS changelog lists releases which are only accessible via a commercial subscription.
All fixes and changes in LTS releases will be released the next minor release. Changes from LTS 1.4.x will be included in release 1.5.0.

[[v1.8.7]]
== 1.8.7 (22.07.2022)

icon:check[] Core: Possible errors during node migrations in branches have been fixed.

icon:plus[] Java Rest Client: The new options `maxRetries` and `retryDelayMs` can be used to configure automatic retries for requests to Mesh which failed due to a network error. By default retries are disabled. A value of -1 for `retryDelayMs` will automatically calculate a delay such that all tries are performed in the timespan of the call timeout configured for the Ok HTTP client.

icon:check[] Plugins: Fixes plugin initialization such that plugins that failed to load will cause the livenes probe to return an unhealthy status.

icon:check[] Cluster: The plugin initialization now waits not only for the write quorum being reached, but for the node availability as well, during the startup.

icon:check[] Core: Schema field names are now checked for uniqueness regardless of case sensitivity. This behavior was already
enforced in the UI, and is now enforced in the REST API. The check is not performed for existing schemas.

icon:check[] Core: When a project was deleted, its associated version purge job were not. This has been fixed.

[[v1.6.31]]
== 1.6.31 (21.07.2022)

Expand Down

0 comments on commit d69c615

Please sign in to comment.