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: google/google-api-objectivec-client-for-rest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.5
Choose a base ref
...
head repository: google/google-api-objectivec-client-for-rest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 13 commits
  • 484 files changed
  • 1 contributor

Commits on Jul 18, 2024

  1. Use ServiceGenerator logging conventions some as other tools.

    Some other tooling is using NAME.VERSION.json for the file names, so follow that
    style.
    
    They also use "index.json" for the directory listing, so use that also.
    thomasvl committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5ae9d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57edd6c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Sep 4, 2024

  1. Update generated services.

    thomasvl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3f01d67 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Stop forcing Xcode versions and cocoapods updates.

    The base images are advanced enough that these don't need to be controlled any
    more.
    thomasvl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    94a1eeb View commit details
    Browse the repository at this point in the history
  2. Stop testing visionOS for the time being.

    The GitHub runners dropped visionOS.
    actions/runner-images#10559
    thomasvl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7017bbd View commit details
    Browse the repository at this point in the history
  3. Update services.

    thomasvl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1e895b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4abc64 View commit details
    Browse the repository at this point in the history
  5. Breaking change: Raise the minimum OS versions.

    Match Firebase on the new minium OS versions:
    https://firebase.google.com/support/release-notes/ios#version_1100_-_july_30_2024
    
    Raise the package major version for this.
    
    Raise the allowed GTMSessionFetcher dependency to match.
    thomasvl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aa59dca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5aa155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ed92ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03fae3e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Bring back iOS 12 support.

    Firebase's Package.swift still has iOS 12, so GTMSessionFetcher is bring it back
    so align here also.
    thomasvl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c5bb07e View commit details
    Browse the repository at this point in the history
Loading