All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.5.0 - 2021-01-29
request_size
option to control the upper limit of a request.retry_timeout
option to control the base timeout for retries.retry_max_attempts
option to control maximum number of retries.retry_max_jitter
option to control the maximum amount of jitter (random time added) for each tried request.
- Set the minimum required ruby version to 2.5.0.
- The client sometimes blocking the main thread during requests.
v1.4.2 - 2020-03-13
- Schedule flusher blocks main thread.
v1.4.1 - 2020-03-19
- Missing level method causing invalid log level error.
v1.4.0 - 2020-01-30
- Everything.