Update CHANGELOG

This commit is contained in:
Sunli
2022-10-19 13:35:46 +08:00
parent f789f12c9d
commit 7a25bec40f
4 changed files with 17 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ jobs:
uses: Swatinem/rust-cache@v1
- name: Install Protoc
uses: arduino/setup-protoc@v1
# Do tests
- name: Check with clippy
run: cargo clippy ${{ matrix.package.options }}
@@ -86,6 +86,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Protoc
uses: arduino/setup-protoc@v1
# Use nightly Rust to check the format
- uses: actions-rs/toolchain@v1

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.3.47] 2022-10-19
- Bump lambda_http from `0.6.0` to `0.7.0`
# [1.3.41]
- Upgrade lambda_http version to `v0.6.0`

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [2.0.18] 2022-10-19
- Fixes [#346](https://github.com/poem-web/poem/issues/346) [#395](https://github.com/poem-web/poem/issues/395)
# [2.0.17] 2022-10-17
- Throws an error when `flatten` combination with structs that use `deny_unknown_fields `

View File

@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.3.47] 2022-10-19
- Fixes [#346](https://github.com/poem-web/poem/issues/346) [#395](https://github.com/poem-web/poem/issues/395)
- Bump redis version to 0.22.0 [#412](https://github.com/poem-web/poem/pull/412)
- Bump opentelemetry from `0.17.0` to `0.18.0`
# [1.3.46] 2022-10-17
- Add `path_pattern` to log [#337](https://github.com/poem-web/poem/issues/337)