comparison NEWS @ 4628:5fabef29c4ff db-changes

added new primitive "hasRevisionsSupport" in database SDK, added "CheckRevisions" to URI "/system"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 15:59:31 +0200
parents f7d5372b59b3
children 0524d6e93672
comparison
equal deleted inserted replaced
4627:f7d5372b59b3 4628:5fabef29c4ff
10 10
11 REST API 11 REST API
12 -------- 12 --------
13 13
14 * API version upgraded to 12 14 * API version upgraded to 12
15 * "/system" reports the value of the "CheckRevisions" global option
15 * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the 16 * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the
16 HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions 17 HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions
17 18
18 Plugins 19 Plugins
19 ------- 20 -------