Releases: GreptimeTeam/greptimedb-ingester-rust
Releases · GreptimeTeam/greptimedb-ingester-rust
v0.15.3
What's Changed
- feat: remove unnessary generic timestamp type by @fengjiachun in #32
- fix: handle stream end by @fengjiachun in #33
- feat: drain the stream properly by @fengjiachun in #34
Full Changelog: v0.15.2...v0.15.3
v0.15.2
v0.15.1
What's Changed
- chore: minor refactor by @fengjiachun in #27
- feat: cleanup expired responses if needed by @fengjiachun in #28
- fix: not allow to write empty rows by @fengjiachun in #29
- feat: check ts not null by @fengjiachun in #30
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- feat: upgrade protos and use batch insert api by @sunng87 in #1
- feat: streaming insert by @fengjiachun in #2
- test: add an example for data ingestion by @sunng87 in #3
- fix: block when stream insert by @fengys1996 in #6
- feat: add method to indicate if error is retriable by @sunng87 in #7
- feat: export channel manager module and its api by @sunng87 in #8
- refactor: update rust client decode message size by @sunng87 in #10
- feat: update proto and add row based insert api by @sunng87 in #13
- feat: add ColumnSchema creation shortcuts by @sunng87 in #14
- feat: add support for tls connection by @sunng87 in #15
- build: revise build setup and CI by @tisonkun in #17
- build: update package name to greptimedb-ingester by @waynexia in #16
- chore: update proto version and enable grpc gzip by @paomian in #18
- feat: rows streaming and hints by @fengjiachun in #19
- chore: upgrade some packages by @fengys1996 in #20
- feat(examples): add low-level API examples and improve configuration by @zqr10159 in #21
- docs: add examples descriptions and fix the dead link by @zqr10159 in #22
- feat: remove stream & add bulk insert by @fengjiachun in #23
- feat: improve bulk write by @fengjiachun in #24
- feat: logs benchmark by @fengjiachun in #25
- chore: bump version to 0.15.0 by @fengjiachun in #26
New Contributors
- @sunng87 made their first contribution in #1
- @fengjiachun made their first contribution in #2
- @fengys1996 made their first contribution in #6
- @tisonkun made their first contribution in #17
- @waynexia made their first contribution in #16
- @paomian made their first contribution in #18
- @zqr10159 made their first contribution in #21
Full Changelog: https://github.com/GreptimeTeam/greptimedb-ingester-rust/commits/v0.15.0