From 1e3cdd7a67a3778dd3dd45430f87b914a0724795 Mon Sep 17 00:00:00 2001 From: hunterowens Date: Tue, 30 Apr 2019 10:06:09 -0700 Subject: [PATCH 1/3] 0.3.1 release notes --- ReleaseNotes.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 01241218..b6d6f51e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,31 @@ +## 0.3.1 + +> Released 2019-04-30 + +This release represents a series of non-breaking changes and clarifications for provider, along with a number of agency bugfixes / changes. + +**CHANGES** + +*_Provider_* +* New Battery Charged event type reason. Thanks @dbaty / @bors-ltd +* MDS Schema version fix. +* New release process - thanks @jfh for documenting, all for partcipating +* Additional Breaking / Non-Breaking Documentation +* [Add versions endpoint](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/300). Thanks @billdirks +* [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes + +*_Agency_* +* Change from UUIDv4 to just UUID. Thanks @karcass +* Change Error Messages for State Machine validation. +* Update Pagination Rules +* Add Unregistered event. +* [Add Event Diagram](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/258). Thanks @whereissean +* [Removing 412 Responses](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/258) +* Add deregister and decomissioned events. Thanks @dirkdk +* [Remove 5 second Telemetry requirement](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/261) +* [Improve failure and error handling around Telemetry Data](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/290) +* +* ## 0.3.0 > Released 2019-02-15 From 721b05f77c54351d4c7916d9ab8a758979963574 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 30 Apr 2019 11:27:00 -0700 Subject: [PATCH 2/3] some cleanup, adding links --- ReleaseNotes.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b6d6f51e..474c21e8 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,11 +7,10 @@ This release represents a series of non-breaking changes and clarifications for **CHANGES** *_Provider_* -* New Battery Charged event type reason. Thanks @dbaty / @bors-ltd -* MDS Schema version fix. -* New release process - thanks @jfh for documenting, all for partcipating -* Additional Breaking / Non-Breaking Documentation -* [Add versions endpoint](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/300). Thanks @billdirks +* MDS Schema version fix. +* [New release process](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating +* [Additional documentation around what is considered Breaking / Non-Breaking](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/295). Thanks @rf- +* [OPTIONS for version negotiation](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/293). Thanks @billdirks * [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes *_Agency_* @@ -24,8 +23,7 @@ This release represents a series of non-breaking changes and clarifications for * Add deregister and decomissioned events. Thanks @dirkdk * [Remove 5 second Telemetry requirement](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/261) * [Improve failure and error handling around Telemetry Data](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/290) -* -* + ## 0.3.0 > Released 2019-02-15 From 9d919a97b2302fb64cb09f4cab32bfe303bc1439 Mon Sep 17 00:00:00 2001 From: hunterowens Date: Tue, 30 Apr 2019 13:09:17 -0700 Subject: [PATCH 3/3] update notes --- ReleaseNotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b6d6f51e..e3a61fe3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -12,7 +12,8 @@ This release represents a series of non-breaking changes and clarifications for * New release process - thanks @jfh for documenting, all for partcipating * Additional Breaking / Non-Breaking Documentation * [Add versions endpoint](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/300). Thanks @billdirks -* [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes +* [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes +* [Explicitly allow associated_trip for any event type](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/297) *_Agency_* * Change from UUIDv4 to just UUID. Thanks @karcass