Skip to content

Releases: uptime-com/uptime-client-go

v2.11.0

17 Apr 11:03
ba07801

Choose a tag to compare

Changelog

  • ba07801 feat: cloudstatus group monitoring + error_fields/encryption decode fixes (SYS-1201) (#45)

v2.10.0

20 Mar 10:28
d4bae65

Choose a tag to compare

Changelog

  • d4bae65 docs: add AGENTS.md with comprehensive guide for developers and AI agents
  • 491360e fix: rewrite account-usage endpoint to match actual API response format
  • d7b4edf feat: add CLI commands for all status page nested endpoints (components, incidents, metrics, subscribers, users, domain allow/block)
  • a83368d feat: add users CLI command with full CRUD, deactivate, reactivate
  • c6069b6 feat: add alerts CLI command with list, get, root-cause, ignore
  • a14309e feat: add get subcommand to checks, contacts, credentials, dashboards, tags, slareports, scheduledreports, statuspages
  • 494e361 feat: add pagespeed and cloudstatus check types to CLI
  • 44eb0a7 feat: add account-usage CLI command (SYS-1219)
  • 1c01833 fix: replace self-referencing aliases with useful ones in slareports and scheduledreports
  • 578ea31 fix: correct copy-pasted help text in contacts, credentials, dashboards CLI commands
  • e257980 fix: pass bound list flags instead of hardcoded options in CLI commands
  • 79f588f feat: add account usage/limits endpoint (SYS-1219)

v2.9.0

17 Mar 16:01
7eb8bdf

Choose a tag to compare

Changelog

  • 7eb8bdf feat: add Cloud Status check type support

v2.8.0

11 Mar 09:39
c98d95d

Choose a tag to compare

Changelog

  • c98d95d Merge branch 'main' of github.com:uptime-com/uptime-client-go
  • 5ee0378 Merge pull request #44 from uptime-com/dmitry-up-4740-bearer-auth-support
  • cf74fb0 feat: add omitempty to Check structs for PATCH compatibility
  • 25c8c18 bearer auth support

v2.7.0

27 Feb 16:59
05bfd1b

Choose a tag to compare

Changelog

  • 05bfd1b feat: add ListLocations to ChecksEndpoint for GET /checks/locations/

v2.6.0

17 Dec 09:34
698ef35

Choose a tag to compare

Changelog

  • 698ef35 chore: update README about breaking change. (#43)
  • 2d50c42 Merge pull request #42 from uptime-com/feat/expose-pagination-metadata
  • b82de3f refactor: split ep_checks.go by check type
  • b7a0c08 feat: expose pagination metadata from List operations (#41)

v2.5.3

13 Dec 11:47
7b1340c

Choose a tag to compare

Changelog

  • 7b1340c fix: set Content-Length header for POST/PATCH requests (#40)

v2.5.2

05 Dec 07:05
a8fb6b4

Choose a tag to compare

Changelog

  • a8fb6b4 feat: add pause_on_scheduled_maintenance field to CheckMaintenance (#39)

v2.5.1

28 Nov 12:26
f716f84

Choose a tag to compare

Changelog

  • f716f84 fix: preserve request body on retry after 429 response (#38)

v2.5.0

28 Nov 08:34
0b3c1c2

Choose a tag to compare

Breaking Changes

The ContactGroups field type has changed from []string to *[]string across all check types to properly support PATCH requests.