UNCLASSIFIED - NO CUI

Skip to content

Update dependency sqlalchemy_cockroachdb to v1.4.4

renovate requested to merge renovate/sqlalchemy_cockroachdb-1.x into development

This MR contains the following updates:

Package Type Update Change
sqlalchemy_cockroachdb ironbank-pypi minor 1.3.4 -> 1.4.4

Release Notes

cockroachdb/sqlalchemy-cockroachdb

v1.4.4

Compare Source

Released September 9, 2022

  • Added include_hidden option to get_columns() to enable reflection of columns like "rowid". (#​173)
  • Added support for .with_hint() (patch courtesy of Jonathan Dieter)
  • Updated column introspection query to work with CockroachDB v22.2.

v1.4.3

Compare Source

Released December 10, 2021

  • Added preliminary support for asyncpg. See instructions in the README.

v1.4.2

Compare Source

Released October 21, 2021

  • Updated version telemetry to only report major/minor version of SQLAlchemy.

v1.4.1

Compare Source

Released October 12, 2021

  • Updated test suite to work with Alembic 1.7.

v1.4.0

Compare Source

Released July 29, 2021

  • Add telemetry to SQLAlchemy CockroachDB
  • Telemetry is enabled by default, set disable_cockroachdb_telemetry in create_engine's connect_args field to disable.
    • Example: engine = create_engine('cockroachdb://...', connect_args={"disable_cockroachdb_telemetry": True})
  • Initial compatibility with SQLAlchemy 1.4.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports