docs: Group HTTP API changes

pull/5423/head
Richard Hansen 2022-02-16 23:25:33 -05:00
parent a8c061154e
commit 2512593d4b
1 changed files with 8 additions and 7 deletions

View File

@ -18,13 +18,14 @@
* `padOptions.showChat` * `padOptions.showChat`
* `padOptions.userColor` * `padOptions.userColor`
* `padOptions.userName` * `padOptions.userName`
* Fixed the return value of the `getText` HTTP API when called with a specific * HTTP API:
revision. * Fixed the return value of `getText` when called with a specific revision.
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`. * Fixed a potential attribute pool corruption bug with
* Mappings created by the `createGroupIfNotExistsFor` HTTP API are now removed `copyPadWithoutHistory`.
from the database when the group is deleted. * Mappings created by `createGroupIfNotExistsFor` are now removed from the
* Fixed race conditions in the `setText`, `appendText`, and `restoreRevision` database when the group is deleted.
functions (HTTP API). * Fixed race conditions in the `setText`, `appendText`, and `restoreRevision`
functions.
* Fixed a crash if the database is busy enough to cause a query timeout. * Fixed a crash if the database is busy enough to cause a query timeout.
* New `/health` endpoint for getting information about Etherpad's health (see * New `/health` endpoint for getting information about Etherpad's health (see
[draft-inadarei-api-health-check-06](https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html)). [draft-inadarei-api-health-check-06](https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html)).