Skip to content

v0.81.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 08 Nov 03:02
· 381 commits to master since this release
c262f14

BREAKING CHANGES:

  • devices_policy: CreateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)
  • devices_policy: DeleteDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)
  • devices_policy: DeviceClientCertificates is renamed to DeviceClientCertificates (#1433)
  • devices_policy: GetDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)
  • devices_policy: GetDeviceClientCertificatesZone is renamed to GetDeviceClientCertificates with updated method signatures (#1433)
  • devices_policy: GetDeviceClientCertificates is updated with method signatures matching the library conventions (#1433)
  • devices_policy: GetDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)
  • devices_policy: UpdateDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)
  • devices_policy: UpdateDeviceClientCertificatesZone is renamed to UpdateDeviceClientCertificates with updated method signatures (#1433)
  • devices_policy: UpdateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#1433)

ENHANCEMENTS:

  • access_seats: Add UpdateAccessUserSeat() to list IP Access Rules (#1427)
  • access_user: Add GetAccessUserActiveSessions() to get all active sessions for a Access/Zero-Trust user. (#1427)
  • access_user: Add GetAccessUserFailedLogins() to get all failed login attempts for a Access/Zero-Trust user. (#1427)
  • access_user: Add GetAccessUserLastSeenIdentity() to get last seen identity for a Access/Zero-Trust user. (#1427)
  • access_user: Add GetAccessUserSingleActiveSession() to get an active session for a Access/Zero-Trust user. (#1427)
  • access_user: Add ListAccessUsers() to get a list of users for a Access/Zero-Trust account. (#1427)
  • devices_policy: Add support for listing device settings policies (#1433)
  • teams_rules: Add support for resolver policies (#1436)

DEPENDENCIES:

  • deps: bumps golang.org/x/time from 0.3.0 to 0.4.0 (#1434)