Releases: denisneuf/python-amazon-ad-api
Releases · denisneuf/python-amazon-ad-api
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
v0.4.3
v0.4.2
What's Changed
- Fixing SB List endpoint body object issue by @HamzaChx in #127
- Updating SP Ad Groups to Version 3 by @HamzaChx in #130
- Updating Product Ads to version 3 by @HamzaChx in #132
- DEP(deps): Update confuse requirement from ~=2.0.0 to ~=2.0.1 by @dependabot in #134
- Updating Keywords, Negative Keywords, Targets and Negative Targets to Version 3 by @HamzaChx in #133
Added endpoints to sponsored products v3:
- Campaign Negative Targeting Clauses
- Consolidated Recommendations
- Campaign Negative Keywords
- Budget Usage
Improvements:
- Keyword Recommendations support for v4 and v5 schema
- Product Targeting moved to v3 (list_products_targets_categories_recommendations, get_products_targets_count, list_targets_categories, list_products_targets_category_refinements)
- Negative Product Targeting moved to v3 (list_negative_targets_brands_search, list_negative_targets_brands_recommendations)
Documentation:
- Campaign Optimization
- Budget Rules
- Budget recommendations and missed opportunities
- Budget Rules Recommendation
- Product Recommendations
Full Changelog: v0.4.1...v0.4.2