|
7 | 7 |
|
8 | 8 | All notable changes to this project will be documented in this file.
|
9 | 9 |
|
| 10 | +## [1.6.0] - 2024-12-19 |
| 11 | + |
| 12 | +### 🚀 Features |
| 13 | + |
| 14 | +- *(endpoints)* Build request private helper method |
| 15 | +- *(cache)* Model helper property |
| 16 | + |
| 17 | +### 🚜 Refactor |
| 18 | + |
| 19 | +- *(endpoints)* Remove unnecessary ruff ignore flag |
| 20 | +- *(endpoints)* Convert process_models into clasmethod |
| 21 | +- *(endpoints)* Make client attribute public |
| 22 | +- *(endpoints)* Request handle error helper private method |
| 23 | +- *(endpoints)* Process_response private helper method |
| 24 | +- *(endpoints)* Improve request method readability |
| 25 | +- *(json-cache)* Uses new model property |
| 26 | +- *(sqlite-cache)* Uses new model property |
| 27 | +- *(reports)* Adjust report endpoint to base |
| 28 | +- *(endpoints)* Use MODEL classvar instead of property |
| 29 | +- *(cached_endpoint)* Adjust subclass to new structure |
| 30 | +- *(cached_endpoint)* Log info about cache expiration |
| 31 | +- Remove all optional types |
| 32 | + |
| 33 | +### 🕸 Deprecations |
| 34 | + |
| 35 | +- *(endpoints)* Deprecate 'method' helper method in favour of build_request |
| 36 | +- *(endpoints)* Deprecate model property in favour of class variable |
| 37 | +- *(endpoints)* Deprecate 'endpoint' property in favour of 'BASE_ENDPOINT' ClassVar |
| 38 | + |
| 39 | +### 📚 Documentation |
| 40 | + |
| 41 | +- *(json_cache)* Encoder & decoder docstrings |
| 42 | + |
| 43 | +### ⚙️ Miscellaneous Tasks |
| 44 | + |
| 45 | +- *(ruff)* Ignore tc006 code |
| 46 | +- *(cliff)* Ignore merge commits |
| 47 | +- *(cliff)* Merge cliff.toml with pyproject |
| 48 | + |
10 | 49 | ## [1.5.1] - 2024-11-26
|
11 | 50 |
|
12 | 51 | ### 🐛 Bug Fixes
|
@@ -91,7 +130,6 @@ All notable changes to this project will be documented in this file.
|
91 | 130 | - *(actions)* Change release & documentation workflow dependency
|
92 | 131 | - *(ruff)* Ignore PLR0913 code
|
93 | 132 | - *(ruff)* Ignore C901 code
|
94 |
| -- *(merge)* V1.5.0-release |
95 | 133 |
|
96 | 134 | ### 🧪 Testing
|
97 | 135 |
|
|
0 commit comments