Skip to content

Releases: elastic/stream

v0.16.0

13 May 03:19
1aa2582
Compare
Choose a tag to compare

IMPROVEMENTS:

  • build: Upgraded golang.org/x/crypto v0.21.0 => v0.22.0. ([GH-92])
  • build: Upgraded golang.org/x/net v0.22.0 => v0.24.0. ([GH-92])
  • build: Upgraded golang.org/x/sys v0.18.0 => v0.19.0. ([GH-92])
  • webhook output: Allow user-configured timeouts. ([GH-97])

DOWNLOAD:

  • docker pull docker.elastic.co/observability/stream:v0.16.0

v0.15.0

03 Apr 17:03
b35b295
Compare
Choose a tag to compare

IMPROVEMENTS:

  • build: Releases are now built with Go 1.22. ([GH-78])
  • build: Container image is now based on Alpine Linux.
  • build: Container image now has a linux/arm64 variant.

BUG FIXES:

  • pcap input: Check for nil packet and transport layer when streaming pcap files. ([GH-88])

DOWNLOAD:

  • docker pull docker.elastic.co/observability/stream:v0.15.0

v0.14.0

31 Jan 19:47
8c939ec
Compare
Choose a tag to compare

Changes

Added

  • Added minify_json template helper function for minifying static JSON: #74

Changed

  • Update build to use Go 1.20. #75

Download

  • docker pull docker.elastic.co/observability/stream:v0.14.0

v0.13.0

08 Nov 16:52
0d6bbf6
Compare
Choose a tag to compare

Changes

Added

  • Added exit-on-unmatched-rule flag: #63
  • Added sequences to the http server: #64

Download

  • docker pull docker.elastic.co/observability/stream:v0.13.0

v0.11.0

13 Oct 06:48
abe9f37
Compare
Choose a tag to compare

Changes

Added

  • Added ability to specify disallowed parameters: #59

Download

  • docker pull docker.elastic.co/observability/stream:v0.11.0

v0.10.0

30 Jan 11:25
2a076c9
Compare
Choose a tag to compare

Changes

Added

  • Added content type support to GCS output: #51

Download

  • docker pull docker.elastic.co/observability/stream:v0.10.0

v0.9.1

25 Jan 12:25
7ae2356
Compare
Choose a tag to compare

Changes

Changed

  • Modified azureblobstorage output to use correct content type header: #50

Download

  • docker pull docker.elastic.co/observability/stream:v0.9.1

v0.9.0

18 Jan 11:26
b0c8885
Compare
Choose a tag to compare

Changes

Added

  • Add GCS output support: #46
  • Added support for azure blob storage output: #47

Download

  • docker pull docker.elastic.co/observability/stream:v0.9.0

v0.8.0

15 Sep 16:25
Compare
Choose a tag to compare

Changes

Added

  • Add lumberjack output support: #41

Changed

  • Update build to use Go 1.19. #40

Download

  • docker pull docker.elastic.co/observability/stream:v0.8.0

v0.7.0

23 Mar 17:06
6a0fe91
Compare
Choose a tag to compare

Fixed

  • Update build to use Go 1.17.8, and update versions of runc and image-spec Go modules to fix dependabot #34

Added

  • Add kafka output support: #33