Skip to content

Commit 5377400

Browse files
committed
Merge remote-tracking branch 'upstream/release-0.4.1'
2 parents cdb5948 + b848c43 commit 5377400

4 files changed

Lines changed: 89 additions & 38 deletions

File tree

ReleaseNotes.md

Lines changed: 85 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,53 @@
1-
## 0.4.0
1+
## 0.4.1
2+
3+
> Release Candidate submitted 2020-03-01
4+
5+
0.4.1 is the first release of the Mobility Data Specification under the guidance and stewardship of the Open Mobility Foundation.
6+
As such, this release includes a number of administrative and documentation changes, including to the licensing and release process.
7+
This release also brings a number of language clarifications from 0.4.0 and new features across the various APIs, including the much anticipated /vehicles endpoint in Provider.
8+
9+
### CHANGES
10+
11+
*_MDS_*
12+
13+
* [MDS officially transferred from LADOT to OMF](https://github.com/openmobilityfoundation/mobility-data-specification/issues/386):
14+
* [Update license from CC0 to CC-BY](https://github.com/openmobilityfoundation/mobility-data-specification/pull/390)
15+
* [Updates to various documentation to support code transfer from LADOT to OMF](https://github.com/openmobilityfoundation/mobility-data-specification/pull/391)
16+
* [Switch CODEOWNERS to use OMF teams](https://github.com/openmobilityfoundation/mobility-data-specification/pull/404)
17+
* [Add documentation around currently Supported MDS versions](https://github.com/openmobilityfoundation/mobility-data-specification/pull/449)
18+
* [Add documentation around Understanding MDS APIs](https://github.com/openmobilityfoundation/mobility-data-specification/pull/452)
19+
* [ReleaseGuidelines updates to reflect OMF process and 12 week dev cycle](https://github.com/openmobilityfoundation/mobility-data-specification/pull/453)
20+
* [Added "moped" vehicle type](https://github.com/openmobilityfoundation/mobility-data-specification/pull/416)
21+
22+
*_Provider_*
23+
24+
* [Mention ambiguity for event_type reserved](https://github.com/openmobilityfoundation/mobility-data-specification/pull/439)
25+
* [Clarify no pagination on /trips and /status_changes](https://github.com/openmobilityfoundation/mobility-data-specification/pull/424)
26+
* [Make required/optional endpoints more explicit](https://github.com/openmobilityfoundation/mobility-data-specification/pull/456)
27+
* [Adding a /vehicles endpoint](https://github.com/openmobilityfoundation/mobility-data-specification/pull/376)
28+
* [JSON Schema fixes/updates](https://github.com/openmobilityfoundation/mobility-data-specification/pull/458)
29+
30+
*_Agency_*
31+
32+
* [Add decommissioned event type reason](https://github.com/openmobilityfoundation/mobility-data-specification/pull/408)
33+
* [Add versioning](https://github.com/openmobilityfoundation/mobility-data-specification/pull/444)
34+
35+
*_Policy_*
36+
37+
* [Update documentation to use correct field name](https://github.com/openmobilityfoundation/mobility-data-specification/pull/412)
38+
* [Add missing rule_id](https://github.com/openmobilityfoundation/mobility-data-specification/pull/409)
39+
* [Add versioning](https://github.com/openmobilityfoundation/mobility-data-specification/pull/444)
40+
41+
## 0.4.0
242

343
> Release 2019-10-31
444
5-
The 0.4.0 release represents a major step forward in the Mobility Data Specification. The `provider` endpoints have been refactored to allow static file backed API servers which should improve uptime, reliability and the ability to backfill what is now growing to years of data. There is a new `policy` API endpoint, designed to be implemented by Agencies, that allows for clearer communication of geofencing, vehicle caps and more. A full list of changes is below. Many thanks to all the contributors who helped on this release.
45+
The 0.4.0 release represents a major step forward in the Mobility Data Specification. The `provider` endpoints have been refactored to allow static file backed API servers which should improve uptime, reliability and the ability to backfill what is now growing to years of data. There is a new `policy` API endpoint, designed to be implemented by Agencies, that allows for clearer communication of geofencing, vehicle caps and more. A full list of changes is below. Many thanks to all the contributors who helped on this release.
46+
47+
### CHANGES
648

7-
**CHANGES**
849
*_Provider_*
50+
951
* [Improved Handling of Cost Data](https://github.com/openmobilityfoundation/mobility-data-specification/pull/388)
1052
* [Allow static file storage backed API Endpoints](https://github.com/openmobilityfoundation/mobility-data-specification/pull/357)
1153
* [Cleanup Provider README](https://github.com/openmobilityfoundation/mobility-data-specification/pull/395)
@@ -16,99 +58,107 @@ The 0.4.0 release represents a major step forward in the Mobility Data Specifica
1658
* [Update Status Change JSON Schema to include Associated Trip properly](https://github.com/openmobilityfoundation/mobility-data-specification/pull/353)
1759

1860
*_Agency_*
61+
1962
* [Add Accuracy Field for GPS Telemetry Data](https://github.com/openmobilityfoundation/mobility-data-specification/pull/360)
2063
* [String Limit to 255 Characters](https://github.com/openmobilityfoundation/mobility-data-specification/pull/361)
2164
* [Remove SLA from /telemetry](https://github.com/openmobilityfoundation/mobility-data-specification/pull/371)
2265
* [Update State Machine Diagram](https://github.com/openmobilityfoundation/mobility-data-specification/pull/363)
2366

24-
*_Misc_*
67+
*_Misc_*
68+
2569
* [New Policy API Endpoint](https://github.com/openmobilityfoundation/mobility-data-specification/pull/382)
2670
* [Improved README for Schema Directory](https://github.com/openmobilityfoundation/mobility-data-specification/pull/398)
2771
* [Add Car Vehicle Type](https://github.com/openmobilityfoundation/mobility-data-specification/pull/219)
2872
* [Unify Error Responses between Provider / Agency](https://github.com/openmobilityfoundation/mobility-data-specification/pull/368)
2973
* [Improvements to Release Process](https://github.com/openmobilityfoundation/mobility-data-specification/pull/372)
3074

31-
## 0.3.2
75+
## 0.3.2
3276

3377
> Released 2019-06-13
3478
35-
This release is a series of non breaking and minor changes for provider, along with JSON Schema for agency.
79+
This release is a series of non breaking and minor changes for provider, along with JSON Schema for agency.
3680

37-
**CHANGES**
81+
### CHANGES
3882

3983
*_Provider_*
84+
4085
* [Add an optional recorded field to provider](https://github.com/openmobilityfoundation/mobility-data-specification/issues/307)
4186
* [Ordering Definitions](https://github.com/openmobilityfoundation/mobility-data-specification/pull/301)
4287
* [406 response - version negiotation](https://github.com/openmobilityfoundation/mobility-data-specification/pull/327)
4388

4489
*_Agency_*
45-
[JSON Schema for Agency](https://github.com/openmobilityfoundation/mobility-data-specification/issues/169)
90+
91+
* [JSON Schema for Agency](https://github.com/openmobilityfoundation/mobility-data-specification/issues/169)
4692

4793
*_Misc_*
48-
[Schema Folder Cleanup](https://github.com/openmobilityfoundation/mobility-data-specification/pull/328)
49-
[Global GNSS Support](https://github.com/openmobilityfoundation/mobility-data-specification/pull/316)
94+
95+
* [Schema Folder Cleanup](https://github.com/openmobilityfoundation/mobility-data-specification/pull/328)
96+
* [Global GNSS Support](https://github.com/openmobilityfoundation/mobility-data-specification/pull/316)
97+
5098
## 0.3.1
5199

52100
> Released 2019-04-30
53101
54-
This release represents a series of non-breaking changes and clarifications for provider, along with a number of agency bugfixes / changes.
102+
This release represents a series of non-breaking changes and clarifications for provider, along with a number of agency bugfixes / changes.
55103

56-
**CHANGES**
104+
### CHANGES
57105

58106
*_Provider_*
107+
59108
* MDS Schema version fix.
60-
* [New release process](https://github.com/openmobilityfoundation/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating
109+
* [New release process](https://github.com/openmobilityfoundation/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating
61110
* [Additional documentation around what is considered Breaking / Non-Breaking](https://github.com/openmobilityfoundation/mobility-data-specification/pull/295). Thanks @rf-
62111
* [OPTIONS for version negotiation](https://github.com/openmobilityfoundation/mobility-data-specification/pull/293). Thanks @billdirks
63-
* [Add Agency Drop off / pick up](https://github.com/openmobilityfoundation/mobility-data-specification/pull/291). Thanks @margodawes
112+
* [Add Agency Drop off / pick up](https://github.com/openmobilityfoundation/mobility-data-specification/pull/291). Thanks @margodawes
64113
* [Explicitly allow associated_trip for any event type](https://github.com/openmobilityfoundation/mobility-data-specification/pull/297)
65114

66115
*_Agency_*
116+
67117
* Change from UUIDv4 to just UUID. Thanks @karcass
68-
* Change Error Messages for State Machine validation.
69-
* Update Pagination Rules
70-
* Add Unregistered event.
118+
* Change Error Messages for State Machine validation.
119+
* Update Pagination Rules
120+
* Add Unregistered event.
71121
* [Add Event Diagram](https://github.com/openmobilityfoundation/mobility-data-specification/pull/258). Thanks @whereissean
72122
* [Removing 412 Responses](https://github.com/openmobilityfoundation/mobility-data-specification/pull/258)
73-
* Add deregister and decomissioned events. Thanks @dirkdk
123+
* Add deregister and decomissioned events. Thanks @dirkdk
74124
* [Remove 5 second Telemetry requirement](https://github.com/openmobilityfoundation/mobility-data-specification/pull/261)
75125
* [Improve failure and error handling around Telemetry Data](https://github.com/openmobilityfoundation/mobility-data-specification/pull/290)
76126

77-
## 0.3.0
127+
## 0.3.0
78128

79129
> Released 2019-02-15
80130
81-
This release is the first minor version release of MDS with breaking changes for deployed provider API instances.
131+
This release is the first minor version release of MDS with breaking changes for deployed provider API instances.
82132

83-
**CHANGES**
133+
### CHANGES
84134

85-
* Improved Time Based Filtering Query Parameters. #139. Thanks @babldev
86-
* Changes in Service Area for Agency API.
135+
* Improved Time Based Filtering Query Parameters. #139. Thanks @babldev
136+
* Changes in Service Area for Agency API.
87137
* Switch timestamps to Integer milliseconds since Epoch rather then seconds. #179
88138
* Removed unused bbox query parameter. #183
89139
* Add GBFS discovery URL to `/providers.csv`. #205. Thanks @asadowns
90140
* Associated Trips -> Associated Trip, no longer an array. #88, #202, #217. Thanks @black-tea, @oderby
91-
* Version Requirements and documentation. #152, #216, and #114
92-
* Agency API refactors to support launch of ladot.io sandbox. #193, #194. Thanks @toddapetersen, @sebdiem, @cttengsfmta.
93-
* Clarification on Service Starts, Service Ends and Municipal Boundaries. #211, #226
94-
* Documentation on how to implement truncate to save on payload size.
141+
* Version Requirements and documentation. #152, #216, and #114
142+
* Agency API refactors to support launch of ladot.io sandbox. #193, #194. Thanks @toddapetersen, @sebdiem, @cttengsfmta.
143+
* Clarification on Service Starts, Service Ends and Municipal Boundaries. #211, #226
144+
* Documentation on how to implement truncate to save on payload size.
95145

96146
## 0.2.1
97147

98148
> Released 2018-12-03
99149
100-
This release is the first patch release of MDS 0.2.
150+
This release is the first patch release of MDS 0.2.
101151

102-
We did not chose to include the `timestamp` change, as discussed in issue #104, because it is breaking. Early versions of this branch included that change. The change will be made in MDS 0.3.0.
152+
We did not chose to include the `timestamp` change, as discussed in issue #104, because it is breaking. Early versions of this branch included that change. The change will be made in MDS 0.3.0.
103153

104-
**CHANGES**
154+
### CHANGES
105155

106-
* Release Guidelines. Ref #147 #129
107-
* Many Validator Fixes/Null Fixes. Ref #166 #165 #128
108-
* Many Clarifications / Cleanup to make the spec easier to read.
109-
* JSON Schema is now much closer to the written spec, fails on Null if required, doesn't fail if field is not required.
156+
* Release Guidelines. Ref #147 #129
157+
* Many Validator Fixes/Null Fixes. Ref #166 #165 #128
158+
* Many Clarifications / Cleanup to make the spec easier to read.
159+
* JSON Schema is now much closer to the written spec, fails on Null if required, doesn't fail if field is not required.
110160

111-
Thanks to all contributors.
161+
Thanks to all contributors.
112162

113163
## 0.1.1
114164

agency/get_vehicle.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
},
183183
"event_type_reason": {
184184
"enum": [
185-
"missing"
185+
"missing",
186+
"decommissioned"
186187
]
187188
}
188189
}

agency/post_vehicle_event.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@
248248
}
249249
},
250250
"additionalProperties": false
251-
}
251+
}

schema/templates/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"enum": ["deregister"]
175175
},
176176
"event_type_reason": {
177-
"enum": ["missing"]
177+
"enum": ["missing", "decommissioned"]
178178
}
179179
}
180180
}

0 commit comments

Comments
 (0)