Releases: whitebox-co/amazon-ads-api
Releases · whitebox-co/amazon-ads-api
v2.0.0
2.0.0 (2022-12-17)
Bug Fixes
-
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)
BREAKING CHANGES
- InlineResponse generation and schema changes
v1.6.0
1.6.0 (2022-03-30)
Features
- adding portfolios api and integrating new amazon changes (24fb1d7)
v1.5.2
1.5.2 (2022-03-22)
Bug Fixes
- increasing timeouts as large report transfers exceed the 60s threshold (4ecb0b6)
v1.5.1
1.5.1 (2022-03-22)
Bug Fixes
- make axiosInstance configurable and increase defaults (5eefdfa)
v1.5.0
1.5.0 (2022-03-22)
Features
- adding agentkeepalive for req agents, adding timeouts and maxRedirects to axios instance (def7eff)
- integration of latest amazon updates (0fb0482)
v1.4.2
1.4.2 (2022-03-14)
Bug Fixes
- retry refresh token logic was not properly awaited resulting in unhandled exceptions (c33d31a)
v1.4.1
1.4.1 (2022-03-14)
Bug Fixes
- removing limiter id to avoid id collisions, limiter will assign its own ids (0828bc5)
v1.4.0
1.4.0 (2022-03-14)
Bug Fixes
- deps: bump axios from 0.25.0 to 0.26.1 (#87) (86694da)
Features
- 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)
v1.3.0
1.3.0 (2022-03-04)
Features
- auto generated updates based on latest amazon schema changes (9cff834)
- configuration and adsapi constructor now take a bottleneck limiter as an optional param (bda0901)
v1.2.0
1.2.0 (2022-02-01)
Bug Fixes
- deps: bump axios from 0.21.4 to 0.25.0 (#53) (8f8ff60)
Features
- add throttling and rate-limiting (#49) (5cf5adb), closes #30
- auto-generated amazon api updates to brand, data, dsp, and sponsored-products (6e1313b)