Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.18.0
Choose a base ref
Loading
...
head repository:googleapis/python-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.18.1
Choose a head ref
Loading
  • 11commits
  • 35files changed
  • 9contributors

Commits on Jul 14, 2023

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

Commits on Jul 17, 2023

  1. Fix: Fix resource not found error for flaky test. (#951)

    * Fix resource not found error for flaky test---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @liuyunnnn@parthea
    liuyunnnn andparthea authoredJul 17, 2023
    Configuration menu
    Copy the full SHA
    d42ace7View commit details
    Browse the repository at this point in the history
  2. build(deps): [autoapprove] bump cryptography from 41.0.0 to 41.0.2 (#955

    )Source-Link:googleapis/synthtool@d6103f4Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39f0f3f2be02ef036e297e376fe3b6256775576da8a6ccb1d5eeb80f4c8bf8fbCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@parthea
    3 people authoredJul 17, 2023
    Configuration menu
    Copy the full SHA
    1ded5d8View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Samples: Payload Unwrapping (NoWrapper) (#933)

    * samples: Payload Unwrapping (NoWrapper)* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Update subscriber.py---------Co-authored-by: Anna Cocuzzo <63511057+acocuzzo@users.noreply.github.com>Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @ORabbit@acocuzzo@gcf-owl-bot
    3 people authoredJul 18, 2023
    Configuration menu
    Copy the full SHA
    efebf0aView commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. build(deps): [autoapprove] bump pygments from 2.13.0 to 2.15.0 (#959)

    Source-Link:googleapis/synthtool@eaef28ePost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9eCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 21, 2023
    Configuration menu
    Copy the full SHA
    69c8e3cView commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. chore(deps): update dependency google-cloud-bigquery to v3.11.4 (#957)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @renovate-bot@parthea
    renovate-bot andparthea authoredJul 22, 2023
    Configuration menu
    Copy the full SHA
    9187267View commit details
    Browse the repository at this point in the history
  2. samples: Update schema.py print (#949)

    Format string issueThank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-pubsub/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea- [ ] Ensure the tests and linter pass- [ ] Code coverage does not decrease (if any source code was changed)- [ ] Appropriate docs were updated (if necessary)Fixes #<issue_number_goes_here> 🦕
    @chak-radhar007
    chak-radhar007 authoredJul 22, 2023
    Configuration menu
    Copy the full SHA
    0f260e4View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore: add flakybot.yaml (#961)

    * chore: add flakyboy.yaml* chore: add flakybot.yaml
    @acocuzzo
    acocuzzo authoredJul 24, 2023
    Configuration menu
    Copy the full SHA
    95d10ecView commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. build(deps): [autoapprove] bump certifi from 2022.12.7 to 2023.7.22 (#…

    …964)Source-Link:googleapis/synthtool@395d53aPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 26, 2023
    Configuration menu
    Copy the full SHA
    c56f33bView commit details
    Browse the repository at this point in the history
  2. docs: clarified where ordering_key will be written if write_metadata …

    …is set (#965)* docs: clarified where ordering_key will be written if write_metadata is setPiperOrigin-RevId: 551210991Source-Link:googleapis/googleapis@7c762d7Source-Link:googleapis/googleapis-gen@15fe4c5Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTVmZTRjNWZmNWViZDUyOTExYjQyOWIwNWI5OTJlMjMyZjUzMzUxZSJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 26, 2023
    Configuration menu
    Copy the full SHA
    3d95034View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. chore(main): release 2.18.1 (#966)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    @release-please
    release-please[bot] authoredJul 27, 2023
    Configuration menu
    Copy the full SHA
    a86a604View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp