Releases: pinterest/pinterest-python-sdk
Releases · pinterest/pinterest-python-sdk
v0.2.3
v0.2.2
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
- @senseiseun made their first contribution in #123
Full Changelog: v0.2.1...v0.2.2
Release 0.2.1
- Add
Conversion Tag
andConversion 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 aBookmark
object to follow next pages. - Bug Fix: Pass
client
attribute toPinterestBaseModel
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
- 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
- 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
-
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
- 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:
- Ad Account
- Campaign
- Ad Group
- Ad
- Keyword
- Audience
- Customer List