Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.38 KB

File metadata and controls

62 lines (33 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Initial release - see Unreleased section above for features

v0.4.1 (2025-12-10)

Refactor

  • exceptions: improve ValidationError with structured field errors

v0.4.0 (2025-12-01)

Feat

  • webhooks: add webhook support for transaction notifications

Fix

  • sync version to 0.3.0 across all version files

Refactor

  • simplify models and consolidate error code mappings

v0.3.0 (2025-11-24)

Fix

  • use ErrorCode enum and make items parameter explicit
  • docs: correct PaymentResponse field access in documentation

v0.2.0 (2025-11-19)

Fix

  • client: improve validation error message formatting

v0.2.0b0 (2025-11-19)

Feat

  • implement ATH Móvil Python SDK with full API support

Fix

  • docs: add missing pymdown-extensions dependency for MkDocs
  • docs: address API documentation inconsistencies

Refactor

  • docs: convert API reference to clean markdown format
  • consolidate CI workflows and improve project documentation