Skip to content

Commit 7858527

Browse files
authored
docs(changelog): update release notes for Gin v1.10.1 (#4360)
- Add release notes for Gin v1.10.1, including new features, enhancements, and build process updates Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent cb000f5 commit 7858527

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Gin ChangeLog
22

3+
## Gin v1.10.1
4+
5+
### Features
6+
7+
* refactor: strengthen HTTPS security and improve code organization
8+
* feat(binding): Support custom BindUnmarshaler for binding. (#3933)
9+
10+
### Enhancements
11+
12+
* chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)
13+
* chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)
14+
* chore: update external dependencies to latest versions (#3950)
15+
* chore: update various Go dependencies to latest versions (#3901)
16+
* chore: refactor configuration files for better readability (#3951)
17+
* chore: update changelog categories and improve documentation (#3917)
18+
* feat: update version constant to v1.10.0 (#3952)
19+
20+
### Build process updates
21+
22+
* ci(release): refactor changelog regex patterns and exclusions (#3914)
23+
* ci(Makefile): vet command add .PHONY (#3915)
24+
325
## Gin v1.10.0
426

527
### Features
@@ -26,7 +48,7 @@
2648
* fix(uri): query binding bug (#3236) (@illiafox)
2749
* fix: Add pointer support for url query params (#3659) (#3666) (@omkar-foss)
2850
* fix: protect Context.Keys map when call Copy method (#3873) (@kingcanfish)
29-
51+
3052
### Enhancements
3153

3254
* chore(CI): update release args (#3595) (@qloog)

0 commit comments

Comments
 (0)