8000 Comparing 0.33.0...0.34.0 · crate/crate-python · GitHub
[go: up one dir, main page]

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: crate/crate-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.33.0
Choose a base ref
...
head repository: crate/crate-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.34.0
Choose a head ref
  • 19 commits
  • 29 files changed
  • 3 contributors

Commits on Jul 28, 2023

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

Commits on Jul 31, 2023

  1. Chore: Update documentation content

    - Add missing credits to change log
    - Update to crate-docs 2.1.1
    - Improve wording
    - Update intersphinx reference to SQLAlchemy 2.x
    amotl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9919250 View commit details
    Browse the repository at this point in the history
  2. Chore: Satisfy linter admonition flake8 E721

    The admonition was: E721 do not compare types, for exact checks use
    `is` / `is not`, for instance checks use `isinstance()`.
    
    Apparently, it has been added to flake8 6.1.0, released on July 29, 2023
    amotl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d2d44a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    c574896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524936e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    279434c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eaf38d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ad022 View commit details
    Browse the repository at this point in the history
  4. Improve exception handling: Properly raise IntegrityError exceptions

    ... when receiving `DuplicateKeyException` errors from CrateDB, instead
    of the more general `ProgrammingError`.
    amotl committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ac8b2f4 View commit details
    Browse the repository at this point in the history
  5. Update sphinx requirement from <7,>=3.5 to >=3.5,<8

    Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
    - [Commits](sphinx-doc/sphinx@v3.5.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    40cf2e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Maintenance: Remove use of deprecated setuptools.ssl_support

    As a replacement for `find_ca_bundle`, use `certifi.where()`.
    amotl committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0a482ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c925717 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7c4a4c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    471f026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ac679 View commit details
    Browse the repository at this point in the history
  6. Release 0.34.0

    amotl committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    45a1d7f View commit details
    Browse the repository at this point in the history
Loading
0