api_bindium 0.3.0

Framework for api binding crates
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0]https://github.com/RustyNova016/api_bindium/compare/v0.2.2...v0.3.0 - 2026-01-21

### Added

- generic body parsers

## [0.2.2]https://github.com/RustyNova016/api_bindium/compare/v0.2.1...v0.2.2 - 2026-01-19

### Other

- fix docs
- try release-plz ci
## [0.2.1] - 2026-01-15

### ๐Ÿš€ Features

- Set send_with_retries_async publiic like the sync version
- Docs.rs doesn't scrap exemples
- Allow changing the parser of a api request

### ๐Ÿ’ผ Other

- *(deps)* Bump actions/checkout from 5 to 6

### โš™๏ธ Miscellaneous Tasks

- Reexport governor as a module
## [0.2.0] - 2026-01-15

### ๐Ÿš€ Features

- Image parser
- Set max body size in API request

### โš™๏ธ Miscellaneous Tasks

- Add semver-checks
## [0.1.1] - 2026-01-07

### ๐Ÿš€ Features

- Make send_with_retries public

### ๐Ÿ“š Documentation

- Documentation improvements

### โš™๏ธ Miscellaneous Tasks

- Bump version
- Add trusted publishing
- Clippy fixes
## [0.1.0] - 2026-01-07

### ๐Ÿš€ Features

- Initial crate
- Post requests
- Rustls_feature
- Add location to errors
- Add parameter encoding
- UriBuilderError
- Added other parsers
- Passthrough cookies feature
- Request headers
- Retry on peer disconect

### ๐Ÿ› Bug Fixes

- Clippy lints

### ๐Ÿ’ผ Other

- *(deps)* Bump actions/checkout from 5 to 6
- *(deps)* Update hotpath requirement from 0.7.3 to 0.9.0

### ๐Ÿงช Testing

- Added get request testing

### โš™๏ธ Miscellaneous Tasks

- Rename crate
- Use each-feature instead of powerset
- Release v0.1.0
- Crates.io requirements