Sha256: 43e45e2655b1668f13512450c19aa96ac41d2d4c825fdc92994081d9bf4d9c63

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

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]
Beginning with version 3, deepl-rb is officially supported by DeepL, and maintained together with [Daniel Herzog](mailto:info@danielherzog.es) the developer of earlier versions of this library.
The change in major version is only due to the change in maintainership, there is no migration necessary from v2 to v3.
### Added
* Added rubocop-rspec linting for rspec test files
* Added document translation to the ruby CL
* Added possibility to use one HTTP session for multiple calls
* Added platform and ruby version information to the user-agent string that is sent with API calls, along with an opt-out
* Added support for logging of HTTP requests
* Added support for using a proxy and a custom certificate file
* Added a gitlab CI pipeline
### Changed
* HTTP requests to the DeepL API now use `application/json`, rather than `application/www-form-unencoded`
* HTTP requests now automatically retry on transient failures, using exponential backoff
### Deprecated
### Removed
* Removed CircleCI and CodeCov upload
### Fixed
### Security

## [2.5.3] - 2022-09-26
### Fixed
* Make RequestEntityTooLarge error message more clear


[Unreleased]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.3...HEAD
[2.5.3]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.2...v2.5.3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deepl-rb-3.0.0 CHANGELOG.md