Releases: jayvynl/django-clickhouse-backend
Releases · jayvynl/django-clickhouse-backend
v1.3.2
What's Changed
- add anyLast function by @amin-basiri in #100
- fix: pass DSN to clickhouse-client if configured by @paddycarey in #110
- Feature/#108 by @jayvynl in #115
- refactor base merge tree engine to check Iterable value by @RuslanSibgatulin in #111
- chore: test for python3.13.
New Contributors
- @amin-basiri made their first contribution in #100
- @paddycarey made their first contribution in #110
- @RuslanSibgatulin made their first contribution in #111
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- fix(#99): fix update value containing "where" cause exception. by @jayvynl in #102
- Fix deprecated index_together for django 5.1 by @dishn in #103
- dep: support Django 5.1, update clickhouse-driver to 0.2.9 by @jayvynl in https://github.com/jayvynl/django-clickhouse-
- Fix: #97 JSONField error in ClickHouse 24.8.
- Fix: tuple function error in ClickHouse 24.8.
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
v1.1.7
What's Changed
- fix: #76 AttributeError: 'ReplicatedReplacingMergeTree' object has no attribute 'expressions'.
- fix: migrate ReplacingMergeTree with ver raising AttributeError: 'F' object has no attribute 'get_source_expressions'.
- fix: unable to omit zoo_path and replica_name in replicated engines other than ReplicatedMergeTree.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
- Add CLICKHOUSE_ENABLE_UPDATE_ROWCOUNT django setting.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Clickhouse Approx/Distinct Counts by @vigneshshettyin in #66
- docs: add contributing guide. by @jayvynl in #69
- feat: add some ClickHouse tuple and hash functions.
- fix: test and fix ClickHouse functions.
- ci: remove deploy of testpypi.
- docs: update DatabaseOperations.max_in_list_size docstring.
- docs: fix readme error word.
- docs: add 1.1.4 changelog.
- chore: clickhouse_backend.models.functions turn module to package.
New Contributors
- @vigneshshettyin made their first contribution in #66
Full Changelog: v1.1.4...v1.1.5