Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

v1.1.0

Latest

Choose a tag to compare

@mmzeynalli mmzeynalli released this 11 Aug 18:15
· 1 commit to main since this release

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_ENV is now normalized and warns on unknown values instead of silently using the test gateway.
  • Fixed ImportError against integrify-core>=1.1 (removed _UNSET/Unsettable names).
  • Migrated payload handlers to the class-attribute style.
  • Requires integrify-core>=1.2.0.

Full Changelog: v1.0.0...v1.1.0