Releases: VirgilSecurity/virgil-sdk-python
Releases · VirgilSecurity/virgil-sdk-python
Virgil Python SDK v5.3.0
Virgil Python SDK v5.2.1
Added
- GeneratorJwtProvider
- test for JwtGenerator to avoid usage of empty identity at token generation
Fixed
- bug with empty identity in JWT generator.
Virgil Python SDK v5.2.0
Fixed
- card creation signed model
- card validation after search
- issue with sign_callback
- CardSignature to_json method
- issue with additional data parse in Jwt
Added
- CachingCallbackProvider new parameter for an initial access token
- alerts when user try to instantiate Jwt with data argument different from a dictionary
- a lot of test cases
- HttpRequestAdapter
- VirgilAgentAdapter
Changed
- few properties of Jwt from protected to public
Updated
- copyright
Virgil Python SDK v5.1.0
Added
Added multiply identity search
Added tests for multiply identity search
Added private key exporter to backward compatibility
Added handling of expired authorization tokens (now retries will be regenerate token only if token expired)
Added slowed card manager to test, for fix expired token test
Removed
Removed virgil_crypto dependency for PrivateKeyStorage
Fixed
Fixed weak warning in key storage test
Fixed CardClient tests for use cards url from config
Fix bug with unicode string at python2.7 version
Virgil Python SDK v5.0.1
Added
Support for python 3.7
Test data included to package
Fixed
Fixed JWT generation for UTC timestamps
Virgil Python SDK v5.0.0
Added
- Support v5 Virgil Services API
- Support v3.x.x Virgil Crypto library
- Implemented JSON Web Token mechanism for server and client sides.
Deprecated
- Support v4 Virgil Services API
- Support v2.x.x Virgil Crypto library
Deprecate v3 cards version
Deprecated
- Support for Cards v3
Virgil Highlevel API
Added
- Support for Virgil Identity Service API
- Ability to publish/revoke Global Virgil Cards
access_token
client parameter is now optional- Identity service support
- Improved argument validation
- High-level API including:
- VirgilCard and VirgilKey abstractions
- VirgilBuffer
- Import/Export Virgil Keys
- Import/Export Virgil Cards
- Private key storage
- Ability to create identities in separate class
- Encryption, digital signature generation, authenticated encryption
Added support for Python 3.x
Added
- Possibility to select hash function for signature
- Support python 3.x