Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored May 2, 2024
1 parent 443acd3 commit f7790af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* Add the logic to automatically limit the request sizes for BulkUpsert, to avoid the ingestion errors
* Save extra input fields as the (optional) additional JSON-formatted field named `.other`
* Support for flexible schema parsers like `logfmt` on input
* Avoid the loss of same-time messages by (optionally) adding extra `.hash` field containing the Cityhash64 computed over the record
* Added the logic to automatically limit the request sizes for `BulkUpsert`, to avoid the ingestion errors
* Added the saving extra input fields as the (optional) additional JSON-formatted field named `.other`
* Supported the flexible schema parsers like `logfmt` on input
* Fixed the lost of same-time messages by (optionally) adding extra `.hash` field containing the `Cityhash64` computed over the record

## v1.1.1
* Fixed Dockerfile for build with go1.22
Expand Down

0 comments on commit f7790af

Please sign in to comment.