Skip to content

Releases: open-telemetry/otel-arrow

v0.7.0

15 Nov 16:26
v0.7.0
317439a
Compare
Choose a tag to compare

This release has has incorrect .sums due to improper release process.
Nevertheless, the code is sound and contains a number of changes:

New "concurrentbatchprocessor" component under development (#71, #79, #90)
Update examples, add Docker build (#92)
Collector v0.88.0 dependency updates (#76)
Network statistics correctness (#70)
Zstd compression level is configurable (#81)
Instrumentation on schema changes (#77)
Compression rate degradation fix (#82)

Release v.0.6.0

17 Oct 18:58
v0.6.0
21e7149
Compare
Choose a tag to compare

This includes OpenTelemetry Collector v0.87.0 dependencies.

Release v0.5.0

06 Oct 18:10
v0.5.0
20b0e89
Compare
Choose a tag to compare

See the release notes in the PR description here:
#58 (comment)

Version 0.4.0

06 Sep 17:42
v0.4.0
d198a41
Compare
Choose a tag to compare

No code changes in this release.

Version 0.3.0

31 Aug 22:18
v0.3.0
d631534
Compare
Choose a tag to compare

Release v0.3.0 includes:

This release includes a BREAKING CHANGE 🛑 🛑 🛑 🛑 🛑.
We do not anticipate another of these, it merely renames/enumbers status codes to match the gRPC status code numbering scheme. However, since status code 0 stays the same, it will result in unusual looking errors but should be safe to deploy the receivers first. Their CANCELED (i.e., SERVER_SHUTDOWN) will read as UNAVAILABLE, etc.

See #27.

Version 0.2: minor improvements

25 Aug 21:32
v0.2.0
ce6da9d
Compare
Choose a tag to compare

Includes stream-max-lifetime, payload compression, README updates, multivariate metrics, etc.

#13, #20, #21, #22, #23.

Version 0.1.0, initial release

17 Aug 23:03
v0.1.0
234d3a4
Compare
Choose a tag to compare

This is the first tagged release of the OTel Arrow project.
The otelarrowexporter and otelarrowreceiver in this repository are transitional, they will eventually be merged into opentelemetry-collector-contrib.