File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Gin ChangeLog
2
2
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
+
3
25
## Gin v1.10.0
4
26
5
27
### Features
26
48
* fix(uri): query binding bug (#3236 ) (@illiafox )
27
49
* fix: Add pointer support for url query params (#3659 ) (#3666 ) (@omkar-foss )
28
50
* fix: protect Context.Keys map when call Copy method (#3873 ) (@kingcanfish )
29
-
51
+
30
52
### Enhancements
31
53
32
54
* chore(CI): update release args (#3595 ) (@qloog )
You can’t perform that action at this time.
0 commit comments