Releases: GreptimeTeam/greptimedb-ingester-erl
Releases · GreptimeTeam/greptimedb-ingester-erl
v0.1.9
What's Changed
- fix: return any possible error reasons from
greptimedb:is_alive(Client, true)
by @SergeTupchiy in #40 - ci: update greptimedb to v0.8.1 by @killme2008 in #41
- feat: supports gRPC insertion hints, close #42 by @killme2008 in #43
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
What's Changed
- chore: upgrade greptimedb to 0.5.0 in ci by @killme2008 in #33
- feat: upgrade protos and libs by @killme2008 in #34
- feat: add API to set time unit in a metric by @SergeTupchiy in #36
- docs: add metric timeunit example to README by @SergeTupchiy in #37
New Contributors
- @SergeTupchiy made their first contribution in #36
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- fix: should reply the error when fail to shoot by @killme2008 in #31
Full Changelog: v0.1.5...v0.1.6
v0.1.5
- Make greptimedb worker more robust.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: use greptimedb v0.4.0 for ci by @killme2008 in #29
- fix: async write callback with wrong result by @killme2008 in #30
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Supports async write
ok = greptimedb:async_write_batch(Client, [{Metric, Points}], ResultCallback)
v0.1.2
Main changes:
- Supports
timeunit
option, including:ns
ornanosecond
us
ormicrosecond
ms
ormillisecond
s
orsecond
- Supports unsigned integer values
- Return
{error, unauth}
when authorization fails. - Rename all pb modules prefixed with greptimedb_.
- Adds timeout settings for gRPC and
gen_server:call
.
v0.1.1
Main changes:
- Updated protobuf protocols to work with greptimedb 0.3
- Health checking
- Performance tuning
v0.1.0
First release
Deprecated