PackageTrack
Sign in Get early access

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 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. v1.8.3 10 Mar 2026
    Release notes

    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

    1. Go Version Required: Must use Go 1.24+
    2. Security Warning: Go < 1.24 has known vulnerabilities
    3. Redis Config: If using external Redis, ensure network accessibility

    Related Links

    Open source →
  2. v1.7.22-0.20260310105842-fdcbb130b269 10 Mar 2026 pre-release

    Nothing published for this version

  3. v1.7.22-0.20231213021317-d50e13e812df 13 Dec 2023 pre-release

    Nothing published for this version

  4. v1.7.21 15 Apr 2023

    Nothing published for this version

  5. v1.7.20-0.20220811090359-575fa18aec95 11 Aug 2022 pre-release

    Nothing published for this version

  6. v1.7.19 16 Apr 2022

    Nothing published for this version

  7. v1.7.18 20 Apr 2021

    Nothing published for this version

  8. v1.7.17-0.20210129005921-a9be95a292a7 29 Jan 2021 pre-release

    Nothing published for this version

  9. v1.7.17-0.20210126053951-a93379d87fc5 26 Jan 2021 pre-release

    Nothing published for this version

  10. v1.7.16 25 Jan 2021

    Nothing published for this version

  11. v1.7.14 19 Dec 2020

    Nothing published for this version

  12. v1.7.13 11 Aug 2020

    Nothing published for this version

  13. v1.7.12 01 Jun 2020

    Nothing published for this version

  14. v1.7.12-0.20200601150607-293319f0481c 01 Jun 2020 pre-release

    Nothing published for this version

  15. v1.7.11 10 May 2020

    Nothing published for this version

  16. v1.7.10 01 Dec 2019

    Nothing published for this version

  17. v1.7.9 19 Nov 2019

    Nothing published for this version

  18. v1.7.8 19 Nov 2019

    Nothing published for this version

  19. v1.7.7 12 Nov 2019

    Nothing published for this version

  20. v1.7.6 09 Nov 2019

    Nothing published for this version

  21. v1.7.5 06 Nov 2019

    Nothing published for this version

  22. v1.7.4 03 Nov 2019

    Nothing published for this version

  23. v1.7.3 29 Oct 2019

    Nothing published for this version

  24. v1.7.2 23 Oct 2019

    Nothing published for this version

  25. v1.6.9-0.20191023021833-759a0f18e8ec 23 Oct 2019 pre-release

    Nothing published for this version

  26. v1.6.8 29 Jun 2019

    Nothing published for this version

  27. v1.6.7 29 Jun 2019

    Nothing published for this version

  28. v0.0.0-20200811093836-6cd7fd2125fe 11 Aug 2020 pre-release

    Nothing published for this version

  29. v0.0.0-20191023021833-759a0f18e8ec 23 Oct 2019 pre-release

    Nothing published for this version

  30. v0.0.0-20190626000548-2d414370361a 26 Jun 2019 pre-release

    Nothing published for this version

  31. v0.0.0-20190622091547-3e420d942a21 22 Jun 2019 pre-release

    Nothing published for this version

  32. v0.0.0-20190613043734-6c5cb5c18ff6 13 Jun 2019 pre-release

    Nothing published for this version

  33. v0.0.0-20190220064112-c7ab14e88d65 20 Feb 2019 pre-release

    Nothing published for this version

  34. v0.0.0-20190202070908-023a733cb3db 02 Feb 2019 pre-release

    Nothing published for this version

  35. v0.0.0-20190122034252-e522b156cdcb 22 Jan 2019 pre-release

    Nothing published for this version

  36. v0.0.0-20181228034147-b0fb3c4e9738 28 Dec 2018 pre-release

    Nothing published for this version

  37. v0.0.0-20180822031546-c4e24c226828 22 Aug 2018 pre-release

    Nothing published for this version

  38. v0.0.0-20180809091635-1fb4a106e359 09 Aug 2018 pre-release

    Nothing published for this version

  39. v0.0.0-20180531105729-0ebac49800c6 31 May 2018 pre-release

    Nothing published for this version

  40. v0.0.0-20180510081005-682db695447c 10 May 2018 pre-release

    Nothing published for this version

  41. v0.0.0-20180108035810-7ec55350ee4f 08 Jan 2018 pre-release

    Nothing published for this version

  42. v0.0.0-20180107141158-34f6a5032947 07 Jan 2018 pre-release

    Nothing published for this version

  43. v0.0.0-20171229095842-a598a24fb7a4 29 Dec 2017 pre-release

    Nothing published for this version

  44. v0.0.0-20171130103350-650e68d49877 30 Nov 2017 pre-release

    Nothing published for this version

  45. v0.0.0-20171102081954-f85c16de4b54 02 Nov 2017 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive