Changelog
All notable changes to the APIs are documented in this file.
Legend
info
Based on: https://keepachangelog.com/en/1.1.0/
Group changes to describe their impact on the project, as follows:
-
Added
for new features. -
Changed
for changes in existing functionality. -
Deprecated
for once-stable features removed in upcoming releases. -
Removed
for deprecated features removed in this release. -
Fixed
for any bug fixes. -
Security
to invite users to upgrade in case of vulnerabilities.
2024-October
Changed
-
The rate limits for the
POST /devices/v1beta1/devices
,GET /devices/v1beta1/devices
andGET /devices/v1beta1/async-operations/{id}
APIs have increased.
2024-May
Added
The following public APIs were added:
-
GET /devices/v1beta1/devices/{id}
Changed
-
The
GET /devices/v1beta1/devices
API now supports filtering supports IN, NOT along with exiting operators. Filter based on Tags is also supported.
2023-November
Added
The initial public APIs were added:
-
POST /devices/v1beta1/devices
-
PATCH /devices/v1beta1/devices
-
GET /devices/v1beta1/devices
-
GET /devices/v1beta1/async-operations/{id}