Releases: pinterest/pinterest-python-sdk
Releases · pinterest/pinterest-python-sdk
v0.2.6
What's Changed
- Replace yaml.load with yaml.safe_load for Enhanced Security by @aplastunov in #150
- excluding client from kwargs by @jburg-pmg in #154
- feat: increase version to 0.2.6 by @dfana01 in #155
New Contributors
- @aplastunov made their first contribution in #150
- @jburg-pmg made their first contribution in #154
Full Changelog: v0.2.5...v0.2.6
v0.2.5
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
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@classmethodby @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 TagandConversion Event Models - Bug Fix: Fix logic for getting all pages in _list() method of BaseModel. If no
page_sizeis passed now, it will return server default page_size with aBookmarkobject to follow next pages. - Bug Fix: Pass
clientattribute toPinterestBaseModelwhen not using default_sdk_client - Add missing attributes to
AdAccountmodel - Add missing attributes to
Campaignmodel - Update pin creation using
Pin Modelimplementation 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
AdGroupmethods: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