- Using setup.py no longer requires all dependencies - More compatibility fixes for using the latest pyactiveresource - ShopifyResource.activate_session is not recommended over setting site directly for forward compatibility with coming OAuth2 changes.
0.3.1
- Compatibility fixes for using latest (unreleased) pyactiveresource
0.3.0
- Added support for customer search and customer group search. - Resource errors are cleared on save from previous save attempt. - Made the library thread-safe using thread-local connections.
0.2.1
- Fixed a regression that caused a different connection object to be created on each resource.
0.2.0
- Made responses available through the connection object.