Skip to content

Commit 6aab859

Browse files
authored
Support http lib v1.0.0 (#1475)
1 parent d883d62 commit 6aab859

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### Features
6+
7+
- Support `http` >= 1.0.0 ([#1475](https://github.com/getsentry/sentry-dart/pull/1475))
8+
59
### Dependencies
610

711
- Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455))

dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
sdk: '>=2.17.0 <4.0.0'
1313

1414
dependencies:
15-
http: ^0.13.0
15+
http: '>=0.13.0 <2.0.0'
1616
meta: ^1.3.0
1717
stack_trace: ^1.10.0
1818
uuid: ^3.0.0

0 commit comments

Comments
 (0)