All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0 (2022-12-17)
-
adding skipLibCheck to fix failing lib build (febe94a)
-
running npm audit fix to update package-lock issues (77ea22b)
-
feat(api)!: generating new code based on latest schema changes from amazon (120fb93)
- InlineResponse generation and schema changes
1.6.0 (2022-03-30)
- adding portfolios api and integrating new amazon changes (24fb1d7)
1.5.2 (2022-03-22)
- increasing timeouts as large report transfers exceed the 60s threshold (4ecb0b6)
1.5.1 (2022-03-22)
- make axiosInstance configurable and increase defaults (5eefdfa)
1.5.0 (2022-03-22)
- adding agentkeepalive for req agents, adding timeouts and maxRedirects to axios instance (def7eff)
- integration of latest amazon updates (0fb0482)
1.4.2 (2022-03-14)
- retry refresh token logic was not properly awaited resulting in unhandled exceptions (c33d31a)
1.4.1 (2022-03-14)
- removing limiter id to avoid id collisions, limiter will assign its own ids (0828bc5)
1.4.0 (2022-03-14)
- auto generated updates based on latest amazon schema changes (2477264)
- configuration and adsapi constructor now take a bottleneck limiter as an optional param (9a2f127)
- integrating latest amazon schema changes, adding ability for retries to refresh tokens on 401 (60751a0)
1.3.0 (2022-03-04)
- auto generated updates based on latest amazon schema changes (9cff834)
- configuration and adsapi constructor now take a bottleneck limiter as an optional param (bda0901)
1.2.0 (2022-02-01)
- add throttling and rate-limiting (#49) (5cf5adb), closes #30
- auto-generated amazon api updates to brand, data, dsp, and sponsored-products (6e1313b)
1.1.0 (2022-01-21)
- fixed merge conflict typo (f75d661)
- fixed sponsored brand extra overriding sponsored brands resource (dd8d8ca)
- attribution: amazon schema changes (77e00e4)
- sponsored-products-extra: amazon schema changes (613793e)
- adding ability for generator to replace unknown_types so lint does not fail (dde2762)