mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-03 11:40:20 +03:00
Prepare 2.2.0 release
This commit is contained in:
parent
a00e0c2002
commit
3cc6eafb94
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
v2.2.0
|
||||||
|
------
|
||||||
|
- Support up to clickhouse 20.8
|
||||||
|
- Fixed boolean logic for Q objects (https://github.com/Infinidat/infi.clickhouse_orm/issues/158)
|
||||||
|
- Remove implicit use of '\N' character (which was causing deprecation warnings in queries)
|
||||||
|
- Tooling updates: use poetry, pytest, isort, black
|
||||||
|
|
||||||
|
**Backwards incompatible changes**
|
||||||
|
|
||||||
|
You can no longer supply a codec for an `alias` field. Previously this had no effect in clickhouse, but now it explicitly returns an error.
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
------
|
------
|
||||||
- Support for model constraints
|
- Support for model constraints
|
||||||
|
|
Loading…
Reference in New Issue
Block a user