-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b541db5
commit d924c22
Showing
1 changed file
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
# Change Log | ||
|
||
> [!NOTE] | ||
> This file contains the historical release notes for versions prior to v0.15.0. | ||
> It is no longer updated. Please see the GitHub release notes for newer | ||
> releases. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.14.0] | ||
|
||
### Added | ||
|
||
- Added `minify_json` template helper function for minifying static JSON: [#74](https://github.com/elastic/stream/pull/74) | ||
|
||
### Changed | ||
|
||
- Update build to use Go 1.20. [#75](https://github.com/elastic/stream/pull/75) | ||
|
||
## [0.13.0] | ||
|
||
### Added | ||
|
||
- Added support for azure eventhub output: [#58](https://github.com/elastic/stream/pull/58) | ||
- Added `exit-on-unmatched-rule` flag: [#63](https://github.com/elastic/stream/pull/63) | ||
- Added sequences to the http server: [#64](https://github.com/elastic/stream/pull/64) | ||
|
||
## [0.11.0] | ||
|
||
### Added | ||
|
||
- Added ability to specify disallowed parameters: [#59](https://github.com/elastic/stream/pull/59) | ||
|
||
## [0.10.0] | ||
|
||
### Added | ||
|
||
- Added content type support to GCS output: [#51](https://github.com/elastic/stream/pull/51) | ||
|
||
## [0.9.1] | ||
|
||
### Changed | ||
|
||
- Modified azureblobstorage output to use correct content type header: [#50](https://github.com/elastic/stream/pull/50) | ||
|
||
## [0.9.0] | ||
|
||
### Added | ||
|
||
- Add GCS output support: [#46](https://github.com/elastic/stream/pull/46) | ||
- Added support for azure blob storage output: [#46](https://github.com/elastic/stream/pull/46) | ||
|
||
## [0.8.0] | ||
|
||
### Added | ||
|
||
- Add lumberjack output support: [#41](https://github.com/elastic/stream/pull/41) | ||
|
||
### Changed | ||
|
||
- Update build to use Go 1.19. [#40](https://github.com/elastic/stream/pull/40) | ||
|
||
## [0.7.0] | ||
|
||
### Added | ||
|
||
- Add kafka output support: [#33](https://github.com/elastic/stream/pull/33) | ||
- Update build to use Go 1.17.8, and update versions of runc and image-spec Go modules to fix dependabot [#34](https://github.com/elastic/stream/pull/34) | ||
|
||
## [0.6.2] | ||
|
||
### Fixed | ||
|
||
- Only message sent via TCP and TLS are framed using newlines. UDP messages will | ||
no longer contain a trailing newline. [#31](https://github.com/elastic/stream/pull/31) | ||
|
||
## [0.6.1] | ||
|
||
### Fixed | ||
|
||
- Fixed libdbus shared object error in Dockerfile. [#30](https://github.com/elastic/stream/pull/30) | ||
|
||
## [0.6.0] | ||
|
||
### Added | ||
|
||
- Added file template helper function. [#25](https://github.com/elastic/stream/pull/25) | ||
- Added regular expression-based body matching [#26](https://github.com/elastic/stream/pull/26) | ||
|
||
### Fixed | ||
|
||
- Ensure basic auth and body are only tested if explicitly set. [#28](https://github.com/elastic/stream/pull/28) | ||
|
||
## [0.5.0] | ||
|
||
- Added option to set up custom buffer size for the log reader. [#22](https://github.com/elastic/stream/pull/22) | ||
- Added support for glob patterns. [#22](https://github.com/elastic/stream/pull/22) | ||
- Convert `http-server` output into a mock HTTP server.[#23](https://github.com/elastic/stream/pull/23) | ||
|
||
## [0.4.0] | ||
|
||
- Added HTTP Server output. [#19](https://github.com/elastic/stream/pull/19) | ||
|
||
## [0.3.0] | ||
|
||
- Added `--rate-limit` flag to control rate (in bytes/sec) of UDP streaming. [#12](https://github.com/elastic/stream/pull/12) | ||
- Added `gcppubsub` output option. [#13](https://github.com/elastic/stream/pull/13) | ||
|
||
## [0.2.0] | ||
|
||
- Added `--insecure` to disable TLS verification for the TLS and webhook outputs. | ||
|
||
## [0.1.0] | ||
|
||
### Added | ||
|
||
- Added webhook output option. | ||
- Added the ability to set all flags via environment variable. | ||
|
||
## [0.0.1] | ||
|
||
### Added | ||
|
||
- Added pcap and log file inputs. | ||
- Added udp, tcp, and tls outputs. | ||
|
||
[0.14.0]: https://github.com/elastic/stream/releases/tag/v0.14.0 | ||
[0.13.0]: https://github.com/elastic/stream/releases/tag/v0.13.0 | ||
[0.11.0]: https://github.com/elastic/stream/releases/tag/v0.11.0 | ||
[0.10.0]: https://github.com/elastic/stream/releases/tag/v0.10.0 | ||
[0.9.1]: https://github.com/elastic/stream/releases/tag/v0.9.1 | ||
[0.9.0]: https://github.com/elastic/stream/releases/tag/v0.9.0 | ||
[0.8.0]: https://github.com/elastic/stream/releases/tag/v0.8.0 | ||
[0.7.0]: https://github.com/elastic/stream/releases/tag/v0.7.0 | ||
[0.6.2]: https://github.com/elastic/stream/releases/tag/v0.6.2 | ||
[0.6.1]: https://github.com/elastic/stream/releases/tag/v0.6.1 | ||
[0.6.0]: https://github.com/elastic/stream/releases/tag/v0.6.0 | ||
[0.5.0]: https://github.com/elastic/stream/releases/tag/v0.5.0 | ||
[0.4.0]: https://github.com/elastic/stream/releases/tag/v0.4.0 | ||
[0.3.0]: https://github.com/elastic/stream/releases/tag/v0.3.0 | ||
[0.2.0]: https://github.com/elastic/stream/releases/tag/v0.2.0 | ||
[0.1.0]: https://github.com/elastic/stream/releases/tag/v0.1.0 | ||
[0.0.1]: https://github.com/elastic/stream/releases/tag/v0.0.1 | ||
|