|
| 1 | +## 0.3.1 |
| 2 | + |
| 3 | +> Released 2019-04-30 |
| 4 | +
|
| 5 | +This release represents a series of non-breaking changes and clarifications for provider, along with a number of agency bugfixes / changes. |
| 6 | + |
| 7 | +**CHANGES** |
| 8 | + |
| 9 | +*_Provider_* |
| 10 | +* New Battery Charged event type reason. Thanks @dbaty / @bors-ltd |
| 11 | +* MDS Schema version fix. |
| 12 | +* New release process - thanks @jfh for documenting, all for partcipating |
| 13 | +* Additional Breaking / Non-Breaking Documentation |
| 14 | +* [Add versions endpoint](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/300). Thanks @billdirks |
| 15 | +* [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes |
| 16 | +* [Explicitly allow associated_trip for any event type](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/297) |
| 17 | +* MDS Schema version fix. |
| 18 | +* [New release process](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating |
| 19 | +* [Additional documentation around what is considered Breaking / Non-Breaking](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/295). Thanks @rf- |
| 20 | +* [OPTIONS for version negotiation](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/293). Thanks @billdirks |
| 21 | +* [Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes |
| 22 | + |
| 23 | +*_Agency_* |
| 24 | +* Change from UUIDv4 to just UUID. Thanks @karcass |
| 25 | +* Change Error Messages for State Machine validation. |
| 26 | +* Update Pagination Rules |
| 27 | +* Add Unregistered event. |
| 28 | +* [Add Event Diagram](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/258). Thanks @whereissean |
| 29 | +* [Removing 412 Responses](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/258) |
| 30 | +* Add deregister and decomissioned events. Thanks @dirkdk |
| 31 | +* [Remove 5 second Telemetry requirement](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/261) |
| 32 | +* [Improve failure and error handling around Telemetry Data](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/290) |
| 33 | + |
1 | 34 | ## 0.3.0 |
2 | 35 |
|
3 | 36 | > Released 2019-02-15 |
|
0 commit comments