Releases: insiight/ddpclient
Releases · insiight/ddpclient
Python 3.6 and Google DDP api v201710
Version 1.0.1
Change log:
Updated to Google DDP API v201609
Version 1.0.0
Change log:
- Added
get,add,remove,setmethods to theClientclass - Created concrete selector classes (
UserListSelectorandUserListClientSelector) - Create Soap instant objects in Client class instead. As a result,
Operationand selector class does not need a client instance before methodbuildis called.
Breaking changes:
- The
Selectorclass has become internal. Concrete classesUserListSelectorandUserListClientSelectorshould be used instead. - Selector classes constructors do not require a client object
- Client object will build the selector internally. There's no need to call the
buildmethod on selector objects.
Version 0.1.4
Move credential renewal logic from Auth into Client
Version 0.1.3
- Add support for passing client customer ID as argument to
Clientconstructor - You can also use environment variable
DDP_CLIENT_CUSTOMER_IDto set client customer ID
Add support for custom credentials storage
Version 0.1.2
Add support for custom credentials storage, making storing credentials in database possible.
Initial Release
Version 0.1.1
- Two commands for authorising DDP API
- Support both
UserListServiceandUserListClientService