Skip to content

Releases: googleapis/python-spanner-django

v4.0.2

10 Jun 12:19
ec10b70
Compare
Choose a tag to compare

4.0.2 (2025-06-05)

Bug Fixes

  • Add option to disable client-side pk generation (#930) (9f7592d)
  • Move version module to django_spanner.version (#844) (b1a2948)
  • Update Django Official Link to drop 2.2 and support 4.2 (#903) (0079e74)

Documentation

  • Document how to enable/disable random PK generation (#933) (67d1c76)

v4.0.1

07 May 07:59
538235d
Compare
Choose a tag to compare

4.0.1 (2024-05-07)

Bug Fixes

  • Fixing README.rst to fix release failure. (#885) (45a486a)

v4.0.0

30 Apr 13:05
681a179
Compare
Choose a tag to compare

4.0.0 (2024-04-25)

⚠ BREAKING CHANGES

  • Support Django 4.2 (#865)

Features

v3.1.0

23 Apr 12:59
75a368e
Compare
Choose a tag to compare

3.1.0 (2024-04-23)

Features

  • Add support for named schema (#858)

Bug Fixes

*Fixing test_clearsessions_unsupported test (#863)

v3.0.1

07 Feb 12:02
865b5b2
Compare
Choose a tag to compare

Bug Fixes

  • downgrade google-cloud-spanner to v 3.11.1 (#747) (a1f1cac)

v3.0.0

29 Oct 03:47
d92ddce
Compare
Choose a tag to compare

Documentation

  • typo fixes in readme (#732) (bb60a16)
  • update limitations about json query support and django version support. (#729) (c3b111f)

Miscellaneous Chores

v2.2.1b4

26 Oct 05:47
4ae48d1
Compare
Choose a tag to compare

Features

  • enable support for get_key_columns and cleanup tests with unknown failures to specific failures. (#721) (1ec0784)
  • merge django 2.2 and django 3.2 branches into 1 branch (#717) (bfb2e20)

Bug Fixes

  • Bump version number after 2.2.1b3 release (#696) (a8f2aac)

Documentation

Miscellaneous Chores

v2.2.1b3

30 Jul 18:20
c86dd26
Compare
Choose a tag to compare

Miscellaneous Chores

  • release 2.2.1b3 (de23f65)
  • Update repo to say beta release instead of alpha (#691) (2144d09)

v2.2.1b2

28 Jul 15:16
f5bf523
Compare
Choose a tag to compare

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

v2.2.1b1

17 Jun 23:47
d8fd0cc
Compare
Choose a tag to compare

Features

  • Add support for open telemetry (#633) (2ba879a)
  • add decimal/numeric support (#620) (d09ad61)
  • added unit test with coverage of 68% (#611) (92ad508)
  • 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)
  • move migrations test modules to run against different emulator (#613) (5b3b2e4)

Bug Fixes

  • correct import path (#649) (bc99bb5)
  • remove error msg check from test_decimal_precision_limit for non emulator test (#647) (fe4a062)
  • remove error msg check from test_decimal_precision_limit (#646) (9be15c0)
  • remove delete of instance if it already exists, as it might be in use by another test (#641) (0544208)
  • correct test case for sql_flush for multiple delete table commands (#629) (3de1a81)
  • iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved (#628) (2772b57)
  • Update links in comments to use googleapis repo (#622) (3fa1aeb)
  • Remove un necessary file from code base (#608) (58b9969)
  • lint_setup_py was failing in Kokoro is now fixed (#607) (d125148)
  • Replace, fast-forward Django CI branch (#598) (5d65e3f)

Code Refactoring

  • update coverage score in nox file and cleanup imports in test_operations (#638) (b1f49f7)

Documentation

  • add docs build kokoro config for django spanner (#644) (ecf241a)

Miscellaneous Chores