Releases: rollbar/rollbar-ios
Releases · rollbar/rollbar-ios
Fix: broken Cocoapods push
1.12.5
- fix: resolve #227: Fix broken Cocoapods push
Fixed Cocoapods-based integrations build issue
1.12.4
- fix: resolve PR #275: Compile without headermap, to fix header file collisions.
- fix: resolve #244: Demangle.cpp failing to build
- fix: resolve #239: Compiler Issue - "'absl/base/internal/inline_variable.h' file not found"
- chore: resolve #272: Update CocoaPods related examples to use latest pod version
Fix: resolve #154: Reporting to multiple projects
Fix
- fix: resolve #154: Reporting to multiple projects
Fix for a telemetry event's timestamp
Fix:
- fix: resolve #266: Telemetry events timestamp is rendered as a string instead of expected "as a number"
Fix Rollbar.podspec
- fix: resolve #264: Fix Rollbar.podspec
Minor enhancements and refactoring
Minor enhancements and refactoring
- feat: resolve #261: Turn telemetry events into DTOs
- refactor: resolve #262: Improve codebase layout by logically grouping source code files
- refactor: resolve #256: Refactor RollbarTelemetry implementation.
- refactor: resolve #255: Mark deprecated public API with proper deprecated attribute.
- refactor: resolve #259: Refactor RollbarNotifier's initializers
- chore: resolve #260: Remove dead code from RollbarNotifier
- test: resolve #257: Fix failing testErrorReportingWithTelemetry unit test
- test: resolve #258: Fix deprecated API warnings in unit-test builds
Fixed the podspec issue
fix: resolve #253: fix the podspec issue
Fixed build warnings, code cleanup
Fixes (including the umbrella header) and enhancements
1.11.3
- fix: resolve #234: Extra data is not attached to message-like payloads under body.message.extra data field.
- fix: resolve #235: Fix framework's modulemap.
- chore: resolve #236: Consolidate info.plist-s of multiple targets.
- chore: resolve #237: Clean-up the framework's umbrella header.
- chore: resolve #238: Clean-up the framework's podspec.
- docs: resolve #233: Create example of integrating Rollbar-iOS with ObjC iOS app via Carthage