This public release contains the definition and documentation of
- location-verification v1.0.0
- location-retrieval v0.3.0
- geofencing-subscriptions v0.3.0
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
Changelog since v0.2.0
- Full Changelog with the list of PRs and contributors: v0.2.0...r1.2
location-verification v1.0.0
Added
- Added x-correlator to requests and headers
- Enhancements in documentation
- Testing plan
Changed
- Make
device
optional in requests, with related documentation - Make '+' mandatory for phoneNumber
- Adjust
maxAge
behaviour and minimum, and adjust documentation - Alignment of errors with Commonalities
Fixed
- Update the PARTIAL case description:
match_rate
is set in the response
location-retrieval v0.3.0
Added
- Added x-correlator to requests and headers
- Enhancements in documentation
- Testing plan
Changed
- Make
device
optional in requests, with related documentation - Make '+' mandatory for phoneNumber
- Adjust
maxAge
behaviour and minimum, and adjust documentation - Alignment of errors with Commonalities
Fixed
- Clarify that
lastLocationTime
is mandatory in responses
geofencing-subscriptions v0.3.0
Added
- Adopt Commonalities guidelines for subscriptions (based on CloudEvents)
- Add
subscriptionMaxEvents
for maximum number of notifications - Add
SUBSCRIPTION_DELETED
andSUBSCRIPTION_UNPROCESSABLE
as termination reasons - Add
terminationsDescription
as optional event property - Added x-correlator to requests and headers
- Enhancements in documentation
- Testing plan
Changed
- Change base path to
geofencing-subscriptions
and adapt security scopes - Make '+' mandatory for phoneNumber
- Alignment of errors with Commonalities