Download Latest Version dotweb v1.8.3 Release, includes Redis client migration, security updates, and bug fixes source code.tar.gz (6.2 MB)
Email in envelope

Get an email when there's a new version of DotWeb

Home / v1.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-02 1.2 kB
v1.8_ Go 1_21 Upgrade + Dependency Updates + Fix go vet warnings + pprof production security hardening source code.tar.gz 2026-03-02 207.2 kB
v1.8_ Go 1_21 Upgrade + Dependency Updates + Fix go vet warnings + pprof production security hardening source code.zip 2026-03-02 245.8 kB
Totals: 3 Items   454.2 kB 1

v1.8 Release Notes

Highlights

Go 1_21 Upgrade + Dependency Updates + Fix go vet warnings + pprof production security hardening


⬆️ Upgrade

  • Go version upgraded to 1_21
  • golang_org/x/net upgraded to v0_23_0

🐛 Bug Fixes

Issue Description
[#276] Resolve go vet warnings across codebase
- Fix loop variable capture in cache_runtime_test_go
- Fix sync_Pool copy warning in server_test_go
- Remove unreachable code in session/session_go

🔒 Security

Change Description
- pprof is now only enabled in development mode

⚠️ Breaking Change: pprof is no longer available in production by default. To enable, explicitly set RunMode = "development".

:::go
// Enable pprof (development only)
app_SetDevelopmentMode()
app_SetPProfConfig(true, 8080)

🔧 Improvements

  • Use keyed fields for HideReaddirFS struct in router_go
  • Improve code clarity and reduce warnings

Full Changelog: v1_7.22...v1_7.23\

**2026.03.02 at ShangHai.

Source: README.md, updated 2026-03-02