Skip to content

Releases: checkly/checkly-go-sdk

v1.14.0

05 Sep 13:53
ec8cfa8
Compare
Choose a tag to compare

What's Changed

  • feat: add incident trigger support to all check types by @sorccu in #139

Full Changelog: v1.13.0...v1.14.0

v1.13.0

31 Jul 13:16
fe383ac
Compare
Choose a tag to compare

What's Changed

  • feat: expose more Dashboard properties [sc-25022] by @sorccu in #138

Full Changelog: v1.12.0...v1.13.0

v1.12.0

24 Jul 13:52
7273c7f
Compare
Choose a tag to compare

What's Changed

  • feat: add support for URL monitors [sc-24803] by @sorccu in #136
  • feat: add EnableIncidents to Dashboard [sc-25022] by @sorccu in #137

Full Changelog: v1.11.1...v1.12.0

v1.11.1

24 Jun 19:04
d46402f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

09 Apr 07:17
9431512
Compare
Choose a tag to compare

What's Changed

  • feat: add status pages and status page services [sc-23757] by @sorccu in #131

Full Changelog: v1.10.0...v1.11.0

v1.10.0

03 Mar 18:50
1d63f11
Compare
Choose a tag to compare

What's Changed

  • fix(tests): use retryStrategy in favor of deprecated doubleCheck [sc-23400] by @sorccu in #127
  • feat: support client certificates [sc-23397] by @sorccu in #126

Full Changelog: v1.9.1...v1.10.0

v1.9.1

03 Feb 13:04
5b35b64
Compare
Choose a tag to compare

What's Changed

  • fix: pass empty Locations and PrivateLocations to backend [sc-23129] by @sorccu in #125

Full Changelog: v1.9.0...v1.9.1

v1.9.0

28 Jan 10:23
dac9fad
Compare
Choose a tag to compare

What's Changed

  • feat: add support for TCP checks [sc-23026] by @sorccu in #124

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.8.1

02 Sep 08:29
c7573ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

01 Jul 11:03
1e565ea
Compare
Choose a tag to compare
add GetStaticIPs function and test case (#121)

* add GetStaticIPs function and test case

* add fixtures

* move to *net.IPNet

* add comment

* use netip package

* remove line

---------

Co-authored-by: Daniel Paulus <[email protected]>