File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ All notable changes to this project will be documented in this file.
23
3- [ v1.4.2] ( https://github.com/logdna/ruby/pull/28 ) - 03-19-2020
4- [ v1.4.1] ( https://github.com/logdna/ruby/pull/26 ) -
5- 03-13-2020
6- ### Fixed:
7- [ Invalid log level issue] ( https://github.com/logdna/ruby/issues/24 )
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+ ## [ v1.5.0] - 2021-01-29
9+ ### Added
10+ - ` request_size ` option to control the upper limit of a request.
11+ - ` retry_timeout ` option to control the base timeout for retries.
12+ - ` retry_max_attempts ` option to control maximum number of retries.
13+ - ` retry_max_jitter ` option to control the maximum amount of jitter (random time added) for each tried request.
14+
15+ ### Changed
16+ - Set the minimum required ruby version to 2.5.0.
17+
18+ ### Fixed
19+ - The client sometimes blocking the main thread during requests.
20+
21+ ## [ v1.4.2] - 2020-03-13
22+ ### Fixed
23+ - Schedule flusher blocks main thread.
24+
25+ ## [ v1.4.1] - 2020-03-19
26+ ### Fixed
27+ - Missing level method causing invalid log level error.
28+
29+ ## [ v1.4.0] - 2020-01-30
30+ ### Added
31+ - Everything.
32+
33+ [ Unreleased ] : https://github.com/logdna/ruby/compare/v1.5.0...master
34+ [ v1.5.0 ] : https://github.com/logdna/ruby/compare/v1.4.2...v1.5.0
35+ [ v1.4.2 ] : https://github.com/logdna/ruby/compare/v1.4.1...v1.4.2
36+ [ v1.4.1 ] : https://github.com/logdna/ruby/compare/v1.4.0...v1.4.1
37+ [ v1.4.0 ] : https://github.com/logdna/ruby/releases/tag/v1.4.0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module LogDNA
4- VERSION = "1.4.2 "
4+ VERSION = "1.5.0 "
55end
You can’t perform that action at this time.
0 commit comments