Skip to content

Releases: SierraSoftworks/vault-azfn

Version 1.4.1

25 Oct 23:04
b978ff9
Compare
Choose a tag to compare

This release makes further improvements to the OpenTelemetry integration, improving request duration reporting and span naming to further enhance integration with Vault v1.15.x+.

Version 1.4.0

25 Oct 22:31
312c27a
Compare
Choose a tag to compare

This release makes changes to the telemetry emission model to improve comprehensibility and better support Vault 1.15's new core.completed_request log event, allowing you to understand the response status behaviour of your Vault instance.

Version 1.3.6

09 Sep 19:47
Compare
Choose a tag to compare

This release fixes an issue with the embedded version metadata, which will ensure that the service.version is reported correctly in OpenTelemetry.

Version 1.3.5

09 Sep 19:35
Compare
Choose a tag to compare

This release makes further improvements to the log parsing, especially logs that contain non-string fields and/or which contain error fields, ensuring that these are reported in a useful manner.

Version 1.3.4

09 Sep 18:07
Compare
Choose a tag to compare

This release improves handling of multi-line messages and messages which do not contain valid JSON.

Version 1.3.3

09 Sep 17:20
Compare
Choose a tag to compare

This release improves our ability to handle log messages from vault which can't be parsed as JSON correctly.

Version 1.3.2

09 Sep 15:03
Compare
Choose a tag to compare

This release changes from emitting events for each log entry to instead emitting new spans, ensuring that these are exported in a timely fashion and simplifying analysis in realtime.

Version 1.3.1

09 Sep 12:52
Compare
Choose a tag to compare

This is a hotfix release for v1.3.0 which addresses issues with OTel emission.

Version 1.3.0

09 Sep 12:35
Compare
Choose a tag to compare

This release switches from AppInsights to OpenTelemetry (gRPC) as the primary means of emitting telemetry relating to Vault. This allows it to be used with a wide range of providers including Honeycomb, Lightstep, DataDog, Splunk, NewRelic and many others.

Configuration is performed using the OTEL_EXPORTER_OTLP_ENDPOINT and OTEL_EXPORTER_OTLP_HEADERS environment variables, as shown in the Terraform module.

Version 1.2.1

02 Jan 00:05
c9f5ae6
Compare
Choose a tag to compare

This release resolves an issue with the executable settings in v1.2.0 which prevented them from working correctly.