Releases: denisneuf/python-amazon-ad-api
v0.5.3
What's Changed
-
DEP(deps): Update cachetools requirement from ~=5.3.1 to ~=5.3.2 by @dependabot in #178
-
REMOVED .env, dependencies of package pythonenv, marketplaces links to production url as no need sandbox anymore use Test accounts instead:
https://advertising.amazon.com/API/docs/en-us/test-accounts/openapi
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
-
Added enhanced body handling to class Stream methods by @LukasChristoph in #173
-
Added enhanced body handling to sponsored brands Negative Keywords
-
Added support for Advertiser Billing Payments Version 3.0:
https://advertising.amazon.com/API/docs/en-us/billing
Full Changelog: v5.0.1...v0.5.2
v0.5.1
What's Changed
- DEP(deps): Update pycryptodome requirement from ~=3.18 to ~=3.19 by @dependabot in #167
- Fixed updating negatives keyword by @drewxa in #171
- Utilizing a more secure method to verify invalidated keys is advisable. by @drewxa in #172
Full Changelog: v0.5.0...v5.0.1
v0.5.0
What's Changed
- Fix typo in README.md by @nbro10 in #165
- Add Amazon Marketing Stream client by @rustamwho in #164
New Contributors
- @nbro10 made their first contribution in #165
- @rustamwho made their first contribution in #164
Full Changelog: v0.4.9...v0.5.0
v0.4.9
What's Changed
- fix all in init files of ad_api.api by @hendelbah in #157
- assign 503 status_code to ConnectionError by @zonwizard in #160
- Add support for creating client using access_token only by @drewxa in #159
- use the initialized logger for the client.py module by @zonwizard in #161
New Contributors
- @hendelbah made their first contribution in #157
Full Changelog: v0.4.8...v0.4.9
v0.4.8
v0.4.7
What's Changed
- DEP(deps): Update pycryptodome requirement from ~=3.17 to ~=3.18 by @dependabot in #148
- DEP(deps): Update requests requirement from ~=2.30.0 to ~=2.31.0 by @dependabot in #149
- DEP(deps): Update cachetools requirement from ~=5.3.0 to ~=5.3.1 by @dependabot in #151
- Removed trailing / from sp route by @LukasChristoph in #152
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Use FromEnvCredentialProvider only if all required credentials are present in env by @zonwizard in #146
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- DEP(deps): Update requests requirement from ~=2.28.2 to ~=2.29.0 by @dependabot in #140
- DEP(deps): Update requests requirement from ~=2.29.0 to ~=2.30.0 by @dependabot in #141
- Fixed Imports BaseCredentials error by @drewxa in #145
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- System to catch Exceptions in AdvertisingApiException
- Improved Credentials Provider Class. Order, from Environment, from Code and from File
- Update product_ads_v3.py by @LukasChristoph in #139
Full Changelog: v0.4.3...v0.4.4