mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 21:29:12 -04:00
API: Add optional authorId
param to mutation functions
This commit is contained in:
parent
50fafe608b
commit
aa286b7dbd
6 changed files with 93 additions and 42 deletions
|
@ -26,6 +26,9 @@
|
|||
database when the group is deleted.
|
||||
* Fixed race conditions in the `setText`, `appendText`, and `restoreRevision`
|
||||
functions.
|
||||
* Added an optional `authorId` parameter to `appendText`,
|
||||
`copyPadWithoutHistory`, `createGroupPad`, `createPad`, `restoreRevision`,
|
||||
`setHTML`, and `setText`, and bumped the latest API version to 1.3.0.
|
||||
* 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
|
||||
[draft-inadarei-api-health-check-06](https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html)).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue