Skip to content

Releases: insiight/ddpclient

Python 3.6 and Google DDP api v201710

19 Oct 11:53

Choose a tag to compare

Upgraded Python 3.6
Upgraded DDP API version to v201710

Version 1.0.1

08 Nov 00:59

Choose a tag to compare

Change log:

Updated to Google DDP API v201609

Version 1.0.0

15 Jun 05:13

Choose a tag to compare

Change log:

  1. Added get, add, remove, set methods to the Client class
  2. Created concrete selector classes (UserListSelector and UserListClientSelector)
  3. Create Soap instant objects in Client class instead. As a result, Operation and selector class does not need a client instance before method build is called.

Breaking changes:

  1. The Selector class has become internal. Concrete classes UserListSelector and UserListClientSelector should be used instead.
  2. Selector classes constructors do not require a client object
  3. Client object will build the selector internally. There's no need to call the build method on selector objects.

Version 0.1.4

14 Jun 06:50

Choose a tag to compare

Move credential renewal logic from Auth into Client

Version 0.1.3

14 Jun 06:29

Choose a tag to compare

  1. Add support for passing client customer ID as argument to Client constructor
  2. You can also use environment variable DDP_CLIENT_CUSTOMER_ID to set client customer ID

Add support for custom credentials storage

10 Jun 14:03

Choose a tag to compare

Version 0.1.2

Add support for custom credentials storage, making storing credentials in database possible.

Initial Release

10 Jun 04:56

Choose a tag to compare

Version 0.1.1

  1. Two commands for authorising DDP API
  2. Support both UserListService and UserListClientService