Releases: rollbar/rollbar-ios
Releases · rollbar/rollbar-ios
Fix build warnings, general codebase clean-up
Codebase clean-up
- resolve #227 Fix build warnings
- code comments
v1.11.1 Fixes and enhancements
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
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
Hotfix for dSYM application
Hotfix
- feat: resolve #215: Change client.os element back to client.ios to fix dSYMs application
Capture relevant notifier config with every payload
Updated to the latest KSCrash release, fixed notifier version
Fix for Carthage build compatibility and docs improvements
Fix for Carthage build compatibility and docs improvements
Fix for Carthage build compatibility and docs improvements
macOS support, server enforced rate limit and more...
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