Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: wine-m1
Choose a base ref
...
head repository: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 29, 2026

  1. feat(fcm): Enable fid and deprecate token for Send API (#951)

    * add fid arg and token deprecate warning to Message class and add unit tests
    
    * add fids to MulticastMessage and token deprecate warning and add unit tests
    
    * Fix lint formatting error
    
    * Position `tokens` first to guarantee backward compatibility for legacy positional arguments and add a unit test for it
    
    * Extract multicast-to-message-list conversion logic into a private helper function
    
    * Add docstring for the helper function
    
    * Add unit tests for the async function, change deprecate message and address other review comments
    
    * Fix error messages and MulticastMessage constructor and add mix types of fids and tokens
    
    * Add integration tests for fid as argument
    
    * Update integration tests error code for invalid fid target
    yvonnep165 authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    44f7246 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Added universe_domain override to MockGoogleComputeEngineC…

    …redential (#954)
    
    Added a universe_domain property override to MockGoogleComputeEngineCredential in tests/testutils.py to prevent unexpected network requests to the GCE metadata server during test runs with newer versions of google-auth.
    lahirumaramba authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    aa001ce View commit details
    Browse the repository at this point in the history
  3. chore(deps): update pyjwt requirement from >=2.10.1 to >=2.12.1 (#948)

    Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version.
    - [Release notes](https://github.com/jpadilla/pyjwt/releases)
    - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
    - [Commits](jpadilla/pyjwt@2.10.1...2.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: pyjwt
      dependency-version: 2.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yvonne Pan <103622026+yvonnep165@users.noreply.github.com>
    dependabot[bot] and yvonnep165 authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    e989b13 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update google-cloud-firestore requirement (#947)

    Updates the requirements on [google-cloud-firestore](https://github.com/googleapis/google-cloud-python) to permit the latest version.
    - [Release notes](https://github.com/googleapis/google-cloud-python/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
    - [Commits](googleapis/google-cloud-python@google-cloud-firestore-v2.23.0...google-cloud-firestore-v2.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: google-cloud-firestore
      dependency-version: 2.27.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yvonne Pan <103622026+yvonnep165@users.noreply.github.com>
    dependabot[bot] and yvonnep165 authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    a157407 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update pytest requirement from >=8.2.2 to >=8.4.2 (#946)

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 8.4.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yvonne Pan <103622026+yvonnep165@users.noreply.github.com>
    dependabot[bot] and yvonnep165 authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    6d3fc8e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. chore(deps): update pytest-localserver requirement (#961)

    Updates the requirements on [pytest-localserver](https://github.com/pytest-dev/pytest-localserver) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest-localserver/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-localserver/blob/main/CHANGES)
    - [Commits](pytest-dev/pytest-localserver@v0.5.1...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-localserver
      dependency-version: 0.10.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    a013e56 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update pytest-mock requirement from >=3.6.1 to >=3.15.1 (#…

    …959)
    
    Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-mock@v3.6.1...v3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-mock
      dependency-version: 3.15.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    dependabot[bot] and lahirumaramba authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    0656dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e66f8 View commit details
    Browse the repository at this point in the history
Loading