Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

chore: release 2.2.1b2 - #687

Merged
vi3k6i5 merged 2 commits into
masterfrom
release-v2.2.1b2
Jul 28, 2021
Merged

chore: release 2.2.1b2#687
vi3k6i5 merged 2 commits into
masterfrom
release-v2.2.1b2

Conversation

@release-please

@release-pleaserelease-pleaseBot commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

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

2.2.1b2 (2021-07-27)

Features

  • Added support for check constraint (#679) (42352c0)
  • Add open telemetry trace in schema and related unit tests (#648) (fc51086)

Bug Fixes

  • updated assets to have text background so it works with dark mode (#674) (306eeba)
  • updated assets to have text background so it works with dark mode (#671) (0f99938)
  • bump version number after 2.2.1b1 release (#652) (287b893)

Documentation

  • update docs to show decimal field support and check constraints but no support for unsigned data type (#683) (74f2269)
  • Adding documentation for GA (#665) (216c2e0)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@release-please
release-pleaseBot requested a review from a teamJuly 27, 2021 17:10
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Jul 27, 2021
@product-auto-labelproduct-auto-labelBot added the api: spanner Issues related to the googleapis/python-spanner-django API. label Jul 27, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot 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 27, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 27, 2021
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 27, 2021
Corrected the change log msg.
@trusted-contributions-gcftrusted-contributions-gcfBot 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-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2021
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2021

@vi3k6i5vi3k6i5 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@vi3k6i5vi3k6i5 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@vi3k6i5vi3k6i5 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2021
@vi3k6i5
vi3k6i5 merged commit f5bf523 into masterJul 28, 2021
@vi3k6i5
vi3k6i5 deleted the release-v2.2.1b2 branch July 28, 2021 15:03
@yoshi-automation

Copy link
Copy Markdown

@release-tool-publish-reporter

Copy link
Copy Markdown

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

@release-tool-publish-reporter

Copy link
Copy Markdown

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

vi3k6i5 added a commit that referenced this pull request Sep 16, 2021
* chore: fix release build (#659)
* chore: fix release build
Fix release build by migrating to secret manager secrets and use templated kokoro configs for docs/ and release/
* fix: fix config names
* chore: add populate secrets script
* docs: fix license
* chore: preserve original year
* chore: revert years in manually committed files
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* chore: update lockfile
* chore: add .kokoro/docker directory
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: Added support for check constraint (#679)
* feat: Added support for check constraint
* fix: change decimal out of scale ProgramingError to ValueError
* fix: skip check_constraints tests when running on emmulator
* fix: remove check constraint for emulator
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type (#683)
* test: Performance Testing (#675)
* performance files
* test_benchmark
* performance testing changes
* changes in benchmark performance for prod
* changes to number of runs
* adding comments
* linting changes
* changes for 3.2
* Revert "changes for 3.2"
This reverts commit 488035c.
* adding licence
* chore: release 2.2.1b2 (#685)
Release-As: 2.2.1b2
* chore: release 2.2.1b2 (#687)
* chore: release 2.2.1b2
* Updated CHANGELOG.md
Corrected the change log msg.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b2 release (#688)
* chor: Update repo to say beta release instead of alpha (#691)
* fix: Bump version number after 2.2.1b2 release
* Update setup.py
Current release is beta so updating the same in setup.py
* chore: release 2.2.1b3 (#693)
Release-As: 2.2.1b3
* chore: release 2.2.1b3 (#694)
* chore: release 2.2.1b3
* Updated CHANGELOG.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b3 release (#696)
* chore: release 2.2.1b3
Release-As: 2.2.1b3
* fix: Bump version number after 2.2.1b3 release
* fix: add test samples script and related kokoro files
* fix: correct repo name from python-spanner to python-spanner-django
* fix: correct license from Apache to BSD style
* docs: lint fix for samples (#697)
* Docs: fix changelog link and sample examples. (#700)
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type
* docs: linked changelog correctly
* docs: fix doc links for sample examples
* fix: skip test cursor_executemany_with_empty_params_list as spanner support is not there
* docs: update dbapi location in overview asset file (#702)
* chore: migrate to main branch (#706)
* chore: migrate to main branch
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* use latest post processor image
* remove obsolete replacements in owlbot.py
* update post processor image
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
vi3k6i5 added a commit that referenced this pull request Sep 21, 2021
* performance files
* test_benchmark
* performance testing changes
* changes in benchmark performance for prod
* changes to number of runs
* adding comments
* linting changes
* 3.2 changes
* adding version change
* lint changes and resmoving performance changes
* version changes
* chore: fix release build (#659)
* chore: fix release build
Fix release build by migrating to secret manager secrets and use templated kokoro configs for docs/ and release/
* fix: fix config names
* chore: add populate secrets script
* docs: fix license
* chore: preserve original year
* chore: revert years in manually committed files
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* chore: update lockfile
* chore: add .kokoro/docker directory
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: Added support for check constraint (#679)
* feat: Added support for check constraint
* fix: change decimal out of scale ProgramingError to ValueError
* fix: skip check_constraints tests when running on emmulator
* fix: remove check constraint for emulator
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type (#683)
* test: Performance Testing (#675)
* performance files
* test_benchmark
* performance testing changes
* changes in benchmark performance for prod
* changes to number of runs
* adding comments
* linting changes
* changes for 3.2
* Revert "changes for 3.2"
This reverts commit 488035c.
* adding licence
* chore: release 2.2.1b2 (#685)
Release-As: 2.2.1b2
* chore: release 2.2.1b2 (#687)
* chore: release 2.2.1b2
* Updated CHANGELOG.md
Corrected the change log msg.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b2 release (#688)
* chor: Update repo to say beta release instead of alpha (#691)
* fix: Bump version number after 2.2.1b2 release
* Update setup.py
Current release is beta so updating the same in setup.py
* chore: release 2.2.1b3 (#693)
Release-As: 2.2.1b3
* chore: release 2.2.1b3 (#694)
* chore: release 2.2.1b3
* Updated CHANGELOG.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b3 release (#696)
* chore: release 2.2.1b3
Release-As: 2.2.1b3
* fix: Bump version number after 2.2.1b3 release
* fix: add test samples script and related kokoro files
* fix: correct repo name from python-spanner to python-spanner-django
* fix: correct license from Apache to BSD style
* docs: lint fix for samples (#697)
* Docs: fix changelog link and sample examples. (#700)
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type
* docs: linked changelog correctly
* docs: fix doc links for sample examples
* fix: skip test cursor_executemany_with_empty_params_list as spanner support is not there
* docs: update dbapi location in overview asset file (#702)
* chore: migrate to main branch (#706)
* chore: migrate to main branch
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* use latest post processor image
* remove obsolete replacements in owlbot.py
* update post processor image
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* fix: added fixes for latest feature changes in django 3.2
* fix: fixes for running tests for django3.2
* fix: change django repo path
* test: test fixes for order by nulls first and last
* docs: fix readme link target
* test: set default auto field type in test settings
* fix: update features to skip tests that are not support by spanner
* fix: remove choices module from django3.2 as it has been removed from django 3.2
Co-authored-by: Astha Mohta <asthamohta@gmail.com>
Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
vi3k6i5 added a commit that referenced this pull request Oct 5, 2021
* performance files
* test_benchmark
* performance testing changes
* changes in benchmark performance for prod
* changes to number of runs
* adding comments
* linting changes
* 3.2 changes
* adding version change
* lint changes and resmoving performance changes
* version changes
* chore: fix release build (#659)
* chore: fix release build
Fix release build by migrating to secret manager secrets and use templated kokoro configs for docs/ and release/
* fix: fix config names
* chore: add populate secrets script
* docs: fix license
* chore: preserve original year
* chore: revert years in manually committed files
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* chore: update lockfile
* chore: add .kokoro/docker directory
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: Added support for check constraint (#679)
* feat: Added support for check constraint
* fix: change decimal out of scale ProgramingError to ValueError
* fix: skip check_constraints tests when running on emmulator
* fix: remove check constraint for emulator
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type (#683)
* test: Performance Testing (#675)
* performance files
* test_benchmark
* performance testing changes
* changes in benchmark performance for prod
* changes to number of runs
* adding comments
* linting changes
* changes for 3.2
* Revert "changes for 3.2"
This reverts commit 488035c.
* adding licence
* chore: release 2.2.1b2 (#685)
Release-As: 2.2.1b2
* chore: release 2.2.1b2 (#687)
* chore: release 2.2.1b2
* Updated CHANGELOG.md
Corrected the change log msg.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b2 release (#688)
* chor: Update repo to say beta release instead of alpha (#691)
* fix: Bump version number after 2.2.1b2 release
* Update setup.py
Current release is beta so updating the same in setup.py
* chore: release 2.2.1b3 (#693)
Release-As: 2.2.1b3
* chore: release 2.2.1b3 (#694)
* chore: release 2.2.1b3
* Updated CHANGELOG.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
* fix: Bump version number after 2.2.1b3 release (#696)
* chore: release 2.2.1b3
Release-As: 2.2.1b3
* fix: Bump version number after 2.2.1b3 release
* fix: add test samples script and related kokoro files
* fix: correct repo name from python-spanner to python-spanner-django
* fix: correct license from Apache to BSD style
* docs: lint fix for samples (#697)
* Docs: fix changelog link and sample examples. (#700)
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type
* docs: linked changelog correctly
* docs: fix doc links for sample examples
* fix: skip test cursor_executemany_with_empty_params_list as spanner support is not there
* docs: update dbapi location in overview asset file (#702)
* chore: migrate to main branch (#706)
* chore: migrate to main branch
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* use latest post processor image
* remove obsolete replacements in owlbot.py
* update post processor image
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* fix: added fixes for latest feature changes in django 3.2
* fix: fixes for running tests for django3.2
* fix: change django repo path
* test: test fixes for order by nulls first and last
* docs: fix readme link target
* test: set default auto field type in test settings
* fix: update features to skip tests that are not support by spanner
* fix: remove choices module from django3.2 as it has been removed from django 3.2
* feat: add json support
* fix: correct JsonObject import path
* fix: table_type is not supported in emulator
* !fix: update dependency for json support
* fix: views are not supported by spanner
Co-authored-by: Astha Mohta <asthamohta@gmail.com>
Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner-django API.autorelease: publishedcla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yoshi-automation@vi3k6i5@yoshi-kokoro