Bump version to 3.4.0#370
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
zdavis-rollbar
approved these changes
Mar 27, 2026
There was a problem hiding this comment.
Pull request overview
Updates the Rollbar Apple SDK release metadata to 3.4.0 and synchronizes version references used by CocoaPods, in-code constants, examples, tests, and release documentation.
Changes:
- Bumped all root podspec versions to 3.4.0 and updated example Podfiles to depend on
~> 3.4.0. - Updated in-code version constants/macros and adjusted tests that assert the SDK/module version.
- Added a 3.4.0 entry to
CHANGELOG.mdand updated the referenced “current version” inCLAUDE.md.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Rollbar.podspec | Podspec version bump to 3.4.0 |
| RollbarAUL.podspec | Podspec version bump to 3.4.0 |
| RollbarCocoaLumberjack.podspec | Podspec version bump to 3.4.0 |
| RollbarCommon.podspec | Podspec version bump to 3.4.0 |
| RollbarCrash.podspec | Podspec version bump to 3.4.0 |
| RollbarDeploys.podspec | Podspec version bump to 3.4.0 |
| RollbarNotifier.podspec | Podspec version bump to 3.4.0 |
| RollbarReport.podspec | Podspec version bump to 3.4.0 |
| Examples/Integration/CocoapodsApp/Podfile | Update example dependency constraint to ~> 3.4.0 |
| Examples/Integration/CocoapodsFramework/Podfile | Update example dependency constraint to ~> 3.4.0 |
| RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m | Update notifier version constant to 3.4.0 |
| RollbarNotifier/Sources/RollbarCrash/Recording/RollbarCrashReportVersion.h | Update crash report version macro to 3.4.0 |
| RollbarNotifier/Tests/RollbarNotifierTests/RollbarNotifierDTOsTests.swift | Update version assertion to v3.4.0 |
| RollbarNotifier/Tests/RollbarNotifierTests-ObjC/DTOsTests.m | Update version assertion to v3.4.0 |
| CHANGELOG.md | Add 3.4.0 release notes |
| CLAUDE.md | Update “current version” reference to 3.4.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes since 3.3.3
RollbarReachability.m(Remove private header import that breaks Xcode 26.4 RC #368).CLAUDE.mdwith project build, test, and architecture guidance (Add CLAUDE.md for Claude Code guidance #369).Files modified (16)
RollbarCrashReportVersion.h(crash report version)RollbarConfig.m(notifier version)CHANGELOG.md(new 3.4.0 section)CLAUDE.md(version reference)🤖 Generated with Claude Code