Skip to content

Releases: wherobots/wherobots-python-dbapi

v0.28.1

Choose a tag to compare

@ClayMav ClayMav released this 10 Aug 21:04
b346cef

What's Changed

  • fix: stop shipping empty top-level wherobots/init.py (0.28.1) by @ClayMav in #69
  • feat: redact SQL literals in query logging (WBC-139) by @ClayMav in #70
  • feat: add extra_headers to connect() and append client=dbapi to X-Wherobots-Client (WBC-179) by @ClayMav in #71
  • fix: isolate cursor results per execution and stop cancelling completed queries (WBC-922) by @james-willis in #72

Full Changelog: v0.28.0...v0.28.1

v0.26.0

Choose a tag to compare

@zongsizhang zongsizhang released this 02 Apr 19:49
ee710ef

What's Changed

Full Changelog: v0.25.4...v0.26.0

v0.25.4

Choose a tag to compare

@zongsizhang zongsizhang released this 24 Mar 00:59
a9a8394

What's Changed

  • feat: relax requests lower bound to >=2.31.0 for MWAA compatibility by @zongsizhang in #63

Full Changelog: v0.25.3...v0.25.4

v0.25.3

Choose a tag to compare

@ClayMav ClayMav released this 18 Mar 18:30
2e29772

What's Changed

  • fix: use regex-based pyformat substitution in cursor.execute() by @james-willis in #61
  • chore: bump package version to 0.25.3 by @ClayMav in #62

Full Changelog: v0.25.2...v0.25.3

v0.25.2

Choose a tag to compare

@peterfoldes peterfoldes released this 09 Mar 21:54
99b12f5

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.23.1

Choose a tag to compare

@mpetazzoni mpetazzoni released this 28 Jan 03:17
v0.23.1
7dedc97

Adds support for recently added Wherobots runtime types.

v0.23.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 26 Jan 17:51
v0.23.0

Adds Store capability for persisting large query results to cloud storage, adds Python 3.14 support, and drops support for Python 3.8 and 3.9 (minimum version is now 3.10).

v0.22.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 26 Jan 17:51
v0.22.0

Fixes runtime version handling by removing the client-side default to 'latest', allowing the server to determine the appropriate runtime version.

v0.21.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 26 Jan 17:50
v0.21.0

Adds the Micro-A10-GPU runtime type and exposes the force_new parameter to control session reuse behavior.

v0.20.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 26 Jan 17:50
v0.20.0

Adds the Micro runtime type, improves error reporting for SQL session creation failures, and includes documentation updates for shutdown_after_inactive_seconds.