Skip to content

Releases: rollbar/rollbar-ios

Fix build warnings, general codebase clean-up

07 Jan 04:18
d615bc3
Compare
Choose a tag to compare

Codebase clean-up

  • resolve #227 Fix build warnings
  • code comments

v1.11.1 Fixes and enhancements

25 Dec 01:09
dd1e014
Compare
Choose a tag to compare

v1.11.1

  • fix: resolve #225: Fix cocopods' podspec

v1.11.0

  • feat: resolve #220: Implement payload data structure as a DTO.
  • feat: resolve #222: Integrate the new payload DTOs.
  • chore: resolve #223: Update SDK's public headers.
  • fix: ref #221: Fix initialization DeployApiCallResult DTOs based on the HTTP responses.
  • chore: codebase cleanup, extra code comments, cleaning up #imports, etc.

Enhancements and fixes

25 Dec 00:29
8defd45
Compare
Choose a tag to compare

v1.11.0 - Enhancements and fixes:

  • feat: resolve #220: Implement payload data structure as a DTO.
  • feat: resolve #222: Integrate the new payload DTOs.
  • chore: resolve #223: Update SDK's public headers.
  • fix: ref #221: Fix initialization DeployApiCallResult DTOs based on the HTTP responses.
  • chore: codebase cleanup, extra code comments, cleaning up #imports, etc.

Improvements and enhancements

13 Nov 19:20
6570f79
Compare
Choose a tag to compare

Improvements and enhancements

  • feat: resolve #206: Capture Log As Telemetry - Not working? Introducing RollbarLog(...)
  • feat: resolve #217: Reimplement Deploys based on the DTOs

Hotfix for dSYM application

06 Nov 20:42
be986bc
Compare
Choose a tag to compare

Hotfix

  • feat: resolve #215: Change client.os element back to client.ios to fix dSYMs application

Capture relevant notifier config with every payload

01 Nov 23:57
6d127ba
Compare
Choose a tag to compare

New features, improvements, fixes

  • feat: ref #194: Capture relevant notifier config with every payload.
  • feat: ref #205: Reimplement RollbarConfiguration as a Rollbar DTO
  • feat: ref #204: Build JSON serializable base for Rollbar DTOs
  • chore: bumped the version up

Updated to the latest KSCrash release, fixed notifier version

03 Oct 03:43
3cc1441
Compare
Choose a tag to compare

Fixes and improvements

  • fix: resolve #200: Correct the notifier version
  • refactor: resolve #201: Update KSCrash submodule to its v1.15.21 release

Fix for Carthage build compatibility and docs improvements

02 Oct 23:28
411e0b2
Compare
Choose a tag to compare

Fix for Carthage build compatibility and docs improvements

  • fix: resolve #192: Carthage error when build framework
  • chore: updated Readme.md, Changelog.md and Rollbar.podspec
  • chore: updated Rollbar.podspec
  • chore: included CHANGELOG.md and Rollbar.podspec into the Xcode project.
  • docs: resolve #195: Add example of catching and reporting NSException.

Fix for Carthage build compatibility and docs improvements

02 Oct 23:06
12003bc
Compare
Choose a tag to compare

Fix for Carthage build compatibility and docs improvements

  • fix: resolve #192: Carthage error when build framework
  • chore: updated Readme.md, Changelog.md and Rollbar.podspec
  • docs: resolve #195: Add example of catching and reporting NSException.

macOS support, server enforced rate limit and more...

10 Aug 04:04
230b3b4
Compare
Choose a tag to compare

New features, improvements and fixes

  • feat: resolve #168: add support for high sierra
  • feat: resolve #45: How about support for macOS?
  • feat: resolve #176: Add sandboxing status detection to RollbarCachesDirectory.
  • fix: resolve #171: Fix build errors during cocoapods' trunk push
  • docs: resolve #175: Create a sample app - macOSAppWithRollbarCocoaPod.
  • docs: resolve #179: Create a sample app - iOSAppWithRollbarCocoaPod.
  • chore: resolve #181: Create Rollbar-iOS-UniversalDistribution aggregate build target.
  • chore: resolve #182: Create RollbarKit-iOS-UniversalDistribution aggregate build target.
  • chore: resolve #183: Modify all the new build targets to produce build results based on $(PRODUCT_NAME) instead of $(TARGET_NAME).
  • chore: resolve #184: Create RollbarSDKReleaseDistribution build target.
  • feat: resolve #165: Make SDK to obey service-side enforced rate limits unless client-side RollbarConfig defines one
  • chore: fixed a few build warnings and minor code clean-up