diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-12 18:12:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-12 18:12:49 -0600 |
| commit | 10a9b0b05a924d46accbdf99f2266ec8465d10b9 (patch) | |
| tree | 2e6b505aaf1a07959e3c3d960de15e0e955a68aa /CHANGELOG.md | |
| parent | d98902ada1d46080f21d1e1f122dc29351db9368 (diff) | |
Update CHANGELOG and CI configuration
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e98c76..ab1f05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -- nil +### Added +- Add simpler API to remove need to instantiate `Client` directly. +- Default to 3 retries using simple API. +- Re-use client connection for connections to the same schem, host, and port. + +### Removed +- Remove support for Ruby 2.4 +- Remove legacy `Api` class. + +### Changed +- Limit mutable options on Client. +- Change default `read_timeout` to 10 seconds. +- Change default `open_timeout` to 10 seconds. ## [0.3.2] - 2020-01-28 ### Fixed |
