Skip to content

Commit 8ff1ea6

Browse files
authored
Bumped library versions and updated changelog (#140)
1 parent b592e14 commit 8ff1ea6

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

rollbar_common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
- Updated http library to '>=0.13.0 <2.0.0'
6+
- Updated uuid library to '^4.1.0'
7+
38
## 1.1.0
9+
410
- Added Result<T, E>, a class that represents either a `Success` value _or_ a `Failure` with an `Error`.
511
- Timestamps are now defined by the `Persistable` class.
612
- Added more extensions.
713

814
## 1.0.0
15+
916
- Added `mapFirst` and `mapSecond` to `Tuple2` to map over a pair's values.
1017
- `Persistable` now defines the `Comparable` instead of using `dynamic`.
1118
- Hid `*Record` type-safe key value paths.

rollbar_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rollbar_common
22
description: Commons package used by the Rollbar Dart and Flutter SDKs for error reporting.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://www.rollbar.com
55
documentation: https://docs.rollbar.com/docs/flutter#dart
66
repository: https://github.com/rollbar/rollbar-flutter

rollbar_dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.2
4+
5+
- Updated http library to '>=0.13.0 <2.0.0'
6+
- Fixed usage of unsafe_html which was removed in Dart 3.7.0.
7+
38
## 1.3.1
49

510
- Fixed breadcrumbs not being processed in the right order in obfuscated builds.
@@ -9,6 +14,7 @@
914
- The log, debug, info, warn, error and critical methods in `Rollbar` now accept any type of object including `Error`, `Exception` and `String`. Dart objects that specialize `toString()` can be also passed and they'll be converted into their string representations.
1015

1116
## 1.2.0
17+
1218
- Fixed two issues reported by the community:
1319
- #91 Unsetting an user causes invalid argument exception, thanks to @rfuerst87 for reporting!
1420
- #93 rollbar_flutter: Rollbar interface methods are overridden based on type of error object thanks to @TRemigi for reporting!

rollbar_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rollbar_dart
22
description: Connect your Dart applications to Rollbar for error reporting.
3-
version: 1.3.1
3+
version: 1.3.2
44
homepage: https://www.rollbar.com
55
documentation: https://docs.rollbar.com/docs/flutter#dart
66
repository: https://github.com/rollbar/rollbar-flutter

rollbar_flutter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.5.1
4+
5+
- Updated internal Rollbar Apple SDK to 3.3.3.
6+
- Deployment iOS target has been set to 14
7+
- Rollbar Flutter SDK is now able to compile with the latest Xcode versions.
8+
- Some fixes to the android build gradle.
9+
- Fixed usage of unsafe_html which was removed in Dart 3.7.0.
10+
- Fixed issue with the value of 'identity' not being used.
11+
312
## 1.5.0
413

514
- Updated internal Rollbar Apple SDK to 3.2.0

rollbar_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rollbar_flutter
22
description: Connect your Flutter applications to Rollbar for error reporting.
3-
version: 1.5.0
3+
version: 1.5.1
44
homepage: https://www.rollbar.com
55
documentation: https://docs.rollbar.com/docs/flutter#flutter
66
repository: https://github.com/rollbar/rollbar-flutter

0 commit comments

Comments
 (0)