Skip to content

Commit

Permalink
update changelog, prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Jan 31, 2024
1 parent 1517b02 commit 634e578
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions guide/src/main/asciidoc/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
== Changelog
* 2024-01-31
** new: a document may also be a singleton that's not part of a collection (<<document-singleton>>)
** new: path parameter names should use lowerCamelCase <<rule-path-param>>
** update: clarify that query parameters should use lowerCamelCase <<rule-uri-notat>>
** update: the name of a multi-value query parameter should be singular if it's a noun <<rule-qry-multi>>
** new: explicit rule and clearer guidelines on `GET /health` resource <<rule-hlth-res>>
* 2023-10-05
** update: <<rule-req-valid>> issue type for unknown input is renamed
** new: rule <<rule-hdr-case>> on case-insensitivity of HTTP headers
Expand Down
2 changes: 1 addition & 1 deletion guide/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:update-date: 2023-10-05
:update-date: 2024-01-31
:doctype: book
:docinfo:
:toc: left
Expand Down
1 change: 1 addition & 0 deletions guide/src/main/asciidoc/resources-document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ a|
|`/persons/{ssin}`
====

[[document-singleton, Singleton documents]]
*Singleton documents*

Documents may also be _singletons_, of which only a single instance exists within the context of its parent, if any. A singleton document's URI ends with a *fixed path segment that is a singular noun*.
Expand Down

0 comments on commit 634e578

Please sign in to comment.