- Application V2 API added under `Client.application_v2` - Existing application methods under `Client` are now deprecated.
2.3.0
- Explicit parameter list for the `nexmo.Client` constructor. **This may cause errors in code passing incorrect or spurious arguments to the Client constructor.** - Secret Management - Support for Authorization header authentication.
2.2.0
- Add support for `redact_transaction`.
2.1.0
- Add support for `get_recording` - Add support for SMS conversion - Add debug logging for most calls, under the 'nexmo' logger. - Internal refactoring (affects only private methods.)
2.0.0
- Drop support for Python 3.3 (in line with the cryptography library we depend upon) - Ensure timestamp is added the params list if signing requests - Avoid value injection in signature auth. - Add support for different hashes for signature generation (thanks trancee!) - Tests ported to pytest
1.5.0
- Add ability to provide a file path as private_key param no the nexmo.Client constructor