r1.2 #360
hdamker
announced in
Announcements
r1.2
#360
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This public release contains the definition and documentation of
The API definition(s) are based on
Note: the previous qod v0.10.1 API with endpoints for QoS Sessions and QoS Profiles has been split into two APIs. There are additional breaking changes.
quality-on-demand v0.11.0
Version 0.11.0 provides the QoS Sessions endpoints from v0.10.1, adds one endpoint /retrieve-sessions, and is aligned with Commonalities 0.4.0 and Identity and Consent Management 0.2.0. There are breaking changes compared to v0.10.1.
Added
retrieveSessions
to get a list of sessions for a given device by @jlurien in List sessions endpoint for quality-on-demand #325statusInfo
as parameter toSessionInfo
by @maxl2287 in feat: add thestatusInfo
as parameter to theSessionInfo
#273x-correlator
header to requests and responses by @jlurien in Add X-Correlator and other fixes #283Changed
+
prefix mandatory for phoneNumber by @jlurien in Make + prefix mandatory for phoneNumber #301sink
andsinkCredentials
by @maxl2287 in Align on Commonalities' subscription-model by usingsink
andsinkCredentials
#335createSession
Device
object andinfo
object with CommonalitiesFixed
Removed
messages
object in theSessionInfo
schema by @sfnuser in Remove unused messages object in SessionInfo schema #312TermsOfService
andContact
frominfo
objects (they may be added by API Providers documenting their APIs) by @RandyLevensalor in Remove ToS and contact info #311qos-profiles v0.11.0
qos-profiles 0.11.0 provides the QoS Profiles endpoints from v0.10.1, changed the retrieval operation to allow the get the QoS Profiles available for a given device, and is aligned with Commonalities 0.4.0 and Identity and Consent Management 0.2.0. There are breaking changes compared to v0.10.1.
Added
x-correlator
header to requests and responses by @jlurien in Add X-Correlator and other fixes #283Changed
/qos-profiles
from a GET to a POST to support the query for profiles available on a given device and changed the endpoint name to/retrieve-qos-profiles
by @RandyLevensalor in Add query to qos-profiles to query profiles available on a given device #318 and Updating names qos-profile of endpoints #348maxDuration
by @jlurien in Consolidation of changes related to session duration #296Fixed
Removed
TermsOfService
andContact
frominfo
objects (they may be added by API Providers documenting their APIs) by @RandyLevensalor in Remove ToS and contact info #311qod-provisioning v0.1.0
qod-provisioning v0.1.0 is the first initial release of this new API. It provides the ability to set a QoS profile for a device within an access network which will be applied each time the device connects to the same access network.
Added
Changed
Fixed
Removed
Full Changelog: v0.10.1...r1.2
This discussion was created from the release r1.2.
Beta Was this translation helpful? Give feedback.
All reactions