From 0e92f6014695dc2243627bb4b92f505862b631a2 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Mon, 24 Mar 2025 19:09:41 -0300 Subject: [PATCH] Bumped library versions and updated changelog --- rollbar_common/CHANGELOG.md | 7 +++++++ rollbar_common/pubspec.yaml | 2 +- rollbar_dart/CHANGELOG.md | 6 ++++++ rollbar_dart/pubspec.yaml | 2 +- rollbar_flutter/CHANGELOG.md | 9 +++++++++ rollbar_flutter/pubspec.yaml | 2 +- 6 files changed, 25 insertions(+), 3 deletions(-) diff --git a/rollbar_common/CHANGELOG.md b/rollbar_common/CHANGELOG.md index 543bdc2c..83afb450 100644 --- a/rollbar_common/CHANGELOG.md +++ b/rollbar_common/CHANGELOG.md @@ -1,11 +1,18 @@ # Changelog +## 1.1.1 + +- Updated http library to '>=0.13.0 <2.0.0' +- Updated uuid library to '^4.1.0' + ## 1.1.0 + - Added Result, a class that represents either a `Success` value _or_ a `Failure` with an `Error`. - Timestamps are now defined by the `Persistable` class. - Added more extensions. ## 1.0.0 + - Added `mapFirst` and `mapSecond` to `Tuple2` to map over a pair's values. - `Persistable` now defines the `Comparable` instead of using `dynamic`. - Hid `*Record` type-safe key value paths. diff --git a/rollbar_common/pubspec.yaml b/rollbar_common/pubspec.yaml index eab83fbb..0853fa6d 100644 --- a/rollbar_common/pubspec.yaml +++ b/rollbar_common/pubspec.yaml @@ -1,6 +1,6 @@ name: rollbar_common description: Commons package used by the Rollbar Dart and Flutter SDKs for error reporting. -version: 1.1.0 +version: 1.1.1 homepage: https://www.rollbar.com documentation: https://docs.rollbar.com/docs/flutter#dart repository: https://github.com/rollbar/rollbar-flutter diff --git a/rollbar_dart/CHANGELOG.md b/rollbar_dart/CHANGELOG.md index a76cd00e..1139a243 100644 --- a/rollbar_dart/CHANGELOG.md +++ b/rollbar_dart/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.2 + +- Updated http library to '>=0.13.0 <2.0.0' +- Fixed usage of unsafe_html which was removed in Dart 3.7.0. + ## 1.3.1 - Fixed breadcrumbs not being processed in the right order in obfuscated builds. @@ -9,6 +14,7 @@ - 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. ## 1.2.0 + - Fixed two issues reported by the community: - #91 Unsetting an user causes invalid argument exception, thanks to @rfuerst87 for reporting! - #93 rollbar_flutter: Rollbar interface methods are overridden based on type of error object thanks to @TRemigi for reporting! diff --git a/rollbar_dart/pubspec.yaml b/rollbar_dart/pubspec.yaml index 55d935ca..891de119 100644 --- a/rollbar_dart/pubspec.yaml +++ b/rollbar_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: rollbar_dart description: Connect your Dart applications to Rollbar for error reporting. -version: 1.3.1 +version: 1.3.2 homepage: https://www.rollbar.com documentation: https://docs.rollbar.com/docs/flutter#dart repository: https://github.com/rollbar/rollbar-flutter diff --git a/rollbar_flutter/CHANGELOG.md b/rollbar_flutter/CHANGELOG.md index fc5ef107..9c1e1e00 100644 --- a/rollbar_flutter/CHANGELOG.md +++ b/rollbar_flutter/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.5.1 + +- Updated internal Rollbar Apple SDK to 3.3.3. +- Deployment iOS target has been set to 14 +- Rollbar Flutter SDK is now able to compile with the latest Xcode versions. +- Some fixes to the android build gradle. +- Fixed usage of unsafe_html which was removed in Dart 3.7.0. +- Fixed issue with the value of 'identity' not being used. + ## 1.5.0 - Updated internal Rollbar Apple SDK to 3.2.0 diff --git a/rollbar_flutter/pubspec.yaml b/rollbar_flutter/pubspec.yaml index 27ef8845..546fecaf 100644 --- a/rollbar_flutter/pubspec.yaml +++ b/rollbar_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: rollbar_flutter description: Connect your Flutter applications to Rollbar for error reporting. -version: 1.5.0 +version: 1.5.1 homepage: https://www.rollbar.com documentation: https://docs.rollbar.com/docs/flutter#flutter repository: https://github.com/rollbar/rollbar-flutter