Skip to content

Releases: rollbar/rollbar-ios

Hot Fix

06 Mar 04:01
918d5df
Compare
Choose a tag to compare
  • resolve #150: Crash during payload strings truncation

v1.5.0

16 Jan 02:43
Compare
Choose a tag to compare
  • Change how the raw string for crash reports is truncated
  • Finish converting to the /item/ api endpoint. Note that the default endpoint has changed, so if
    you were changing this configuration parameter, you should make sure that whatever you are using
    is compatible with the changes in this release.

Clean-ups, fixes, new examples, etc.

29 Nov 06:04
2db2c40
Compare
Choose a tag to compare
  • resolve #139: The Rollbar.zip's for version 1.4.0 and 1.4.1 don't include the framework
    Adopting Xcode 10 build process changes within Distribution target's build script
  • Numerous code fixes and clean-up
  • Cleaned up build warnings
  • resolve #137: Example of using Rollbar-iOS within a custom-built framework
  • documentation updates

adding "missing" header files

08 Oct 22:23
d3c030e
Compare
Choose a tag to compare
  • resolve #130: Update podspec with the Deploy API related headers
  • resolve #131: Make RollbarPayloadTruncator.h public

Rollbar Deploy API support

22 Sep 08:23
82e6037
Compare
Choose a tag to compare
  • resolve #73: Support deploy tracking

Data scrubbing enhancements, web proxy support.

12 Sep 22:17
95b60f3
Compare
Choose a tag to compare
  • resolve #80: Add telemetry scrubbing options
  • resolve #83:Add support for using a proxy
  • resolve #90: Add scrub whitelist config option
  • resolve #124: fix failing unit tests

New config settings (enable/disable rollbar and telemetry)

28 Aug 00:07
f90440f
Compare
Choose a tag to compare
  • resolve #88: Add enable/disable telemetry config option
  • resolve #89: Add enabled/disabled config option
  • resolve #119: Is there a reason why library should constantly spam "Checking items..." into console?

New features (large payload truncation, items per minute and log level settings) and fixes

22 Aug 02:40
f42f616
Compare
Choose a tag to compare

resolve #81: Truncate large payloads to ensure we don't drop them
resolve #84: Add items per minute config option
resolve #107: logging an exception does not include extra data into a payload
resolve #109: when an NSException is reported with an auxiliary message it is not reported as a trace object
resolve #87: Add log level config option
resolve #111: Add telemetry example
resolve #113: Eliminate payload batch sending - send one payload at a time

v1.0.0

29 Jun 22:01
Compare
Choose a tag to compare
  • Fix some threading issues
  • Drop the alpha moniker

The attached Rollbar.zip file was built on Xcode 9.4.1

We also include a version built on 9.2

If we use a version of Xcode < 9 these builds will most likely not work for you and we recommend updating Xcode.

v1.0.0-alpha11

25 May 21:13
Compare
Choose a tag to compare
  • Builds for each version of Xcode
  • Cocoapods support