Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.7.0 #452

Merged
merged 2 commits into from
Jul 28, 2021
Merged

chore: release 2.7.0 #452

merged 2 commits into from
Jul 28, 2021

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Jul 18, 2021

🤖 I have created a release *beep* *boop*

2.7.0 (2021-07-24)

Features

  • add always_use_jwt_access (1f30ef7)
  • add method signature for Subscriber.Pull without the deprecated return_immediately field. (1f30ef7)
  • Add Pub/Sub topic retention fields (#456) (911829d)
  • add subscription properties to streaming pull response (1f30ef7)
  • support self-signed JWT flow for service accounts (1f30ef7)

Bug Fixes

  • add async client to %name_%version/init.py (1f30ef7)
  • deps: add packaging requirement (1f30ef7)
  • deps: require google-api-core >= 1.26.0 (1f30ef7)
  • disable always_use_jwt_access (1f30ef7)
  • enable self signed jwt for grpc (#458) (c6e0ff6)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner July 18, 2021 11:42
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 18, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 18, 2021
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/python-pubsub API. label Jul 18, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 18, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 18, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 19, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 19, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 20, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 20, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 22, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 22, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 22, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 24, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 24, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 24, 2021
@busunkim96
Copy link
Contributor

Hi @anguillanneuf is it alright for me to release this? I'd like to get the self-signed JWT and expanded range for google-api-core out soon.

@anguillanneuf
Copy link
Contributor

@busunkim96 I think it's okay to release. @plamut Sound ok to you?

@plamut
Copy link
Contributor

plamut commented Jul 27, 2021

add always_use_jwt_access (1f30ef7)

This commit removed the coverage requirement from .coveragerc, although we still require it through a command line option.

Release notes are a bit weird, they also contain the following, for example:

disable always_use_jwt_access (1f30ef7)

As a precaution, we should at least double check what's actually contained in the release plus groom the release notes accordingly.

Copy link
Contributor

@plamut plamut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@busunkim96 @anguillanneuf Took another look, plenty of autogenerated stuff, but seems good.

I also see why several entries refer to the same commit, it's simply because that commit was so large.

Please have a look at the suggested changes in CHANGELOG, but otherwise I think we can release this today.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 28, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2021
Copy link
Contributor

@anguillanneuf anguillanneuf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @plamut! I see the large commit you mean.

@plamut plamut merged commit 2f180df into master Jul 28, 2021
@plamut plamut deleted the release-v2.7.0 branch July 28, 2021 14:38
@yoshi-automation
Copy link
Contributor

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

@busunkim96
Copy link
Contributor

Thanks @plamut!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/python-pubsub API. autorelease: published cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants