Releases: jianyuan/go-sentry
Releases · jianyuan/go-sentry
v2.2.0
What's Changed
- fix(#72): Async metric create. by @eugeniykurasov in #73
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
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
- @eugeniykurasov made their first contribution in #69
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
- @renovate made their first contribution in #31
- @CameronHall made their first contribution in #35
- @pballandras made their first contribution in #36
- @taj-p made their first contribution in #62
- @danielpoonwj made their first contribution in #64
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- Custom decode errors for unhandled error types by @emcfarlane in #30
New Contributors
- @emcfarlane made their first contribution in #30
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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
- @rcmachado made their first contribution in #3
- @nessex made their first contribution in #2
- @fa93hws made their first contribution in #5
- @mced made their first contribution in #8
- @jianyuan made their first contribution in #9
- @bewiwi made their first contribution in #7
- @dustinblackman made their first contribution in #10
- @ksteffe made their first contribution in #14
- @rabunkosar-dd made their first contribution in #15
- @qdegraaf made their first contribution in #20
- @mogagnon made their first contribution in #22
- @Pondidum made their first contribution in #23
- @javaadsnappcar made their first contribution in #25
Full Changelog: v1.2.0...v1.3.0