Skip to content

Releases: pinterest/pinterest-python-sdk

v0.2.3

29 Aug 16:46
72f3c2a
Compare
Choose a tag to compare

What's Changed

  • Update setup.py to use the latest generated client by @t20 in #135

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Aug 16:44
df252c8
Compare
Choose a tag to compare

What's Changed

  • Fix ad group and conversion events integration tests by @rushabhvaria in #113
  • Pass client to base method from entity create @classmethod by @rushabhvaria in #112
  • Fix to incorrect error message when wrong refresh token is passed in by @senseiseun in #123
  • fix: update generated client, fix tests and improve organic data by @dfana01 in #133
  • Release: 0.2.2 by @dfana01 in #134

New Contributors

Full Changelog: v0.2.1...v0.2.2

Release 0.2.1

05 Apr 18:08
87c8581
Compare
Choose a tag to compare
  • Add Conversion Tag and Conversion Event Models
  • Bug Fix: Fix logic for getting all pages in _list() method of BaseModel. If no page_size is passed now, it will return server default page_size with a Bookmark object to follow next pages.
  • Bug Fix: Pass client attribute to PinterestBaseModel when not using default_sdk_client
  • Add missing attributes to AdAccount model
  • Add missing attributes to Campaign model
  • Update pin creation using Pin Model implementation to match latest spec

Release 0.2.0

12 Jan 22:49
16c0403
Compare
Choose a tag to compare
  • Add Boards Model in SDK
  • Add Pins Model in SDK
  • Add set_access_token and set_refresh_token
  • Make base model improvements
  • Make properties autocomplete improvements

Beta Release 0.1.3

22 Nov 02:11
6be0aed
Compare
Choose a tag to compare
  • Fix url setup.py
  • Fix 404 config.json.example and .env.example
  • Fix: add configuration param key to PinterestSDKClient.create_client_with_refresh_token and PinterestSDKClient.create_client_with_token

Beta Release 0.1.2

14 Nov 17:11
fc4e71b
Compare
Choose a tag to compare
  • Enable lazy loading of the PinterestSDKClient

  • Add support for creating and using multiple PinterestSDKClient's

  • Add config.json support

  • Add AdGroup methods: enable_auto_targeting(), disable_auto_targeting()

  • Updated README.md setup instructions and add Advance Options section

Beta Release v0.1.1

20 Oct 01:24
b8cefeb
Compare
Choose a tag to compare
  • This release focuses on Campaign and Ads Management
  • Handles server exceptions inside the python client
  • Handles authorization of a client using environment variables

Modules included in this release are:

  1. Ad Account
  2. Campaign
  3. Ad Group
  4. Ad
  5. Keyword
  6. Audience
  7. Customer List