Skip to content

Releases: bugsnag/bugsnag-api-ruby

v3.0.0

03 Nov 10:26
Compare
Choose a tag to compare

Enhancements

  • Update required Sawyer version to ~> 0.9.2
    | ilvez
    | #43

  • Require Ruby 2.6+
    | #44

v2.1.1

02 Nov 14:50
bc56d35
Compare
Choose a tag to compare

2.1.1 (2 November 2021)

Fixes

v2.1.0

28 Jul 11:00
183906b
Compare
Choose a tag to compare

2.1.0 (28 July 2021)

Enhancements

  • Add stability and release endpoints
    | #34

v2.0.3

11 May 09:05
b0c5e15
Compare
Choose a tag to compare

2.0.3 (11 May 2021)

Fixes

  • Fix error handling middleware compatibility with Faraday v1.2.0 and above
    | askreet
    | #30

  • Remove call to deprecated URI.escape
    | askreet
    | #28

v2.0.2

21 Feb 14:32
Compare
Choose a tag to compare

2.0.2 (21 Feb 2018)

Fixes

  • Fixes issue with custom query parameters being overridden
    | #13

v2.0.1

15 Nov 17:46
Compare
Choose a tag to compare

2.0.1 (15 Nov 2017)

Fixes

  • Adds X-Bugsnag-Api header so that on-prem clients may use this tool
    | tremlab
    | #14

v2.0.0

10 Oct 10:13
Compare
Choose a tag to compare

2.0.0 (10 Oct 2017)

This release changes the gem to access v2 of the Bugsnag data-access API, with full API documentation found here.

Enhancements

  • Uses Bugsnag data-access API v2 endpoints with associated changes to endpoints and methods, namely:

    • Removes:
      • accounts
      • users
    • Adds:
      • organizations
      • collaborators
      • event fields
      • pivots
      • trends
    • Updates:
      • comments
      • errors
      • events
      • projects

    | #11

  • Adds error response to hitting rate limit
    | #10

Known Issues

  • per_page option not respected in paginated API calls
  • issues with event_fields not being created correctly