Skip to content

Latest commit

 

History

History
296 lines (136 loc) · 13 KB

CHANGELOG.md

File metadata and controls

296 lines (136 loc) · 13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

10.8.0 (2024-09-26)

Features

10.7.0 (2024-08-15)

Features

  • updates deps (c18e905)
  • updates deps (& fixes Axios vulnerability) (bd82a96)

10.6.0 (2024-06-28)

Features

Bug Fixes

  • upgrade axios from 1.6.7 to 1.6.8 (#34) (ef6904f)
  • upgrade axios from 1.6.8 to 1.7.0 (#36) (39ef0ec)

10.5.0 (2024-04-29)

Features

Bug Fixes

  • upgrade axios from 1.6.7 to 1.6.8 (#34) (ef6904f)

10.4.0 (2024-02-29)

Features

Bug Fixes

  • do not log warning into console if logErrorsToConsole is disabled (51f0639)

10.3.1 (2023-11-20)

10.3.0 (2023-11-16)

Features

  • updates deps (axios update from 1.4.0 to 1.6.2 due to found security issue) (51fe007)

10.2.0 (2023-07-31)

Features

  • updates all deps, migrates to eslint from tslint, removes some unused code (2774c16)

10.1.1 (2022-10-05)

10.1.0 (2022-10-05)

Features

10.0.0 (2022-07-14)

  • This release reflects only new Kontent-ai branding and no code changes.

10.0.0-0 (2022-07-14)

9.5.0 (2022-03-23)

Features

9.4.0 (2021-11-29)

Features

9.3.0 (2021-11-02)

Features

  • adds ability to turn of error logging to console (535fddc)

9.2.0 (2021-09-24)

Features

9.1.0 (2021-08-12)

Features

Bug Fixes

  • removes console log used for test purposes (bcb70d9)

9.0.1 (2021-06-15)

Bug Fixes

  • fixes retry strategy return value, adds console info message when retrying request (ab229f2)

9.0.0 (2021-06-09)

Features

  • adds retry strategy details to response, adds more tests (a8c2008)
  • adds support for cancelling requests via custom proxy cancel token (2c48113)
  • improves TestHttpService & adds http service spec (9534ca5)
  • refactors http service to use async & promises, removes rxjs dependency, reworks retry strategy (fc11a6f)
  • updates deps (d4f4c2a)

Bug Fixes

8.1.0 (2021-01-08)

Features

8.0.0 (2020-11-23)

⚠ BREAKING CHANGES

  • updates all dependecies, uses Axios types directly instead of custom type proxies

Features

  • updates all dependecies, uses Axios types directly instead of custom type proxies (a9f494c)

7.2.0 (2020-09-25)

Features

  • adds 'isAxiosError' configuration option to 'TestHttpService' (5b55751)

7.1.0 (2020-08-25)

Features

  • refactors IQueryParameter to allow value-less params + adds tests for urlHelper (b061e2e)

7.0.2 (2020-07-27)

Bug Fixes

  • removes generic Error parameters (71ffa32)

7.0.1 (2020-07-27)

Bug Fixes

  • removes base kontent error models & mapper (0ac082b)

7.0.0 (2020-07-27)

⚠ BREAKING CHANGES

  • removes error mapping from core database. Errors should be mapped in each sdk directly.

Features

  • removes error mapping from core database. Errors should be mapped in each sdk directly. (b645633)
  • udpates dependencies (325d4ca)

6.0.0 (2020-01-07)

⚠ BREAKING CHANGES

  • refactors retry strategy to allow developers define what errors should or should not be retried using new 'canRetryError' configuration option. Separates retryStrategy options from HTTP query configuration to simplify mapping and increase visibility. Lastly, new retry strategy allows specifying number of maximum retry attempts in combination with cumulative wait time.

Features

  • refactors retry strategy to allow developers define what errors should or should not be retried using new 'canRetryError' configuration option. Separates retryStrategy options from HTTP query configuration to simplify mapping and increase visibility. Lastly, new retry strategy allows specifying number of maximum retry attempts in combination with cumulative wait time. (779097d)
  • updates all dependencies to latest versions (8a8e87a)

5.0.1 (2019-11-20)

Bug Fixes

  • removes test warn error message (b3fbe08)

5.0.0 (2019-11-05)

⚠ BREAKING CHANGES

  • Fixes retry strategy not making HTTP calls, removes Promise specific retry policy and relies on observable conversion

Bug Fixes

  • Fixes retry strategy not making HTTP calls, removes Promise specific retry policy and relies on observable conversion (79f7341)

4.0.3 (2019-10-31)

Bug Fixes

  • use patch callback for patch method (2c6e46a)

4.0.2 (2019-10-24)

Bug Fixes

  • fixes retry policy for observables executed through http service, makes error handling more robust (4696831)

4.0.1 (2019-10-24)

Bug Fixes

  • handles exception that might occur in retry service + adds checks for existence of original error to prevent exception for unknown objects (8cc08c1)

4.0.0 (2019-10-24)

⚠ BREAKING CHANGES

  • Refactors retry policy. Retry policy now uses jitter in combination with exponential wait time and changes configuration from retry attemps to max. allowed wait time

Features

  • Refactors retry policy. Retry policy now uses jitter in combination with exponential wait time and changes configuration from retry attemps to max. allowed wait time (ba4d439)
  • takes 'retry-after' header into consideration when retrying requests, adds ability to disable jitter (d84c021)

3.2.1 (2019-10-23)

Bug Fixes

  • makes fake headers optional in test http service (400eeaa)

3.2.0 (2019-10-23)

Features

  • extends TestHttpService with the ability to set fake headers & status code (e838e27)

3.1.0 (2019-10-15)

Features

  • adds ability to pass axios request config to client initialization (fc6a18b)

3.0.0 (2019-10-14)