Skip to content

Releases: uktrade/pg-force-execute

v0.0.13

12 Aug 12:18
5f398b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

21 Jun 10:43
fe37ac3
Compare
Choose a tag to compare

What's Changed

  • feat: automate github release while skipping commit step by @JosefSmith in #42

Full Changelog: v0.0.11...v0.0.12

v0.0.11

24 May 05:21
9988ab3
Compare
Choose a tag to compare

What's Changed

  • docs: better installation and compatibility docs by @michalc in #37
  • docs: corrections and clarifications by @michalc in #38
  • feat: rename termination_thread_timeout to cleanup_timeout by @michalc in #39

Full Changelog: v0.0.10...v0.0.11

v0.0.10

13 May 12:57
0ddacd8
Compare
Choose a tag to compare

What's Changed

  • feat: support only SQLAlchemy 1.4.24 onwards by @michalc in #35

Full Changelog: v0.0.9...v0.0.10

v0.0.9

13 May 12:06
cb1df42
Compare
Choose a tag to compare

What's Changed

  • test: test against psycopg2 by @michalc in #27
  • test: don't depend on default driver for PostgreSQL by @michalc in #28
  • ci: test against multiple PostgreSQL versions by @michalc in #29
  • ci: test against multiple Python versions by @michalc in #30
  • ci: test against multiple SQLAlchemy versions by @michalc in #31
  • ci: test on earlier Python versions by @michalc in #32

Full Changelog: v0.0.8...v0.0.9

v0.0.8

10 May 14:57
bd04bff
Compare
Choose a tag to compare

What's Changed

  • docs: tidy whitespace in example by @michalc in #24
  • feat: automate publishing to pypi using github actions by @JosefSmith in #25

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

08 May 08:39
80506e8
Compare
Choose a tag to compare

What's Changed

  • docs: fix example in README by @michalc in #21
  • feat: remove engine from API and depend on psycopg3 in tests by @michalc in #22

Full Changelog: v0.0.6...v0.0.7

v0.0.6

05 May 18:40
c3aba0f
Compare
Choose a tag to compare

What's Changed

  • feat: change API to a context manager to allow multiple queries to get unblocked by @michalc in #18
  • docs: remove incorrect references to statement by @michalc in #19

Full Changelog: v0.0.5...v0.0.6

v0.0.5

29 Apr 10:42
43af93c
Compare
Choose a tag to compare

What's Changed

  • feat: pass through SQLAlchemy execution options, and rename query to statement by @michalc in #16

Full Changelog: v0.0.4...v0.0.5

v0.0.4

29 Apr 09:55
9e0436a
Compare
Choose a tag to compare

What's Changed

  • feat: re-raise exceptions from cancelling thread by @michalc in #10
  • docs: flesh out README by @michalc in #11
  • feat: rename cancel_timeout to termination_thread_timeout by @michalc in #12
  • docs: fix typos and missing description by @michalc in #13
  • docs: more accurate description of package by @michalc in #14

Full Changelog: v0.0.3...v0.0.4