Skip to content

Commit 3b93ee0

Browse files
author
Nexus
committed
docs: add CHANGELOG
1 parent 2739d43 commit 3b93ee0

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.8.0] - 2026-03-01
11+
12+
### Added
13+
- GitHub Actions CI workflow
14+
- More code examples (JWT, file-upload, CORS)
15+
- ExistsRouter method to Router interface
16+
17+
### Changed
18+
- Upgrade Go version to 1.21
19+
- Upgrade dependencies
20+
- Improve README with badges and quick start guide
21+
22+
### Fixed
23+
- Issue #245: Return 404 instead of 301 for trailing slash in parameterized routes
24+
- Issue #250: Support AutoOPTIONS for route groups
25+
26+
### Removed
27+
- Deprecated Travis CI configuration
28+
29+
## [1.7.21] - 2023-04-15
30+
31+
### Added
32+
- SessionManager.RemoveSessionState
33+
- HttpContext.DestroySession()
34+
35+
## [1.7.20] - 2022-08-11
36+
37+
### Fixed
38+
- Delete minor unreachable code
39+
40+
## [1.7.19] - 2021-04-20
41+
42+
### Added
43+
- SetReadTimeout, SetReadHeaderTimeout, SetIdleTimeout, SetWriteTimeout in HttpServer
44+
45+
### Fixed
46+
- deepcopy middleware issue
47+
48+
## [1.7.18] - 2021-04-20
49+
50+
### Fixed
51+
- GetRandString returning same result

0 commit comments

Comments
 (0)