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

Skip to content

Conversation

release-please[bot]
Copy link
Contributor

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

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

2.2.1b3 (2021-08-03)

âš  BREAKING CHANGES

Features

  • [WIP] The first stage of nox implementation (#468) (96f2223)
  • add decimal/numeric support (#620) (d09ad61)
  • Add dummy WHERE clause to certain statements (#516) (af5d8e3)
  • Add open telemetry trace in schema and related unit tests (#648) (fc51086)
  • add PyPI release support (#451) (da82c41)
  • Add support for open telemetry (#633) (2ba879a)
  • Added support for check constraint (#679) (42352c0)
  • added unit test with coverage of 68% (#611) (92ad508)
  • clear session pool on connection close (#543) (14e4cac)
  • cursor must detect if the parent connection is closed (#463) (a9fd5a3)
  • Implementing DB-API types according to the PEP-0249 specification (#521) (62c22b1)
  • move migrations test modules to run against different emulator (#613) (5b3b2e4)
  • refactor connect() function, cover it with unit tests (#462) (4fedcf1)
  • Stage 2 of nox implementation - adding docs target (#473) (45d6b97)
  • Stage 3-4 of nox implementation - adding auto-format targets (#478) (59e7c3f)
  • Stage 5 of nox implementation - adding coverage targets (#479) (cec6b96)
  • Stage 6 of nox implementation - enabling system tests (#480) (dc73bf6)
  • support transactions management (#535) (2f2cd86)
  • update docs and nox file to compile it (#610) (876f2fc)
  • update workflow files to uniformly distribute the test modules by time taken by each test module (#615) (c386123)

Bug Fixes

  • add description for transaction autocommit (#587) (8441edc)
  • add project env in readme file (#586) (55b9d19)
  • Bump version ahead of lateset release (#571) (36e5b82)
  • Bump version number after 2.2.1b0 release (#596) (5f946d2)
  • bump version number after 2.2.1b1 release (#652) (287b893)
  • Bump version number after 2.2.1b2 release (#688) (5f9750e)
  • Bump version number after 2.2.1b3 release (#696) (a8f2aac)
  • Change release script package name (#489) (388ea6b)
  • correct import path (#649) (bc99bb5)
  • correct test case for sql_flush for multiple delete table commands (#629) (3de1a81)
  • DatabaseWrapper method impl and potential bugfix (#545) (d8453c7)
  • Fix black, isort compatibility (#469) (dd005d5)
  • fix from-scratch tutorial (#573) (59ce5e7)
  • fix healthchecks app tutorial (#574) (65d2e9d)
  • Fix license classifier (#507) (9244414)
  • Fix package name in README (#556) (8b2329a)
  • fix typo in README (#575) (d25fa86)
  • iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved (#628) (2772b57)
  • lint_setup_py was failing in Kokoro is now fixed (#607) (d125148)
  • override django autocommit to spanner (#583) (7ce685d)
  • permanently broken date & time unit tests on Windows (#524) (3f5db62)
  • remove delete of instance if it already exists, as it might be in use by another test (#641) (0544208)
  • remove error msg check from test_decimal_precision_limit (#646) (9be15c0)
  • remove error msg check from test_decimal_precision_limit for non emulator test (#647) (fe4a062)
  • Remove old quickstart instructions link (#593) (03adf65)
  • Remove un necessary file from code base (#608) (58b9969)
  • Replace repo name with pkg name (#508) (fbba900)
  • Replace, fast-forward Django CI branch (#598) (5d65e3f)
  • s/installation/installation/ (#509) (03c963a)
  • s/useage/usage/ (#511) (6b960ec)
  • Update links in comments to use googleapis repo (#622) (3fa1aeb)
  • update pypi package name (#454) (47154d1)
  • Update README for alpha release (#503) (3d31167)
  • Update version to 2.2.0a1 (#506) (a3a6344)
  • updated assets to have text background so it works with dark mode (#671) (0f99938)
  • updated assets to have text background so it works with dark mode (#674) (306eeba)
  • Use "any" default role in sphinx (#550) (196c449)

Code Refactoring

  • erase dbapi directory and all the related tests (#554) (8183247)
  • Update python-spanner dep, drop py 3.5 (#557) (5910833)

Documentation

  • add a querying example into the main readme (#515) (c477cc2)
  • add docs build kokoro config for django spanner (#644) (ecf241a)
  • Adding documentation for GA (#665) (216c2e0)
  • minor fixes to README.md (#448) (f969000)
  • move test suite information to CONTRIBUTING.md (#442) (05280ae)
  • update docs to show decimal field support and check constraints but no support for unsigned data type (#683) (74f2269)
  • Update docstrings for django_spanner (#564) (7083f1d)
  • updated README.rst file (#563) (d70cb28)
  • verify and comment the DB API exceptions (#522) (5ed0845)

Miscellaneous Chores


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 30, 2021 17:52
@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 30, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-django API. label Jul 30, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 30, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 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 Aug 3, 2021
@vi3k6i5
Copy link
Contributor

vi3k6i5 commented Aug 3, 2021

Already released.

@vi3k6i5 vi3k6i5 closed this Aug 3, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 3, 2021
@bcoe bcoe added the release-please:force-run To run release-please label Aug 4, 2021
@release-please release-please bot removed the release-please:force-run To run release-please label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. autorelease: closed cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants