Releases: GreptimeTeam/greptimedb-ingester-rust
Releases · GreptimeTeam/greptimedb-ingester-rust
Release list
v0.18.0
What's Changed
- feat: add start_timestamp/end_timestamp to DoPutMetadata to facilitate fast ingestion by @v0y4g3r in #49
- chore: bump version 0.18.0 by @fengjiachun in #57
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- chore: add badges to readme by @killme2008 in #56
- feat: support configurable grpc compression encoding by @fengjiachun in #55
New Contributors
- @killme2008 made their first contribution in #56
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- feat: benchmark with bulk and regular API by @fengjiachun in #36
- feat: minor change with bench docs by @fengjiachun in #37
- feat: support compression option via grpc by @fengjiachun in #38
- fix: update auth value str by @shuiyisong in #42
- feat: allow creating Rows from a RecordBatch by @matthias-wende-frequenz in #43
- fix: add 'Basic' after username:password base64 encoded by @JimMoen in #45
- fix: ci not work on pr by @fengys1996 in #46
- docs: remove outdated docs by @fengjiachun in #50
- feat: upgrade proto dep by @fengjiachun in #52
- fix: msrv by @fengjiachun in #53
New Contributors
- @shuiyisong made their first contribution in #42
- @matthias-wende-frequenz made their first contribution in #43
- @JimMoen made their first contribution in #45
Full Changelog: v0.15.3...v0.16.0
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