Skip to content
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 or learn 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-spanner-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: googleapis/python-spanner-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 11 commits
  • 47 files changed
  • 6 contributors

Commits on Jan 3, 2025

  1. chore(python): Update the python version in docs presubmit to use 3.10 (

    #914)
    
    Source-Link: googleapis/synthtool@de3def6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    3849883 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. chore(python): exclude .github/workflows/unittest.yml in renovate con…

    …fig (#916)
    
    Source-Link: googleapis/synthtool@106d292
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8ff1efe878e18bd82a0fb7b70bb86f77e7ab6901fed394440b6135db0ba8d84a
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    8341c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. chore(python): conditionally load credentials in .kokoro/build.sh (#924)

    Source-Link: googleapis/synthtool@aa69fb7
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    32e280d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

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

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    89309cd View commit details
    Browse the repository at this point in the history
  2. test: add mockserver tests (#928)

    * test: add mockserver tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://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>
    olavloite and gcf-owl-bot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    517fbe9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. fix: add option to disable client-side pk generation (#930)

    * test: add mockserver tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: add option to disable client-side pk generation
    
    Add an option to disable client-side generation of primary key values.
    This makes it possible to use the Spanner Django dialect in combination
    with other Django dialects, without the Spanner Django PK generation
    interfering with the other dialect(s).
    
    Fixes #783
    
    * chore: introduce configuration option for id generation
    
    Adds a configuration option for enabling/disabling client-side ID generation
    using a random UUID. This allows users to better control ID generation when
    using non-Spanner databases in combination with Spanner.
    
    This option can in the future also be used for using IDENTITY columns for
    ID generation.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    9f7592d View commit details
    Browse the repository at this point in the history
  2. fix: move version module to django_spanner.version (#844)

    * fix: move version module to
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://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>
    Co-authored-by: Knut Olav Løite <koloite@gmail.com>
    3 people authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    b1a2948 View commit details
    Browse the repository at this point in the history
  3. fix: Update Django Official Link to drop 2.2 and support 4.2 (#903)

    Co-authored-by: Knut Olav Løite <koloite@gmail.com>
    mitsuo0114 and olavloite authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    0079e74 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. docs: document how to enable/disable random PK generation (#933)

    Document how to enable/disable randomly generated primary key values.
    olavloite authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    67d1c76 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore(main): release 4.0.2 (#932)

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