Skip to content

Commit d8415d5

Browse files
peterbrightwellmjeras
authored andcommitted
Update CHANGELOG for v1.0.1 (#63)
1 parent 3ab3c09 commit d8415d5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22
This document provides an overview of changes between released versions of this specification.
33

4+
## Release v1.0.1
5+
6+
API changes:
7+
8+
* Fixed event.json reference in the RAML
9+
* Changed the file naming of RAML examples to match changes in other NMOS projects
10+
* Documented the subscription command
11+
* Improved the descriptions and titles for some schemas
12+
* Changed the regex for event type to allow for more characters in the type names
13+
* Introduced parent schemas for command and message types
14+
* Replaced the broken "connection_lost" message with "connection_status" message
15+
* Enforced the minimum value of 1 for the optional number denominator
16+
17+
Documentation changes:
18+
19+
* New wording to support the API changes above
20+
* Enforced uniform document formatting and references to some terms (WebSocket, Events API, REST API)
21+
* Clarifications around the use of the retain flag and reboot, shutdown and connection status messages in MQTT
22+
* Clarifications around case sensitivity of event types
23+
* Addition of event type information to flows and receivers (IS-04 API change)
24+
* New parameters added to the MQTT transport parameters (IS-05 API change)
25+
* Clarifications of the connection/disconnection process for the IS-07 transports
26+
* Description of the DNS-SD TXT record for MQTT brokers
27+
* References to the authorization process
28+
* Various clean-up and clarifications of the wording across the documentation
29+
430
## Release v1.0
531
* Initial release

0 commit comments

Comments
 (0)