Skip to content

Commit 50a4c99

Browse files
authored
Merge pull request #487 from Shopify/packaging-for-release-8.3.0
Release v8.3.0
2 parents 7396dba + c28d614 commit 50a4c99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== Version 8.3.0
2+
- Add support for [session tokens](https://shopify.dev/concepts/apps/building-embedded-apps-using-session-tokens) ([#479](https://github.com/Shopify/shopify_python_api/pull/479))
3+
- Use `session_token.decode_from_header` to obtain a decoded session token from an HTTP Authorization header
4+
- Create a `utils` sub-package with a `shop_url` utility file ([#483](https://github.com/Shopify/shopify_python_api/pull/483))
5+
- Use `shop_url.sanitize_shop_domain()` to sanitize shop names given as input
6+
- Introduce the `ApiAccess` class to handle access scopes operations for apps
7+
- `Session` class now store access_scopes attributes as `ApiAccess` objects
18
- Added support for Fulfillment.update_tracking ([#432](https://github.com/Shopify/shopify_python_api/pull/432))
29
- Add FulfillmentEvent resource ([#454](https://github.com/Shopify/shopify_python_api/pull/454))
310
- Fix for being unable to get the len() of a filter ([#456](https://github.com/Shopify/shopify_python_api/pull/456))

shopify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.2.0"
1+
VERSION = "8.3.0"

0 commit comments

Comments
 (0)