Skip to content

Releases: getsentry/uptime-checker

26.5.2

02 Jun 18:18

Choose a tag to compare

Internal Changes 🔧

Gocd

26.5.1

27 May 17:06

Choose a tag to compare

  • No documented changes.

26.5.0

18 May 08:09

Choose a tag to compare

  • No documented changes.

26.4.2

05 May 13:58

Choose a tag to compare

  • No documented changes.

26.4.1

22 Apr 19:52

Choose a tag to compare

  • No documented changes.

26.4.0

15 Apr 22:09

Choose a tag to compare

Bug Fixes 🐛

Internal Changes 🔧

26.3.1

17 Mar 17:06

Choose a tag to compare

  • No documented changes.

26.3.0

16 Mar 16:34

Choose a tag to compare

New Features ✨

  • (uptime) Attach stacktraces for sentry errors by @klochek in #491

Bug Fixes 🐛

Uptime

  • Don't report monitor_task_ended as an error by @klochek in #492
  • Rust 1.94 breaks bad borrowing behavior; update deps to fix by @klochek in #490
  • In ci, generate and upload debug symbols to sentry, per project/org by @klochek in #488
  • Only download body if necessary by @klochek in #487
  • Better vector error messages by @klochek in #486
  • Add better logging for check config failures by @klochek in #485
  • Remove and prevent unwrap/panic by @klochek in #462

26.2.1

21 Feb 00:37

Choose a tag to compare

  • No documented changes.

26.2.0

17 Feb 23:18

Choose a tag to compare

New Features ✨

Uptime

  • Provide detail and paths for comp/runtime assertion errors by @klochek in #482
  • Allow preview checks to capture response body bytes by @klochek in #472
  • Metrics for asserts by @klochek in #477
  • Set assertion limits using config/env vars by @klochek in #476
  • Add response capture support for failure debugging by @wedamija in #464

Bug Fixes 🐛

Uptime

  • Only download body bytes if the assertion needs them by @klochek in #483
  • Devservices fixes (port, repo) by @klochek in #479
  • Add bounds to number of operations allowed in an assertion by @klochek in #474
  • Have jsonpath asserts compare against values by @klochek in #471
  • For asserts, wrap json objects in arrays by @klochek in #470
  • Open the endpoint on the adapter, not localhost by @klochek in #466

Internal Changes 🔧

  • (uptime) Add comparison tests for uptime asserts by @klochek in #473