Releases: rollbar/rollbar-apple
Releases · rollbar/rollbar-apple
3.3.3
3.3.2
3.3.1
What's Changed
- Fix a compilation issue present in Xcode 16 beta by @dongdong945 and @matux in #349, #347 (Issue #348)
Full Changelog: 3.3.0...3.3.1
3.3.0
3.2.1
3.2.0
3.1.1
changelog
- Fixed archiving issue when integrating the SDK using Cocoapods.
- Updating is unnecessary if using any other package manager like SPM.
- Renamed
RollbarCrash
Obj-C protocol toRollbarCrashHandler
to prevent potential name collisions with theRollbarCrash
module` when creating Swift frameworks.
What's Changed
- Fix archiving release issues when integrating through latest Cocoapods by @matux in #329
- Renamed RollbarCrash interface to RollbarCrashHandler by @matux in #330
- Updates to SPMFramework to demonstrate cli building and edge cases by @matux in #331
- Prepare for Release 3.1.1 by @matux in #332
Full Changelog: 3.1.0...3.1.1
3.1.0
CHANGELOG
- The
KSCrash
dependency has been completely dropped.- Its source related to the core mechanism that allows us to capture crashes as they happen has been integrated directly into our SDK.
KSCrash
license is available at the top of all sources related to it.
- Its source related to the core mechanism that allows us to capture crashes as they happen has been integrated directly into our SDK.
- The overall size of the SDK has been reduced by 20% resulting in smaller binaries and reduced memory footprint.
- The SDK can now be integrated into Frameworks and static libraries through your preferred package manager.
- The SDK demo projects
iosAppSwift
andiosAppObjc
have been renamed toRollbar Demo
andRollbar ObjC Demo
respectively, and moved into theExamples
directory. - New package manager integration examples have been added showing different methods of integrating the SDK into your applications and frameworks.
- Fixed Xcode 14.3 support when integrating the SDK using Cocoapods.
- Fixed an UTF-8 character encoding issue when retrieving persisted payloads that resulted in corrupt Unicode characters in messages, telemetry and others.
- Fixed a problem when dealing with unhandled status responses resulting in bad requests being sent repeatedly has been fixed.
- Fixed several warnings that would only show up when integrating with Cocoapods have been fixed.
What's changed
- Working SDK with KSCrash integrated as source as-is. by @matux in #299
- Removed the crust from KSCrash by @matux in #300
- Rename KSCrash types, functions and files to RollbarCrash to avoid collisions by @matux in #301
- Fixed warning about ambiguous empty array by @matux in #302
- KSCrash source integration by @matux in #303
- Fix
Package.swift
include headers issues by @matux in #304 - Updated podspecs for 3.1.0, added RollbarCrash and removed KSCrash dep by @matux in #310
- A function decl without a prototype is deprecated in all versions of C by @matux in #312
- Fix
podspec
not usingRollbarCrash
cpp sources by @matux in #311 - Renamed RollbarCrashReport to RollbarRawCrashReport in RollbarNotifier by @matux in #313
- Renamed RollbarCrashReportTests to RollbarReportTests by @matux in #314
- Fixed C warning for func decl without prototype by @matux in #315
- Integration Examples for SPM, Cocoapods, both App and Frameworks by @matux in #318
- Fixed UTF8 character encoding issue when retrieving persisted payloads by @matux in #319
- Fix unhandled status responses resulting in bad requests being sent repeatedly by @matux in #320
- Changelog updates for 3.1.0 by @matux in #321
- NXArchInfo/NXGetLocalArchInfo is deprecated since watchOS 8.0 by @matux in #322
- Can't use NSInteger/NSUInteger as format arguments by @matux in #324
- Fix cocoapods issue when using RollbarCrash as an internal dependency by @matux in #323
- Fix pods issue when using RollbarCrash as an internal dependency by @matux in #325
- Add RollbarCommon pub header dir to search path of Notifier podspec by @matux in #326
- Updated CocoaLumberjack integration to 3.8.0 by @matux in #327
Full Changelog: 3.0.3...3.1.0