> ## Documentation Index
> Fetch the complete documentation index at: https://docs.httpayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track updates, new features, and changes to the HTTPayer Python SDK

# Overview

All notable changes to the HTTPayer Python SDK will be documented on this page.

<Note>
  This changelog follows [Semantic Versioning](https://semver.org/). SDK version
  is independent of the documentation version.
</Note>

***

## \[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

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

***

## Version History

| Version | Release Date | Status  | Notes                  |
| ------- | ------------ | ------- | ---------------------- |
| 1.0.0   | 2026-01-27   | Current | Initial stable release |

***

## Subscribe to Updates

Stay informed about API changes:

<CardGroup cols={2}>
  <Card title="GitHub Releases" icon="github" href="https://github.com/httpayer">
    Watch our GitHub repository for new releases
  </Card>

  <Card title="Documentation" icon="book" href="/api/overview">
    Browse the complete API documentation
  </Card>
</CardGroup>

***

## Changelog Format

We follow [Keep a Changelog](https://keepachangelog.com/) 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
