Thanks to visit codestin.com
Credit goes to github.com

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: googleapis/python-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.33.0
Choose a base ref
...
head repository: googleapis/python-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.34.0
Choose a head ref
  • 7 commits
  • 30 files changed
  • 3 contributors

Commits on Oct 30, 2025

  1. chore: cleanup owlbot and release please files (#1548)

    This PR cleans up files for owl bot post processor and release please.
    ohmayr authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    ac6cc25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b86c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

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

Commits on Nov 6, 2025

  1. chore(librarian): specify all generated files in remove_regex (#1556)

    This PR resolves the following issue when running `librarian generate`.
    Librarian now prevents generated files from clobbering existing files.
    All generated files must match `remove_regex` otherwise we will see
    errotr like `file existed in destination`
    
    
    ```
    time=2025-11-06T20:18:57.185Z level=INFO msg="=== Docker end ================================================================="
    time=2025-11-06T20:18:57.185Z level=INFO msg="cleaning directories" "source roots"=[.]
    time=2025-11-06T20:18:57.200Z level=INFO msg="copying library files" id=google-cloud-pubsub destination=/usr/local/google/home/partheniou/git/python-pubsub source=/tmp/librarian-2318048050/output/google-cloud-pubsub
    time=2025-11-06T20:18:57.201Z level=ERROR msg="failed to generate library" id=google-cloud-pubsub err="file existed in destination: /usr/local/google/home/partheniou/git/python-pubsub/.coveragerc"
    time=2025-11-06T20:18:57.201Z level=INFO msg="generation statistics" all=1 successes=0 skipped=0 failures=1
    time=2025-11-06T20:18:57.201Z level=ERROR msg="librarian command failed" err="all 1 libraries failed to generate (skipped: 0)"
    ```
    
    Command used
    
    ```
    librarian generate --generate-unchanged
    ```
    parthea authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    54e4a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. chore: update container sha for librarian (#1557)

    This PR updates the librarian container sha for v1.0.0 support.
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    ohmayr and parthea authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    bea7f78 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. feat(gapic): support mTLS certificates when available (#1566)

    chore: librarian update image pull request: 20251216T203515Z
    parthea authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    24761a2 View commit details
    Browse the repository at this point in the history
  2. chore: librarian release pull request: 20251216T133533Z (#1567)

    PR created by the Librarian CLI to initialize a release. Merging this PR
    will auto trigger a release.
    
    Librarian Version: v0.7.0
    Language Image:
    us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
    <details><summary>google-cloud-pubsub: 2.34.0</summary>
    
    ##
    [2.34.0](v2.33.0...v2.34.0)
    (2025-12-16)
    
    ### Features
    
    * support mTLS certificates when available (#1566)
    ([24761a2](24761a2f))
    
    </details>
    daniel-sanche authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    171f7d4 View commit details
    Browse the repository at this point in the history
Loading