diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-18 20:42:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 20:42:25 +0100 |
commit | 61d56f26f8813c6c618e162943bdbd61b8cb6f33 (patch) | |
tree | 22eb826c388692dc9eae8278b85de463aea7fef9 /vendor/github.com/labstack/echo/v4/CHANGELOG.md | |
parent | 6aa05b39810bef5b5cf21cb2abd02012ce727574 (diff) | |
download | matterbridge-msglm-61d56f26f8813c6c618e162943bdbd61b8cb6f33.tar.gz matterbridge-msglm-61d56f26f8813c6c618e162943bdbd61b8cb6f33.tar.bz2 matterbridge-msglm-61d56f26f8813c6c618e162943bdbd61b8cb6f33.zip |
Bump github.com/labstack/echo/v4 from 4.6.1 to 4.6.3 (#1685)
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.6.1...v4.6.3)
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/labstack/echo/v4/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/labstack/echo/v4/CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/labstack/echo/v4/CHANGELOG.md b/vendor/github.com/labstack/echo/v4/CHANGELOG.md index f52f264f..372ed13c 100644 --- a/vendor/github.com/labstack/echo/v4/CHANGELOG.md +++ b/vendor/github.com/labstack/echo/v4/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v4.6.3 - 2022-01-10 + +**Fixes** + +* Fixed Echo version number in greeting message which was not incremented to `4.6.2` [#2066](https://github.com/labstack/echo/issues/2066) + + +## v4.6.2 - 2022-01-08 + +**Fixes** + +* Fixed route containing escaped colon should be matchable but is not matched to request path [#2047](https://github.com/labstack/echo/pull/2047) +* Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. [#1921](https://github.com/labstack/echo/pull/1921) +* Update (test) dependencies [#2021](https://github.com/labstack/echo/pull/2021) + + +**Enhancements** + +* Add support for configurable target header for the request_id middleware [#2040](https://github.com/labstack/echo/pull/2040) +* Change decompress middleware to use stream decompression instead of buffering [#2018](https://github.com/labstack/echo/pull/2018) +* Documentation updates + + ## v4.6.1 - 2021-09-26 **Enhancements** |