Releases: aalyria/api
Releases · aalyria/api
Release v18.5.1756846910+446fdf3
Full Changelog: v18.3.1...v18.5.1756846910+446fdf3
Release v18.3.1
Full Changelog: v14.105...v18.3.1
Release v18.3
Full Changelog: https://github.com/aalyria/api/commits/v18.3
v14.105
Import changes. - 3d87332e557378c258f09496bf02227240a0ebf3 GitOrigin-RevId: 3d87332e557378c258f09496bf02227240a0ebf3
v17.7
Full Changelog: v17.5...v17.7
v17.5
Full Changelog: https://github.com/aalyria/api/commits/v17.5
v11.93.1729609467+9b79d5b
API
SBI - scheduling API
- breaking change in the types of
configuration_changethat can be communicated through the API.SetBeam,UpdateBeamandDeleteBeamHoppingPlanhave been replaced by the newUpdateBeammessage.
CLI tools
nbictl
- added new subcommand
nbictl generate-auth-token --audience=.... - renamed
nbictl set-configsubcommand tonbictl config set --key=value - renamed
nbictl get-configsubcommand tonbictl config describe - renamed
nbictl list-configssubcommand tonbictl config list-profiles - the optional parameter
–context=NAMEis now–profile=NAME. The old parameter is still supported for compatibility.
generate-jwt
- we removed this tool. please use
nbictl generate-auth-token.
v10.89.1727190253+1f9fefe
Release Notes
API
- Entities of type NetworkNode and PlatformDefinition introduced a new field
category_tag.
This field is used in the UI in place oftypefield (which will be deprecated in future releases) to categorize nodes according to the groups that best fit the customer network.// A freeform string, used as a key in other contexts to lookup // context-relevant attributes (UI visual configuration, etc). optional string category_tag = 5;
v10.82.1722870316+bd0a22d0
Release Notes
API
-
Breaking change Replaced
Set/DeleteModemConfigurationwithSet/DeleteBeamandSet/DeleteBeamHoppingPlanin api/scheduling/v1alpha/scheduling.proto -
New gRPC method
VersionInfoin the NBI API: api/nbi/v1alpha/nbi.proto
9.79.1720740370-2024-07-11.SHA-0754e71
Release Notes
Sample Agent for Scheduling API
- Moved
cdpi_agent/toagent/and renamed the artifact toagent.
CLI tools
- Added
nbictl list-configscommand, to display all configs. - Added
nbictl get-config --context <context>command, to display a given context config.