Skip to content

Releases: rollbar/rollbar-ios

Fix: broken Cocoapods push

12 May 00:38
8d8f04e
Compare
Choose a tag to compare

1.12.5

  • fix: resolve #227: Fix broken Cocoapods push

Fixed Cocoapods-based integrations build issue

12 May 00:08
abff101
Compare
Choose a tag to compare

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

28 Mar 00:41
9591f8a
Compare
Choose a tag to compare

Fix

  • fix: resolve #154: Reporting to multiple projects

Fix for a telemetry event's timestamp

25 Mar 17:31
0448915
Compare
Choose a tag to compare

Fix:

  • fix: resolve #266: Telemetry events timestamp is rendered as a string instead of expected "as a number"

Fix Rollbar.podspec

11 Mar 23:30
a6af953
Compare
Choose a tag to compare
  • fix: resolve #264: Fix Rollbar.podspec

Minor enhancements and refactoring

11 Mar 20:35
6930cbd
Compare
Choose a tag to compare

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

20 Feb 20:38
8c6c1b3
Compare
Choose a tag to compare

1.11.6
1.11.5

  • fix: resolve #253: fix the podspec issue

1.11.4

  • fix: resolve #248: 'NSJSONWritingSortedKeys' is only available on iOS 11.0 or newer.
  • chore: resolve #250: Remove unused classes, protocols, etc.
  • feat: (IN PROGRESS) ref #212: Add Swift Package Manager support.

fix: resolve #253: fix the podspec issue

20 Feb 20:17
2a98490
Compare
Choose a tag to compare

1.11.5

  • fix: resolve #253: fix the podspec issue

1.11.4

  • fix: resolve #248: 'NSJSONWritingSortedKeys' is only available on iOS 11.0 or newer.
  • chore: resolve #250: Remove unused classes, protocols, etc.
  • feat: (IN PROGRESS) ref #212: Add Swift Package Manager support.

Fixed build warnings, code cleanup

20 Feb 19:30
2a98490
Compare
Choose a tag to compare

1.11.4

  • fix: resolve #248: 'NSJSONWritingSortedKeys' is only available on iOS 11.0 or newer.
  • chore: resolve #250: Remove unused classes, protocols, etc.
  • feat: (IN PROGRESS) ref #212: Add Swift Package Manager support.

WARNING: This release has broken Cocoapods' podspec

Fixes (including the umbrella header) and enhancements

22 Jan 01:36
4c4e923
Compare
Choose a tag to compare

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