Releases: aalyria/api
Releases · aalyria/api
v8.42.1698085480-SHA-e3f1cbc
CLI tools
- Updated
nbictl
to use the latest NBI APIs
NBI APIs
-
Renamed fields in
BAND_PROFILE
entity api/common/wireless_modcod.proto:
InAdaptiveDataRateTable
fields are now named:carrier_to_noise_plus_interference_steps
andreceived_signal_power_steps
. -
Simplified
INTERFACE_LINK_REPORT
entity api/nbi/v1alpha/resources/network_link.proto:
AnInterfaceLinkReport
now described a singlesrc > dst
link, instead of multiplesrc > dst
with samesrc
. -
Simplified NBI gRPC APIs api/nbi/v1alpha/nbi.proto:
- In
CreateEntityRequest
andUpdateEntityRequest
, the fieldsid
andtype
have been removed, and should now be provided inside theentity
field. - In
ListEntitiesRequest
,ListEntitiesOverTimeRequest
andDeleteEntityRequest
the fieldtype
have been changed fromstring
toEntityType
(protobuf enum).
- In
v6.38.1695414276-SHA-fc00978
CLI tools
- Added
nbictl get
command, to fetch a single entity - Added
nbictl grpcurl [describe/list/call]
command, to execute generic gRPC calls - Added
nbictl [--config_dir=value]
global option
SDKs
- Released
Spacetime Auth
library for Go. See: auth/doc.go
NBI APIs
- Added new gRPC method
GetEntity
in api/nbi/v1alpha/nbi.proto - Added new field
operational_impairments
in api/common/wireless_transceiver.proto
v6.35.1693936218-SHA-2608c13
CLI tools
⚠️ The configuration file changed since the previous release.
We recommend to delete~/.config/nbictl/config.textproto
before using the new version.
- Improved
nbictl --help
output - Updated
nbictl
to a new CLI flags framework. See autogenerated README.md
NBI APIs
- Published new API for
BentPipePayload
: api/common/bent_pipe.proto
v6.32.1691451396-SHA-5db8f228
Merge pull request #49 from aalyria/C0589B2BC6704E88EAB5BC3402A83C1A Project import generated by Copybara.