Skip to content

Commit eeb21a5

Browse files
committed
release: v3.0.0
1 parent c8b43c3 commit eeb21a5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/DiederikvandenB/apollo-link-sentry/compare/v2.1.0...v3.0.0) (2021-02-11)
6+
7+
Check [UPGRADE.md](UPGRADE.md#v2-to-v3) for more information on how to upgrade.
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Restructure options and describe upgrade process ([e1db20e](https://github.com/DiederikvandenB/apollo-link-sentry/commit/e1db20ea6aaef73062e5f497055026c3fc514e92))
12+
* Use native `ApolloOperation` instead of our own `Operation` type ([370b9b5](https://github.com/DiederikvandenB/apollo-link-sentry/commit/370b9b56974d4dc6935e1e0fba97dbb7d4257156))
13+
* Replace `OperationBreadcrumb` class with plain `GraphQLBreadcrumb` object ([036b746](https://github.com/DiederikvandenB/apollo-link-sentry/commit/036b746e8b0800bfa3243612cccb9c6cc19412d9))
14+
* Rename `response` key in breadcrumbs to `fetchResult`
15+
16+
### Features
17+
18+
* Change breadcrumb type to `http`
19+
* Add `operationName` key to breadcrumbs
20+
* Allow specifying `uri` to add `url` key to breadcrumbs
21+
22+
### Fix
23+
24+
* Handle queries without operation name gracefully
25+
* Indicate if errors occurred by setting the breadcrumb level
26+
27+
### Chores
28+
29+
* Clarify peer dependencies ([c8b43c3](https://github.com/DiederikvandenB/apollo-link-sentry/commit/c8b43c3237072b124d0c2e2f9ed7f59c80814b58))
30+
* Update tooling and dev dependencies ([79b6be6](https://github.com/DiederikvandenB/apollo-link-sentry/commit/79b6be6c01c587392751215f859a567fcaf89bd4))
31+
* Increase type, line and branch coverage
32+
533
## [2.1.0](https://github.com/DiederikvandenB/apollo-link-sentry/compare/v2.0.2...v2.1.0) (2021-02-04)
634

735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-link-sentry",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"author": "Diederik van den Burger <[email protected]>",
66
"repository": "https://github.com/DiederikvandenB/apollo-link-sentry.git",

0 commit comments

Comments
 (0)