|
1 | 1 | # Version history |
2 | 2 | We follow [Semantic Versions](https://semver.org/). |
3 | 3 |
|
| 4 | +## 2.1.0 - Update dependencies |
| 5 | + |
| 6 | +### Minor changes |
| 7 | +- Add uvicorn workers env variable [#131](https://github.com/NUTtech/Kesha/pull/131) |
| 8 | + |
| 9 | +### Updating dependencies |
| 10 | +- bump ipython from 7.31.0 to 8.3.0 [#184](https://github.com/NUTtech/Kesha/pull/184) |
| 11 | +- bump types-requests from 2.27.7 to 2.27.25 [#183](https://github.com/NUTtech/Kesha/pull/183) |
| 12 | +- bump mypy from 0.931 to 0.950 [#181](https://github.com/NUTtech/Kesha/pull/181) |
| 13 | +- bump pytest from 6.2.5 to 7.1.2 [#179](https://github.com/NUTtech/Kesha/pull/179) |
| 14 | +- bump django-simpleui from 2022.1 to 2022.4.9 [#175](https://github.com/NUTtech/Kesha/pull/175) |
| 15 | +- bump celery from 5.2.3 to 5.2.6 [#174](https://github.com/NUTtech/Kesha/pull/174) |
| 16 | +- bump django-stubs-ext from 0.3.1 to 0.4.0 [#171](https://github.com/NUTtech/Kesha/pull/171) |
| 17 | +- bump wemake-python-styleguide from 0.16.0 to 0.16.1 [#160](https://github.com/NUTtech/Kesha/pull/160) |
| 18 | +- bump uvicorn from 0.17.0 to 0.17.6 [#158](https://github.com/NUTtech/Kesha/pull/158) |
| 19 | +- bump celery-types from 0.10.0 to 0.12.0 [#154](https://github.com/NUTtech/Kesha/pull/154) |
| 20 | +- bump flake8-annotations-coverage from 0.0.5 to 0.0.6 [#149](https://github.com/NUTtech/Kesha/pull/149) |
| 21 | +- bump uvicorn from 0.16.0 to 0.17.0 [#132](https://github.com/NUTtech/Kesha/pull/132) |
| 22 | +- bump types-requests from 2.27.5 to 2.27.7 [#130](https://github.com/NUTtech/Kesha/pull/130) |
| 23 | +- bump celery from 5.2.2 to 5.2.3 [#126](https://github.com/NUTtech/Kesha/pull/126) |
| 24 | +- bump pytest-mypy-plugins from 1.9.2 to 1.9.3 [#125](https://github.com/NUTtech/Kesha/pull/125) |
| 25 | + |
4 | 26 | ## 2.0.0 - New major version |
5 | 27 |
|
6 | 28 | ### Important changes |
7 | 29 | - Add templating for response body and response headers [#7](https://github.com/NUTtech/Kesha/issues/7) |
8 | 30 | - Add status saving to the log [#75](https://github.com/NUTtech/Kesha/issues/75) |
9 | 31 | - Add proxy requests with a two-way log record [#9](https://github.com/NUTtech/Kesha/issues/9) |
10 | 32 |
|
| 33 | +BACKWARD COMPATIBILITY BREAK: |
| 34 | +- Renamed LogEntry model fields [#9](https://github.com/NUTtech/Kesha/issues/9): |
| 35 | + - body -> request_body |
| 36 | + - date -> request_date |
| 37 | + - headers -> request_headers |
| 38 | + |
11 | 39 | ### Minor changes |
12 | 40 | - Add type annotations [#4](https://github.com/NUTtech/Kesha/issues/4) |
13 | 41 | - Change logo [#60](https://github.com/NUTtech/Kesha/issues/60) |
|
0 commit comments