Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

107 lines (59 loc) · 6.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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

1.6.0 (2022-03-30)

Features

  • adding portfolios api and integrating new amazon changes (24fb1d7)

1.5.2 (2022-03-22)

Bug Fixes

  • increasing timeouts as large report transfers exceed the 60s threshold (4ecb0b6)

1.5.1 (2022-03-22)

Bug Fixes

  • make axiosInstance configurable and increase defaults (5eefdfa)

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)

1.4.2 (2022-03-14)

Bug Fixes

  • retry refresh token logic was not properly awaited resulting in unhandled exceptions (c33d31a)

1.4.1 (2022-03-14)

Bug Fixes

  • removing limiter id to avoid id collisions, limiter will assign its own ids (0828bc5)

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)

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)

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)

1.1.0 (2022-01-21)

Bug Fixes

  • fixed merge conflict typo (f75d661)
  • fixed sponsored brand extra overriding sponsored brands resource (dd8d8ca)

Features

  • attribution: amazon schema changes (77e00e4)
  • sponsored-products-extra: amazon schema changes (613793e)

1.0.0 (2022-01-03)

Bug Fixes

  • adding ability for generator to replace unknown_types so lint does not fail (dde2762)

Features

  • adding latest changes based on amazon schema changes (b3eba3b)
  • initial commit of codebase to github (14bb531)