Skip to content

Releases: aalyria/api

Release v18.5.1756846910+446fdf3

02 Sep 21:05

Choose a tag to compare

Release v18.3.1

25 Aug 22:15

Choose a tag to compare

Release v18.3

20 Aug 02:34

Choose a tag to compare

v14.105

01 Aug 16:05

Choose a tag to compare

Import changes.

  - 3d87332e557378c258f09496bf02227240a0ebf3

GitOrigin-RevId: 3d87332e557378c258f09496bf02227240a0ebf3

v17.7

30 Jul 21:54

Choose a tag to compare

Full Changelog: v17.5...v17.7

v17.5

29 Jul 01:41

Choose a tag to compare

v11.93.1729609467+9b79d5b

24 Oct 17:44

Choose a tag to compare

API

SBI - scheduling API

  • breaking change in the types of configuration_change that can be communicated through the API.
    • SetBeam, UpdateBeam and DeleteBeamHoppingPlan have been replaced by the new UpdateBeam message.

CLI tools

nbictl

  • added new subcommand nbictl generate-auth-token --audience=....
  • renamed nbictl set-config subcommand to nbictl config set --key=value
  • renamed nbictl get-config subcommand to nbictl config describe
  • renamed nbictl list-configs subcommand to nbictl config list-profiles
  • the optional parameter –context=NAME is 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

24 Sep 17:42

Choose a tag to compare

Release Notes

API

  • Entities of type NetworkNode and PlatformDefinition introduced a new field category_tag.
    This field is used in the UI in place of type field (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

06 Aug 15:42

Choose a tag to compare

Release Notes

API

9.79.1720740370-2024-07-11.SHA-0754e71

12 Jul 19:52
0e78eee

Choose a tag to compare

Release Notes

Sample Agent for Scheduling API

  • Moved cdpi_agent/ to agent/and renamed the artifact to agent.

CLI tools

  • Added nbictl list-configs command, to display all configs.
  • Added nbictl get-config --context <context> command, to display a given context config.