Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollbar/rollbar-apple
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.3
Choose a base ref
...
head repository: rollbar/rollbar-apple
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 7 commits
  • 30 files changed
  • 4 contributors

Commits on Feb 18, 2025

  1. Update README.md

    zdavis-rollbar authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    f261ed5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    27b4620 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    ffd970a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Remove private header import that breaks Xcode 26.4 RC (#368)

    Remove `#import <netinet6/in6.h>` from RollbarReachability.m. This header
    is marked private in Xcode 26.4 RC, causing a compilation error. The import
    was unused as no IPv6-specific symbols are referenced in this file;
    `<netinet/in.h>` provides all required types (sockaddr_in, AF_INET,
    IN_LINKLOCALNETNUM).
    
    Fixes SDK-587
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    matux and claude authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    7b9a6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fac224 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Bump version to 3.4.0 (#370)

    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    matux and claude authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d709da6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Fix Rollbar.podspec module_map Array bug and add .ruby-version (#371)

    Ruby comma-separated assignment created an Array for module_map,
    which only accepts a single String. This caused pod trunk push to
    fail with "no implicit conversion of Array into String".
    
    Removed the invalid module_map; CocoaPods will auto-generate one
    for the umbrella pod.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    matux and claude authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    e008574 View commit details
    Browse the repository at this point in the history
Loading