Sha256: 7ca286a9586e7c09cdda4d0486698a7e4f9a3639300ca50f870e390fdd0347a3

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

CHANGELOG
=========

All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

[TOC]

#TODO: Enter the date
## 4.2.0 ()

### Changed
* Internal refactor of request error handling
* Added `metric_handler` and `metrics_namespace` to work with InstStatsd gem

## 4.1.0 (2021-10-27)

### Breaking changes (potentially)

* All non-successful (2xx) responses will raise `QuizApiClient::HttpClient::RequestFailed` error except for 401 and 422
  * Can be overridden in `allowable_response_codes` config

## 4.0.0 (2021-10-18)

### Breaking changes

* Ruby 2.4.x is no longer supported
* Ruby 2.5.x is no longer supported

### Changed
* Minimum Ruby version to 2.6.x
* Internal classes use a configuration object instead parameters on instantiation
  * Instantiating `QuizApiClient::Client` remains the same
* Added `error_handler` configuration to work with Sentry Raven gem

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quiz_api_client-4.2.0 CHANGELOG.md