Skip to content

Releases: GreptimeTeam/greptimedb-ingester-erl

v0.1.9

10 Sep 07:41
458f4dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

22 Mar 21:18
959f841
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

26 Jan 08:35
6ceb182
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Dec 12:15
1928d03
Compare
Choose a tag to compare

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

04 Dec 11:01
Compare
Choose a tag to compare

v0.1.4

04 Dec 09:31
a3668a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

16 Aug 08:24
4619677
Compare
Choose a tag to compare
  • Supports async write
ok = greptimedb:async_write_batch(Client, [{Metric, Points}], ResultCallback)

v0.1.2

20 Jul 15:01
c1c6733
Compare
Choose a tag to compare

Main changes:

  • Supports timeunit option, including:
    • ns or nanosecond
    • us or microsecond
    • ms or millisecond
    • s or second
  • 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

04 Jul 06:37
ed1ef46
Compare
Choose a tag to compare

Main changes:

  1. Updated protobuf protocols to work with greptimedb 0.3
  2. Health checking
  3. Performance tuning

v0.1.0

05 May 09:22
Compare
Choose a tag to compare

First release

Deprecated