Skip to content

Releases: denisneuf/python-amazon-ad-api

v0.5.1

16 Oct 15:12
Compare
Choose a tag to compare

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

18 Sep 10:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.5.0

v0.4.9

01 Sep 11:20
Compare
Choose a tag to compare

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

Full Changelog: v0.4.8...v0.4.9

v0.4.8

29 Jun 12:06
Compare
Choose a tag to compare

What's Changed

  • Fixed NameError: name 'json' is not defined by @drewxa in #156

Full Changelog: v0.4.7...v0.4.8

v0.4.7

31 May 14:25
Compare
Choose a tag to compare

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

14 May 08:06
Compare
Choose a tag to compare

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

13 May 08:34
Compare
Choose a tag to compare

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

22 Apr 12:35
Compare
Choose a tag to compare

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

18 Apr 09:09
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

New Sponsored Display Endpoints:

New Common Resources Endpoint:

v0.4.2

11 Apr 17:44
Compare
Choose a tag to compare

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