Skip to main content

Overview

All notable changes to the HTTPayer Python SDK will be documented on this page.
This changelog follows Semantic Versioning. SDK version is independent of the documentation version.

[1.0.0] - 2026-01-27

Added

  • Network Auto-Detection: Automatically detects network based on wallet type
    • EVM private keys default to base network
    • Solana private keys default to solana network
    • Network parameter is now optional; only specify to override defaults

Changed

  • Python Requirement: Reduced minimum Python version from 3.13 to 3.10
    • SDK now supports Python 3.10, 3.11, 3.12, and 3.13
    • Wider compatibility for users on older Python versions

Improved

  • Documentation: Enhanced request() method documentation
    • Clarified which kwargs are forwarded through HTTPayer payment flow (json, params, headers, timeout)
    • Documented that other kwargs (data, files, auth, cookies, etc.) only apply to initial direct request

Migration Guides

This is the initial release. Future migration guides will be added here when breaking changes are introduced.

Version History

VersionRelease DateStatusNotes
1.0.02026-01-27CurrentInitial stable release

Subscribe to Updates

Stay informed about API changes:

Changelog Format

We follow Keep a Changelog conventions:
  • Added: New features and endpoints
  • Changed: Changes in existing functionality
  • Deprecated: Soon-to-be removed features
  • Removed: Removed features
  • Fixed: Bug fixes
  • Security: Security vulnerability fixes

Last Updated: 2026-01-27