Skip to content

Releases: pinterest/pinterest-python-sdk

v0.2.6

04 Sep 17:39
ba1f5e1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

20 Mar 16:50
829cf97

Choose a tag to compare

What's Changed

  • loosen version requirements for urllib3 by @t20 in #143
  • Allow future versions of dotenv to be installed. by @t20 in #142
  • chore: update generated client version by @dfana01 in #148
  • Chore: update the version, as the last version has already been deployed but we didn't create the release. by @dfana01 in #149

Full Changelog: v0.2.4...v0.2.5

v0.2.4

20 Mar 16:39
8ff3e8d

Choose a tag to compare

What's Changed

  • Fix bug in set_lifetime_budget by @t20 in #140
  • Update version.py to make a new release by @t20 in #141

Full Changelog: v0.2.3...v0.2.4

v0.2.3

29 Aug 16:46
72f3c2a

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

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

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

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

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

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

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