File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
6
6
and the format of this file is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.9.0 ]
9
9
### Added
10
- - GitHub Action configuration for pytest, pre-commit and publishing a package.
11
- - Pre-commit configuration with mypy and pylint.
10
+ - Added a default user-agent header.
12
11
13
12
### Changed
14
- - Split code to separate repositories. Move code generator and OpenAPI document model classes to lapidary-render repository.
15
13
- Changed the programming paradigm from dynamic with scaffolding to declarative via annotations.
14
+ - Changed authentication model to NamedAuth and factory functions.
15
+ - Updated required python version to 3.9, following httpx-auth
16
16
17
17
### Removed
18
- - Support for invalid HTTP status codes patterns, like 20X ([ OAS3.1 4.8.16.2] ( https://spec.openapis.org/oas/v3.1.0#patterned-fields-0 ) ).
18
+ - Removed support for invalid HTTP status codes patterns, like 20X ([ OAS3.1 4.8.16.2] ( https://spec.openapis.org/oas/v3.1.0#patterned-fields-0 ) ).
19
+ - Removed Absent class.
19
20
20
21
## [ 0.8.0] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.8.0 ) - 2023-01-02
21
22
### Added
You can’t perform that action at this time.
0 commit comments