All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
10.8.0 (2024-09-26)
- updates deps (a44df4b)
10.7.0 (2024-08-15)
10.6.0 (2024-06-28)
10.5.0 (2024-04-29)
- updates deps (73bfe88)
10.4.0 (2024-02-29)
- updates deps (e88baec)
- do not log warning into console if logErrorsToConsole is disabled (51f0639)
10.3.1 (2023-11-20)
10.3.0 (2023-11-16)
- updates deps (axios update from 1.4.0 to 1.6.2 due to found security issue) (51fe007)
10.2.0 (2023-07-31)
- 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)
- use es6 instead of es5 (623efc2)
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)
- updates all deps (ae2232c)
9.4.0 (2021-11-29)
- updates deps (dcfaee3)
9.3.0 (2021-11-02)
- adds ability to turn of error logging to console (535fddc)
9.2.0 (2021-09-24)
- updates deps (c42b40a)
9.1.0 (2021-08-12)
- updates dependencies (2e62c07)
- removes console log used for test purposes (bcb70d9)
9.0.1 (2021-06-15)
- fixes retry strategy return value, adds console info message when retrying request (ab229f2)
9.0.0 (2021-06-09)
- 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)
- cjs script (ede96c2)
- fixes path to cjs module (e0570b3)
- fixes retry attempt index in console (83e053d)
8.1.0 (2021-01-08)
- updates deps (95b8da4)
8.0.0 (2020-11-23)
- updates all dependecies, uses Axios types directly instead of custom type proxies
- updates all dependecies, uses Axios types directly instead of custom type proxies (a9f494c)
7.2.0 (2020-09-25)
- adds 'isAxiosError' configuration option to 'TestHttpService' (5b55751)
7.1.0 (2020-08-25)
- refactors IQueryParameter to allow value-less params + adds tests for urlHelper (b061e2e)
7.0.2 (2020-07-27)
- removes generic Error parameters (71ffa32)
7.0.1 (2020-07-27)
- removes base kontent error models & mapper (0ac082b)
7.0.0 (2020-07-27)
- removes error mapping from core database. Errors should be mapped in each sdk directly.
- removes error mapping from core database. Errors should be mapped in each sdk directly. (b645633)
- udpates dependencies (325d4ca)
6.0.0 (2020-01-07)
- 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.
- 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)
- removes test warn error message (b3fbe08)
5.0.0 (2019-11-05)
- Fixes retry strategy not making HTTP calls, removes Promise specific retry policy and relies on observable conversion
- Fixes retry strategy not making HTTP calls, removes Promise specific retry policy and relies on observable conversion (79f7341)
4.0.3 (2019-10-31)
- use patch callback for patch method (2c6e46a)
4.0.2 (2019-10-24)
- fixes retry policy for observables executed through http service, makes error handling more robust (4696831)
4.0.1 (2019-10-24)
- 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)
- 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
- 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)
- makes fake headers optional in test http service (400eeaa)
3.2.0 (2019-10-23)
- extends TestHttpService with the ability to set fake headers & status code (e838e27)
3.1.0 (2019-10-15)
- adds ability to pass axios request config to client initialization (fc6a18b)