Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.23 KB

File metadata and controls

39 lines (28 loc) · 1.23 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.

[0.2.0] - 2026-01-23

Changed

  • Updated to latest Vortex SDK

0.1.0 - 2025-11-04

Added

  • Initial release of vortex-sdk-python
  • Python wrapper for Vortex SDK using Node.js subprocess execution
  • Support for both local and globally installed @vortexfi/sdk npm package
  • Full type hints and py.typed support
  • Synchronous and asynchronous API methods
  • Support for BRL on-ramp and off-ramp operations
  • PIX payment integration
  • Complete example scripts demonstrating usage
  • Comprehensive documentation and installation guides

Changed

  • Removed PythonMonkey dependency in favor of Node.js subprocess approach
  • Updated all documentation to reflect new architecture

Fixed

  • Module import errors when using globally installed npm packages

Added

  • Initial development version (not published)