Skip to content

Latest commit

 

History

History
100 lines (54 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

100 lines (54 loc) · 2.69 KB

Changelog

0.2.8 (2024-09-06)

0.2.7 (2024-08-15)

0.2.6 (2024-05-30)

  • fix query encoding for datetimes where the microseconds value starts with zeroes ~U[****-**-** **:**:**.0*****] plausible#175

0.2.5 (2024-03-05)

0.2.4 (2024-01-29)

0.2.3 (2024-01-29)

0.2.2 (2023-12-23)

  • fix query encoding for datetimes with zeroed microseconds ~U[****-**-** **:**:**.000000] plausible#138

0.2.1 (2023-08-22)

0.2.0 (2023-07-28)

  • move loading and dumping from Ch type to the adapter plausible#112

0.1.14 (2023-05-24)

  • simplify types, again...

0.1.13 (2023-05-24)

0.1.12 (2023-05-24)

  • replace {:raw, data} with encode: false option, add :decode option plausible#42

0.1.11 (2023-05-19)

0.1.10 (2023-05-05)

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