Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 3.96 KB

File metadata and controls

41 lines (26 loc) · 3.96 KB

Changelog

2.117.1 (2026-08-31)

Bug Fixes

  • refuse to write a sensitive variable that would clear its value (39ea402), closes #449
  • test: assert delta upload sizes relationally, not as exact bytes (1860c3d)

2.117.0 (2026-08-27)

Features

  • support specific and excluded target tag IDs for deployments and runbook runs (#409) (2a0dc1f)

2.116.0 (2026-08-24)

Features

  • add concurrency token support for partial variable snapshot updates (#465) (7bc0e78)
  • add GetDashboard and assert every query field carries a uri tag (3f475dd), closes #442
  • add GetDynamicDashboard to DashboardService (3f545ad)
  • add interruptions.InterruptionType and use it on DashboardItem (b263a38)
  • add Priority to the shared create-execution command (c39c4a4)
  • add runbooks.Get for space-wide runbook queries (9cb294e)
  • add server health, timezones and document counts to serverstatus (d4d2984), closes #47
  • add system info, recent logs and system report to serverstatus (9020da2), closes #47
  • convert Amazon ECS cluster endpoints through EndpointResource (18bea46)
  • deserialise Amazon ECS cluster target endpoints (c902a51)

Bug Fixes

  • add actiontemplates.GetByQuery so collection filters reach the server (cd2b594), closes #437
  • complete DashboardItem and document that the dashboard filters on IDs (fb3d95e)
  • model environment Links and add dashboard e2e coverage (0518886)
  • tolerate a null ServiceDeskProjectName from the server (16b9fae)
  • tolerate a null StandardChangeTemplateName from the server (d50e716)