Skip to content

Releases: jianyuan/go-sentry

v2.1.0

30 Nov 22:57
54108e4
Compare
Choose a tag to compare

What's Changed

  • fix: use string array for scopes type by @taj-p in #66
  • fix(deps): update module github.com/peterhellberg/link to v1.2.0 by @renovate in #68
  • fix(deps): update module github.com/stretchr/testify to v1.8.1 by @renovate in #67
  • feat: Available set eventTypes when create alerts. by @eugeniykurasov in #69

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

23 Aug 22:29
3710411
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Introduce context.Context argument to all methods by @jianyuan in #47
  • Breaking change: Rename APM Rules to Alert Rules by @jianyuan in #38
  • Normalize base URL by @jianyuan in #40
  • Support for async rule creation in Sentry by @pballandras in #36
  • Populate pagination cursor by @jianyuan in #49
  • Handle rate limits by @jianyuan in #51, #52
  • New service: Member by @CameronHall in #35
  • New service endpoint: Dashboard widget validation by @jianyuan in #57
  • New service: Dashboard by @jianyuan in #58
  • New service: Project Filter by @taj-p in #62
  • New service: Organization repository code mapping by @danielpoonwj in #64
  • chore(deps): update module go to 1.19 by @renovate in #63
  • chore(deps): update actions/checkout action to v3 by @renovate in #32
  • chore(deps): update actions/setup-go action to v3 by @renovate in #33
  • fix(deps): update module github.com/stretchr/testify to v1.7.2 by @renovate in #45
  • fix(deps): update module github.com/stretchr/testify to v1.7.4 by @renovate in #59
  • fix(deps): update module github.com/stretchr/testify to v1.7.5 by @renovate in #60
  • fix(deps): update module github.com/stretchr/testify to v1.8.0 by @renovate in #61

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0

26 May 20:04
e5aea9b
Compare
Choose a tag to compare

What's Changed

  • Custom decode errors for unhandled error types by @emcfarlane in #30

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 May 19:36
985b5c7
Compare
Choose a tag to compare

What's Changed

  • Add basic rules support by @rcmachado in #3
  • Add support for Rate Limits to Project Keys by @nessex in #2
  • Add platform option to create project params and allowed domains to update project params by @fa93hws in #5
  • Add resolveAge to project update by @mced in #8
  • Update CircleCI config by @jianyuan in #9
  • Environment in rules can be null by @bewiwi in #7
  • Add additional variables to rules by @dustinblackman in #10
  • Support sentry.rules.conditions.level.LevelCondition by adding Level … by @ksteffe in #14
  • use unstructured fields and support filters by @rabunkosar-dd in #15
  • Upgrade github.com/dghubble/sling to v1.3.0 by @jianyuan in #16
  • Define User model by @jianyuan in #17
  • Define organization member service by @jianyuan in #18
  • Switch to GitHub workflow by @jianyuan in #19
  • [Feature] Add pagination to project key service list by @qdegraaf in #20
  • Team management for a project by @mogagnon in #22
  • Add support for the new issue-owners feature by @Pondidum in #23
  • Add functionality to create Application Performance Monitoring (APM) alerts by @javaadsnappcar in #25

New Contributors

Full Changelog: v1.2.0...v1.3.0