Skip to content

Commit b6c55af

Browse files
committed
chore: bump version to 0.2.0
1 parent d4ddc8a commit b6c55af

File tree

3 files changed

+106
-69
lines changed

3 files changed

+106
-69
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0](https://github.com/flusflas/apier/tree/v0.2.0) (2025-07-24)
9+
10+
This release adds support for multipart requests, binary responses, improved request handling, and includes various fixes and minor enhancements.
11+
12+
### Added
13+
14+
- Enforce body compatibility with request content types.
15+
- Response stream extension.
16+
- Support for binary responses.
17+
- Support for streaming multipart requests.
18+
- `FilePayload` model for file uploads.
19+
- Format generated code with black.
20+
- Support for `multipart/form-data` in file uploads.
21+
- XML request and enhanced Content-Type handling.
22+
- Enhanced Content-Type validation and request preparation.
23+
824
## [0.1.0](https://github.com/flusflas/apier/tree/v0.1.0) (2025-07-18)
925

1026
### Added

0 commit comments

Comments
 (0)