Skip to content

Latest commit

 

History

History
149 lines (69 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

149 lines (69 loc) · 6.3 KB

0.3.1 (2023-02-16)

Bug Fixes

  • change rollback to always record migrations (43a65a0)
  • continue working with non UTC timezone (033c413)
  • migrate: upping was applying zero migrations (e80d6d2)
  • move FINAL modifier to the right place (#52) (0f4c068)

Features

  • add bfloat16 support (510b9ca)
  • add proper Rows implementation and some optimizations (658ad14)
  • add queries to create/drop views (b73c8fa)
  • add Raw (1e8ca47)
  • add support for DateTime64 (c1e00ef)
  • add WithAutoCreateDatabase option (8bf4958)
  • allow disabling compression for benchmarks (ef26067)
  • chmigrate: add WithReplicated option (988091e)
  • close idle connections after 30 minutes (99f247b)
  • enable opentelemetry support in protocol (76504b2)
  • initial commit (092a2db)
  • migrate: added option to only mark migration up/down as applied on success (f559e06)

0.3.0 (2023-01-21)

Bug Fixes

  • move FINAL modifier to the right place (#52) (31f2e73)

Features

  • add queries to create/drop views (cbdda72)

0.2.9 (2022-08-30)

Bug Fixes

  • migrate: upping was applying zero migrations (f1d380c)

Features

  • add bfloat16 support (75cc666)
  • add Raw (07c1f88)
  • add WithAutoCreateDatabase option (74e949e)
  • chmigrate: add WithReplicated option (76433f0)
  • migrate: added option to only mark migration up/down as applied on success (0b4f7bf)

0.2.8 (2022-05-29)

Features

  • enable opentelemetry support in protocol (fb79ac4)

0.2.7 (2022-05-02)

Features

  • allow disabling compression for benchmarks (a0d867b)

0.2.6 (2022-04-30)

Features

  • add proper Rows implementation and some optimizations (aca5cfe)
  • add support for DateTime64 (1281505)

0.2.6 (2022-03-29)

(2022-03-29)

Bug Fixes

  • change rollback to always record migrations (d6e6e55)
  • continue working with non UTC timezone (d003d44)

(2022-03-23)

(2022-03-23)

Features

  • close idle connections after 30 minutes (844981b)

(2022-03-21)

(2022-03-21)

(2022-03-21)

Features

(2022-03-17)

(2022-03-09)

Bug Fixes

  • parse query settings from DSN (6dd2a1a)

Features