Releases: rollbar/rollbar-ios
Releases · rollbar/rollbar-ios
Hot Fix
v1.5.0
- 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.
- 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
Rollbar Deploy API support
- resolve #73: Support deploy tracking
Data scrubbing enhancements, web proxy support.
New config settings (enable/disable rollbar and telemetry)
New features (large payload truncation, items per minute and log level settings) and fixes
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
v1.0.0-alpha11
- Builds for each version of Xcode
- Cocoapods support