mirror of
https://github.com/poem-web/poem.git
synced 2026-01-25 04:18:25 +00:00
Update CHANGELOG
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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 `
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user