Skip to content

Tags: elastic/stream

Tags

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Close TCP, TLS connections gracefully to avoid data loss (#123)

TCP connections, including TLS connections, acknowledge received data.

Although a simple `net.Conn.Close()` will put all previously written
data on the network, the receiving server may disregard data that it
can't successfully acknowledge.

Graceful acknowledgement and closure can be facilitated by the client
closing writes first, and reading any available data before fully
closing the connection.

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Automation] Bump Golang version to 1.22.5 (#107)

Co-authored-by: obltmachine <[email protected]>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
changelog: release-note should be enhancement (#98)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
.github/workflows/release.yml - Fix YAML string format (#89)

The here-document failed because the of the string format.
I changed them all to use `|` for consistency.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare changelog for 0.14.0 (#76)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare changelog for 0.13.0 (#65)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pkg/httpserver: allow rules to exclude parameters (#59)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for content type to GCS output (#51)

* Adding support for content type to GCS output

* update changelog

* fixing typo

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding content type for azureblobstorage output (#50)

* Adding content type for azureblobstorage

* update changelog and go mod

* go mod tidy

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding GCS output and fixing linting issues for few outputs (#46)

* Adding GCS output

* fixing linting issues

* adding comments and checking some more returned errors

* update changelog

* update test_go with environment variable again

* adding possibility to connect to public bucket (without credentials) and removing environment variables

* go mod tidy

* update readme