You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff 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
1
8
- Added support for Fulfillment.update_tracking ([#432](https://github.com/Shopify/shopify_python_api/pull/432))
0 commit comments