Zdesk

Latest version: v2.8.1

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

Scan your dependencies

Page 1 of 3

2.8.0

- Regenerate API from updated mirror. see [full
commit](https://github.com/fprimex/zdesk/commit/4982b3dad9581fbb49d71307abc229dc4169ab74).
Most notably, Zendesk has replace many, many instances of using `id` with,
e.g., `ticket_id`, `article_id`, etc. Most of these are positional arguments,
so if you were using `foo(id=1234)` I recommend changing to `foo(1234)` to
(hopefully) future proof a bit when they decide to change it again.
- Update iterable code for Python 3.10 compatibility. Tests pass with 3.10.3
and 3.9.5.
- This is not a change, but I want to note here that several of `zdesk`'s
dependencies have deprecations. Most notably, if you're using `zdeskcfg`,
`plac_ini` has a deprecation that will be removed in 3.12. None of these seem
particularly difficult to overcome, but just make sure you test before
upgrading.

2.7.1

- Immediately noticed an OAuth bug. Reference private variables for some logic.

2.7.0

- Support for Python 3.5+
- OAuth token support, and a more clear way of choosing between password, API
token, and OAuth token authentication.
- Regenerate API from updated mirror. See [full
commit](https://github.com/fprimex/zdesk/commit/1cf01a3b730c84b531261bba98b2ab5aa6dd0d18)

2.6.0

- Fix incremental pagination by making an exception to status 422, removing the
existing query `kwargs`, and looking for incremental and certain conditions
to mark the end of `get_all_pages` (by Sarfaraz Soomro).
- API generator updates corresponding to the end of web portal and forums
support, as well as the replacement of zopim with chat (by Craig Davis).
- Add `raw_query` parameter for explicitly setting and overriding the query
string. The enables use cases where, for example, query parameters need to be
repeated and therefore cannot go into a dictionary.
- Add `retval` parameter to allow for explicitly requesting a certain component
of a response. Valid values are 'content', 'code', 'location', and 'headers'.
- Regenerate API from updated mirror. See [full
commit](https://github.com/fprimex/zdesk/commit/6e22dea7af6b129a88f9ce30082660eff2eea621)

2.5.0

- Use Pytest and implement some basic tests
- Implement retry (major contribution by Dominik Miedziński)
- Merge the `batch` support method (by Dominik Miedziński)
- Merge 2.6 support (by Ryan Shipp)
- Check for json in content-type before attempting to deserialize (by
Craig Davis)
- Improve API generator handling of duplicates and ambiguous parameters
- Add support for optional `locale` help center argument on many methods
- Regenerate API from updated mirror. See [full
commit](https://github.com/fprimex/zdesk/commit/bb455aeac4ffb9c7a6f5cabb9653cf46cdcb8531)

2.4.0

- Support non-JSON endpoint (removed check for .json, for recordings.mp3)
- Improve generator formatting of duplicates
- Add doc-anchor-links, so docstrings link more closely to the method question
- Regenerate API from updated mirror. See [full
commit](https://github.com/fprimex/zdesk/commit/7240295278fd596189643ae30fbcbb16a4b8c3d9)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.