Releases: threema-ch/threema-msgapi-sdk-python
Releases · threema-ch/threema-msgapi-sdk-python
threema-msgapi-sdk-python 2.1.7
Use an LRU cache when fetching Threema IDs, corresponding public keys and reception capabilities of recipients.
threema-msgapi-sdk-python 2.1.6
- Install
threema-gateway
script properly
threema-msgapi-sdk-python 2.1.5
- Use cryptographically secure random bytes for generating the PKCS#7 padding as defined in the Threema Cryptography Whitepaper
threema-msgapi-sdk-python 2.1.4
- Add asyncio support.
- Switch over to [aiohttp](threema-msgapi-sdk-python 1.1.9) from requests
- Optionally check fingerprint of the Threema Gateway Server certificate
The non-asyncio version remains in the requests branch and will receive bug fixes. However, further feature levels will only be implemented in the asyncio version.
threema-msgapi-sdk-python 1.1.9
- Reuse the HTTP session for speed improvements
- Show currently implemented feature level
- Fix invalid usage of builtin exception KeyError
- Don't show exception stacktrace in CL
threema-msgapi-sdk-python 1.1.3
- Add support for sending file messages
- Add support for sending image messages
- Add support for requesting the remaining credits
- Add support for looking up the reception capabilities of a Threema ID
threema-msgapi-sdk-python 1.0.0
Initial relase.