Skip to content

Releases: SierraSoftworks/buckle

Version 1.3.3

05 Mar 11:49
aa6d6d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

14 Jan 10:13
ead947e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

11 Jan 21:18
73a4801
Compare
Choose a tag to compare

New Features

  • Improved logging of errors through an updated OpenTelemetry integration.

Dependency Updates

Full Changelog: https://github.com/SierraSoftworks/buckle/compare/v1.3.0...v1.3.1###

Version 1.3.0

04 Sep 18:34
Compare
Choose a tag to compare

This release updates the way we configure the OpenTelemetry exporter to allow easy use with any compatible OTLP endpoint.

To configure your OpenTelemetry export, you should expose the following environment variables:

# Example configuration for Honeycomb
export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"
export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"

Version 1.2.2

01 Sep 20:46
Compare
Choose a tag to compare

This release adds improvements to the telemetry emission generated by Buckle in situations where the service crashes and/or exits unexpectedly.

Version 1.2.1

01 Sep 10:20
837461f
Compare
Choose a tag to compare

This is a general maintenance update which ensures that Buckle is running the most recent libraries and security patches.

What's Changed

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

17 May 15:35
Compare
Choose a tag to compare

This release updates our Honeycomb integration to support their new Honeycomb Teams functionality.

Version 1.1.2

15 Oct 22:19
47c2241
Compare
Choose a tag to compare

This release addresses an omission in our file template behaviour which resulted in the final output files retaining their .tpl extensions.

Version 1.1.1

27 Sep 09:22
c305565
Compare
Choose a tag to compare

This release strips debug symbols from our Linux build (which should drop the size by about 90% for those of you counting).

Version 1.1.0

25 Sep 10:06
1decd89
Compare
Choose a tag to compare

This release adds support for secrets, which will not be emitted in telemetry/logging, and reporting of the hostname that Buckle is running on.