Skip to content

Releases: ericmccarthy7/clickhouse-pool

v0.6.0

11 Jun 17:31
Compare
Choose a tag to compare

This release addresses the following:

  • newer version of clickhouse_driver (0.2.1 -> 0.2.7)
  • update dev dependencies:
    • pylint
    • black
    • pytest
    • sphinx
    • sphinx-rtd-theme
  • because of these dependencies forcing python to be at least 3.9, this will be released as v0.6.0

v0.5.3

11 Jun 17:16
Compare
Choose a tag to compare

This release addresses the following:

  • connection pool bug: see #12
  • use poetry for packaging and publishing
  • use github pages for docs

Bump v0.5.0 -> v0.5.1

  • fixes a bug in the actions release workflow: secret formatting

Bump v0.5.1 -> v0.5.2

  • fixes a bug in the actions release workflow: docs .nojekyll

Bump v0.5.2 -> v0.5.3

  • update pyproject.toml for v0.5.3

v0.4.4

11 Jun 13:36
6741e20
Compare
Choose a tag to compare

This release fixes a bug with connection pooling not handling exceptions.

Thanks @macobo 👍

v0.4.3

20 Nov 00:53
Compare
Choose a tag to compare

Add host to README and increment version to fix last failed build.

v0.4.2

20 Nov 00:45
Compare
Choose a tag to compare

Change prerequisite python version to python 3.5

  • increment version to v0.4.2
  • use python 3.8 for readthedocs and actions

v0.4.0

25 Jun 05:14
ac438b1
Compare
Choose a tag to compare
  • get_conn -> pull
  • put_conn -> push
  • docstrings on all methods
  • updated readme

v0.3.1

24 Jun 23:12
Compare
Choose a tag to compare

Mostly tagging this release to test the github actions build.