This repository was archived by the owner on Aug 14, 2026. It is now read-only.
Releases: integrify-sdk/integrify-azericard-python
Releases · integrify-sdk/integrify-azericard-python
Release list
v1.1.0
What's Changed
- Added full type hints and autocomplete for the async client (
AzeriCardAsyncClient) via sync/async overloads. - HTML auto-submit form values are now HTML-escaped, preventing attribute/markup injection.
- The RSA signing key is now read and parsed once (cached) instead of on every request.
AZERICARD_ENVis now normalized and warns on unknown values instead of silently using the test gateway.- Fixed
ImportErroragainstintegrify-core>=1.1(removed_UNSET/Unsettablenames). - Migrated payload handlers to the class-attribute style.
- Requires
integrify-core>=1.2.0.
Full Changelog: v1.0.0...v1.1.0