Packages
ch
0.2.7
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
retired
0.5.3
retired
0.5.2
retired
0.5.1
retired
0.5.0
retired
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.5-rc.0
0.2.4
0.2.3
0.2.2
0.2.2-rc.3
0.2.2-rc.2
0.2.2-rc.1
0.2.2-rc.0
0.2.1
0.2.0
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
retired
0.1.6
retired
0.1.5
retired
0.1.4
retired
0.1.3
retired
0.1.2
retired
0.1.1
0.1.0
HTTP ClickHouse driver for Elixir
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 0.2.7 (2024-08-15)
- raise on invalid UInt8 and Int8 when encoding RowBinary https://github.com/plausible/ch/pull/180
- adapt to Ecto v3.12 https://github.com/plausible/ch/pull/195
## 0.2.6 (2024-05-30)
- fix query encoding for datetimes where the microseconds value starts with zeroes `~U[****-**-** **:**:**.0*****]` https://github.com/plausible/ch/pull/175
## 0.2.5 (2024-03-05)
- add `:data` in `%Ch.Result{}` https://github.com/plausible/ch/pull/159
- duplicate `Ch.Result.data` in `Ch.Result.rows` for backwards compatibility https://github.com/plausible/ch/pull/160
- make `Ch.stream` emit `Ch.Result.t` instead of `Mint.Types.response` https://github.com/plausible/ch/pull/161
- make `Ch.stream` collectable https://github.com/plausible/ch/pull/162
## 0.2.4 (2024-01-29)
- use `ch-#{version}` as user-agent https://github.com/plausible/ch/pull/154
- fix query string escaping for `\t`, `\\`, and `\n` https://github.com/plausible/ch/pull/155
## 0.2.3 (2024-01-29)
- fix socket leak on failed handshake https://github.com/plausible/ch/pull/153
## 0.2.2 (2023-12-23)
- fix query encoding for datetimes with zeroed microseconds `~U[****-**-** **:**:**.000000]` https://github.com/plausible/ch/pull/138
## 0.2.1 (2023-08-22)
- fix array casts with `Ch` subtype https://github.com/plausible/ch/pull/118
## 0.2.0 (2023-07-28)
- move loading and dumping from `Ch` type to the adapter https://github.com/plausible/ch/pull/112
## 0.1.14 (2023-05-24)
- simplify types, again...
## 0.1.13 (2023-05-24)
- refactor types in `Ch.RowBinary` https://github.com/plausible/ch/pull/88
## 0.1.12 (2023-05-24)
- replace `{:raw, data}` with `encode: false` option, add `:decode` option https://github.com/plausible/ch/pull/42
## 0.1.11 (2023-05-19)
- improve Enum error message invalid values during encoding: https://github.com/plausible/ch/pull/85
- fix `\t` and `\n` in query params https://github.com/plausible/ch/pull/86
## 0.1.10 (2023-05-05)
- support `:raw` option in `Ch` type https://github.com/plausible/ch/pull/84
## 0.1.9 (2023-05-02)
- relax deps versions
## 0.1.8 (2023-05-01)
- fix varint encoding
## 0.1.7 (2023-04-24)
- support RowBinaryWithNamesAndTypes
## 0.1.6 (2023-04-24)
- add Map(K,V) support in Ch Ecto type
## 0.1.5 (2023-04-23)
- fix query param encoding like Array(Date)
- add more types support in Ch Ecto type: tuples, ipv4, ipv6, geo
## 0.1.4 (2023-04-23)
- actually support negative `Enum` values
## 0.1.3 (2023-04-23)
- support negative `Enum` values, fix `Enum16` encoding
## 0.1.2 (2023-04-23)
- support `Enum8` and `Enum16` encoding
## 0.1.1 (2023-04-23)
- cleanup published docs