Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.1 release notes #302

Merged
merged 4 commits into from
Apr 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## 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
* [Explicitly allow associated_trip for any event type](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/297)
* 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_*
* 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
Expand Down