Django-docusign

Latest version: v3.3

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.0

----------------

- Refactoring related to callbacks and docusign signer status, to handle
Bug 72: callbacks are now deprecated, and disabled by default.
`django-docusign` will fetch the signer status from DocuSign on signer
return.
If you absolutly want to use callbacks, override `use_callback` param on
`DocuSignBackend` instanciation. But remember that there is a major bug on
callback handling.

1.0

----------------

- Drop support of Django < 1.8
Explicitly mark Django 1.5, 1.6 and 1.7 as not supported
(tests fail with those versions) in packaging.

- Add support of Django 1.8 and Django 1.9.

- Breaking: `django_docusign.api` package is no longer imported in
`django_docusign` root package.
Instead of doing ``import django_docusign``, just do:
``from django_docusign import api as django_docusign``.

- Add support of python3.

- Feature 56 - Added authentication via OAuth2 and acting on behalf of other
users.

- Feature 66 - Added support for passing arbitrary parameters to pydocusign.

0.12

-----------------

- Support Django 1.7
- Support Tox 2

0.11

-----------------

Refactoring related to `pydocusign` version 0.13.

- Refactoring 37 - Project repository moved to novafloss organization
(was novapost).

- Refactoring 38 - Upgraded to pydocusign 0.13. Refactored handling of
routingOrder and Envelope.post_recipient_view.

0.10

-----------------

Features around settings.

- Feature 34 - ``DocuSignBackend`` uses ``settings.DOCUSIGN_*`` to instanciate
`DocuSign` client. Available settings are ``DOCUSIGN_ROOT_URL``,
``DOCUSIGN_USERNAME``, ``DOCUSIGN_PASSWORD``, ``DOCUSIGN_INTEGRATOR_KEY``,
``DOCUSIGN_ACCOUNT_ID``, ``DOCUSIGN_APP_TOKEN``, ``DOCUSIGN_TIMEOUT``.

- Bug 30 - Handle DocuSign callbacks that have no "decline reason" attribute
(was raising errors in such a situation).

0.8

----------------

Introducing DocuSign templates.

- Feature 28 - Introduced support for DocuSign templates to create envelopes.
To run the tests, you'll need a new ``PYDOCUSIGN_TEST_TEMPLATE_ID``
environment variable: DocuSign's UUID of a template which has 2 roles.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.