File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
2
- This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+
11
+ ## [ 0.10.0] - 2034-06-29
3
12
4
- ## [ Next]
5
13
### Added
14
+
6
15
- HTTP security schemas supported by httpx;
7
16
- OAuth2 flows supported by httpx_auth;
8
17
- api-key authorization in cookie and query parameter;
9
18
- Progress bar for processing paths and rendering schema files;
19
+ - Support for response headers returned as response envelope model.
20
+ - Old files in ` gen ` directory are now removed during ` render ` .
10
21
11
22
### Removed
23
+
12
24
- broken --cache option;
13
25
14
26
@@ -143,3 +155,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
143
155
### Added
144
156
- Generate classes for schemas under components/schemas
145
157
- Generate partial client class with methods based on /paths/* /*
158
+
159
+ [ unreleased ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...HEAD
160
+ [ 0.10.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.9.0...v0.10.0
161
+ [ 0.9.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.8.0...v0.9.0
162
+ [ 0.8.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.3...v0.8.0
163
+ [ 0.7.3 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.1...v0.7.3
164
+ [ 0.7.1 ] : https://github.com/python-lapidary/lapidary-render/releases/tag/v0.7.1
Original file line number Diff line number Diff line change 7
7
description = " Python async OpenAPI client library generator"
8
8
license = " AGPL-3.0"
9
9
name = " lapidary-render"
10
- version = " 0.9 .0"
10
+ version = " 0.10 .0"
11
11
packages = [{ include = " lapidary" , from = " src" }]
12
12
readme = ' Readme.md'
13
13
repository = ' https://github.com/python-lapidary/lapidary'
You can’t perform that action at this time.
0 commit comments