update go-restful/v3 to v3.11.0 (#5907)

This commit is contained in:
inksnw
2023-09-07 16:05:06 +08:00
committed by GitHub
parent d22eee6d64
commit 2c8e4232e0
13 changed files with 544 additions and 61 deletions

View File

@@ -1,11 +1,15 @@
# Change history of go-restful
## [v3.10.2] - 2023-03-09
## [v3.11.0] - 2023-08-19
- restored behavior as <= v3.9.0 with option to change path strategy using TrimRightSlashEnabled.
## [v3.10.2] - 2023-03-09 - DO NOT USE
- introduced MergePathStrategy to be able to revert behaviour of path concatenation to 3.9.0
see comment in Readme how to customize this behaviour.
## [v3.10.1] - 2022-11-19
## [v3.10.1] - 2022-11-19 - DO NOT USE
- fix broken 3.10.0 by using path package for joining paths