Initial commit
This commit is contained in:
65
references/issues.md
Normal file
65
references/issues.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# GitHub Issues
|
||||
|
||||
Recent issues from the repository (14 total).
|
||||
|
||||
## Open Issues (8)
|
||||
|
||||
### #4033: [Bug] UnescapePathValues = false still unescapes path values
|
||||
**Labels:** No labels | **Created:** 2024-08-20
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4033)
|
||||
|
||||
### #4413: Literal colon routes don't work properly in non-Run() scenarios
|
||||
**Labels:** type/bug | **Created:** 2025-10-30
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4413)
|
||||
|
||||
### #4393: Dynamically change paths to match while running
|
||||
**Labels:** type/proposal | **Created:** 2025-10-10
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4393)
|
||||
|
||||
### #4411: Feature Request: Optional trailing slash handling (without redirect)
|
||||
**Labels:** type/proposal | **Created:** 2025-10-29
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4411)
|
||||
|
||||
### #3934: send response from middleware, continue to execute handler chain
|
||||
**Labels:** No labels | **Created:** 2024-04-25
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/3934)
|
||||
|
||||
### #4218: ShouldBindBodyWithJSON : binding:"required" + bool field causes validation error when passing false
|
||||
**Labels:** No labels | **Created:** 2025-04-15
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4218)
|
||||
|
||||
### #4358: I visualized gin benchmarks using a single command
|
||||
**Labels:** No labels | **Created:** 2025-09-20
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4358)
|
||||
|
||||
### #1224: Middleware must be added before endpoints
|
||||
**Labels:** No labels | **Created:** 2018-01-13
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/1224)
|
||||
|
||||
|
||||
## Recently Closed Issues (6)
|
||||
|
||||
### #3723: Expose an interface to reload TLS cert
|
||||
**Labels:** No labels | **Closed:** 2025-11-06
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/3723)
|
||||
|
||||
### #4419: url.setPath does not set RawPath for "foo%252Fbar"
|
||||
**Labels:** type/bug | **Closed:** 2025-11-04
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4419)
|
||||
|
||||
### #4416: Add an official rate limiting middleware API.
|
||||
**Labels:** type/proposal | **Closed:** 2025-11-02
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4416)
|
||||
|
||||
### #4401: Bind Query not call UnmarshalText
|
||||
**Labels:** type/bug | **Closed:** 2025-10-21
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4401)
|
||||
|
||||
### #4397: Add Context.Delete / Context.Remove method for safe key deletion
|
||||
**Labels:** type/proposal | **Closed:** 2025-10-17
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/4397)
|
||||
|
||||
### #2980: imports github.com/gin-gonic/gin: import cycle not allowed
|
||||
**Labels:** No labels | **Closed:** 2021-12-09
|
||||
[View on GitHub](https://github.com/gin-gonic/gin/issues/2980)
|
||||
|
||||
Reference in New Issue
Block a user