Releases: camaraproject/NetworkSliceBooking
r2.1
Release Notes
This release contains the definition and documentation of
- network-slice-booking v0.2.0-rc.1
- network-slice-assignment v0.1.0-rc.1
The API definition(s) are based on
- Commonalities v0.7.0
- Identity and Consent Management v0.5.0
network-slice-booking v0.2.0-rc.1
network-slice-booking v0.2.0-rc.1 is the first release candidate of the version 0.2.0
network-slice-booking v0.2.0 will be a minor update of the API, and is backward compatible with v0.1.0.
- API definition with inline documentation:
Changed
- Modify the term session to slice in #87
- Split NetworkSliceBooking422-SERVICE_NOT_APPLICABLE into SERVICE_AREA_NOT_SUPPORTED and RESOURCES_INSUFFICIENT in #92
network-slice-assignment v0.1.0-rc.1
network-slice-assignment v0.1.0-rc.1 is the first release-candidate version of the network-slice-assignment API
- API definition with inline documentation:
Added
- Add network-slice-assignment API initial definition in #87
Changed
- Modified the paths structure with
sliceIdin path anddevicein request body in #96
r1.2
Release Notes
This public release contains the definition and documentation of
- network-slice-booking v0.1.0
The API definition(s) are based on
- Commonalities v0.6.0
- Identity and Consent Management v0.4.0
network-slice-booking v0.1.0
network-slice-booking v0.1.0 is first public release version of the network-slice-booking API
- API definition with inline documentation:
Changed
- Align the error name to Generic429 and change mandatory description for date-time string format in #75
Added
- Add centralized linting workflows to ensure code quality and API specification compliance in #69
- Add text description for duration format fields in #75
Full Changelog: https://github.com/camaraproject/NetworkSliceBooking/commits/r1.2
r1.1
Release note:
This release contains the definition and documentation of
- network-slice-booking v0.1.0-rc.1
The API definition(s) are based on
- Commonalities v0.6.0
- Identity and Consent Management v0.4.0
network-slice-booking v0.1.0-rc.1
network-slice-booking v0.1.0-rc.1 is first pre-release version of the network-slice-booking API
- API definition with inline documentation:
Added
- Upload Network Slice Booking API initial documentation in #4
- Add Network Slice Booking API user story in #13
- Add API design document in #20
- Initial API yaml including Network Slice Booking API in #32
- Add API checklist in #48
- Update API yaml, modify and format the status codes 200, 204, 404, 409 aligment with commonalities in #50
- Update API yaml, remove AUTHENTICATION_REQUIRED error code in #55
- Add the test file of Network Slice Booking API and update the file of checklist in #57