github.com/devfeel/dotweb
v1.8.3
#1673 most downloaded on Go modules
devfeel/dotweb
What this package is like to depend on
Last release 5 months ago
10 Mar 2026
Release timing varies
gaps range from 3 weeks to 2.2 years
Rarely documented
notes for 1 of 20 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
45 releases · first in 2017
2 releases in the last 12 months
see the full history below
Release timeline
45 releases · Nov 2017 to Mar 2026Releases
latest 45-
v1.8.310 Mar 2026Release notes
Open source →dotweb v1.8.3 Release Notes
Overview
dotweb v1.8.3 is now available! This release includes Redis client migration, security updates, and bug fixes.
What's Changed
New Features
Redis Client Migration (v1.8.2)
Item Old New Redis Client redigo (deprecated) go-redis/v9 Impact: Internal implementation changed, API fully compatible
// No code changes required // New features: // - Connection pool management (MinIdleConns, PoolSize) // - Context support
Security Updates (v1.8.2)
Fixed 12 Go standard library vulnerabilities:
CVE Component GO-2026-4341 net/url GO-2026-4340 crypto/tls GO-2026-4337 crypto/tls GO-2025-4175 crypto/x509 GO-2025-4155 crypto/x509 GO-2025-4013 crypto/x509 GO-2025-4012 net/http GO-2025-4011 encoding/asn1 GO-2025-4010 net/url GO-2025-4009 encoding/pem GO-2025-4008 crypto/tls GO-2025-4007 crypto/x509 Bug Fixes (v1.8.3)
Fix Description Incr/Decr lock leak Use defer Unlock to prevent deadlock Race conditions Passed race detection tests CI/CD Enhancements
Item Change golangci-lint Added code quality checks Security scan Added weekly security scanning workflow
Breaking Changes
Change Impact Go minimum version 1.22 - 1.24 WARNING: Warning: Go < 1.24 contains known vulnerabilities
Upgrade Guide
1. Update Go Version
# Minimum required: Go 1.24 go version # Ensure >= 1.24
2. Update Dependency
go get -u github.com/devfeel/dotweb
3. Update Redis Dependency (if needed)
// Remove old dependency (deprecated) // github.com/garyburd/redigo v1.6.0 // New dependency (included in dotweb) github.com/redis/go-redis/v9 v9.18.0
4. Verify
go build ./... go test ./...
Compatibility
Type Compatibility Public API Fully compatible Redis Cache Compatible with existing config Session Store Compatible with existing config Config Files No changes needed
Notes
- Go Version Required: Must use Go 1.24+
- Security Warning: Go < 1.24 has known vulnerabilities
- Redis Config: If using external Redis, ensure network accessibility
Related Links
-
v1.7.22-0.20260310105842-fdcbb130b26910 Mar 2026 pre-releaseNothing published for this version
-
v1.7.22-0.20231213021317-d50e13e812df13 Dec 2023 pre-releaseNothing published for this version
-
v1.7.2115 Apr 2023Nothing published for this version
-
v1.7.20-0.20220811090359-575fa18aec9511 Aug 2022 pre-releaseNothing published for this version
-
v1.7.1916 Apr 2022Nothing published for this version
-
v1.7.1820 Apr 2021Nothing published for this version
-
v1.7.17-0.20210129005921-a9be95a292a729 Jan 2021 pre-releaseNothing published for this version
-
v1.7.17-0.20210126053951-a93379d87fc526 Jan 2021 pre-releaseNothing published for this version
-
v1.7.1625 Jan 2021Nothing published for this version
-
v1.7.1419 Dec 2020Nothing published for this version
-
v1.7.1311 Aug 2020Nothing published for this version
-
v1.7.1201 Jun 2020Nothing published for this version
-
v1.7.12-0.20200601150607-293319f0481c01 Jun 2020 pre-releaseNothing published for this version
-
v1.7.1110 May 2020Nothing published for this version
-
v1.7.1001 Dec 2019Nothing published for this version
-
v1.7.919 Nov 2019Nothing published for this version
-
v1.7.819 Nov 2019Nothing published for this version
-
v1.7.712 Nov 2019Nothing published for this version
-
v1.7.609 Nov 2019Nothing published for this version
-
v1.7.506 Nov 2019Nothing published for this version
-
v1.7.403 Nov 2019Nothing published for this version
-
v1.7.329 Oct 2019Nothing published for this version
-
v1.7.223 Oct 2019Nothing published for this version
-
v1.6.9-0.20191023021833-759a0f18e8ec23 Oct 2019 pre-releaseNothing published for this version
-
v1.6.829 Jun 2019Nothing published for this version
-
v1.6.729 Jun 2019Nothing published for this version
-
v0.0.0-20200811093836-6cd7fd2125fe11 Aug 2020 pre-releaseNothing published for this version
-
v0.0.0-20191023021833-759a0f18e8ec23 Oct 2019 pre-releaseNothing published for this version
-
v0.0.0-20190626000548-2d414370361a26 Jun 2019 pre-releaseNothing published for this version
-
v0.0.0-20190622091547-3e420d942a2122 Jun 2019 pre-releaseNothing published for this version
-
v0.0.0-20190613043734-6c5cb5c18ff613 Jun 2019 pre-releaseNothing published for this version
-
v0.0.0-20190220064112-c7ab14e88d6520 Feb 2019 pre-releaseNothing published for this version
-
v0.0.0-20190202070908-023a733cb3db02 Feb 2019 pre-releaseNothing published for this version
-
v0.0.0-20190122034252-e522b156cdcb22 Jan 2019 pre-releaseNothing published for this version
-
v0.0.0-20181228034147-b0fb3c4e973828 Dec 2018 pre-releaseNothing published for this version
-
v0.0.0-20180822031546-c4e24c22682822 Aug 2018 pre-releaseNothing published for this version
-
v0.0.0-20180809091635-1fb4a106e35909 Aug 2018 pre-releaseNothing published for this version
-
v0.0.0-20180531105729-0ebac49800c631 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180510081005-682db695447c10 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180108035810-7ec55350ee4f08 Jan 2018 pre-releaseNothing published for this version
-
v0.0.0-20180107141158-34f6a503294707 Jan 2018 pre-releaseNothing published for this version
-
v0.0.0-20171229095842-a598a24fb7a429 Dec 2017 pre-releaseNothing published for this version
-
v0.0.0-20171130103350-650e68d4987730 Nov 2017 pre-releaseNothing published for this version
-
v0.0.0-20171102081954-f85c16de4b5402 Nov 2017 pre-releaseNothing published for this version