Logo
Explore Help
Sign In
s1d3sw1ped/steamcache2
1
0
Fork 0
You've already forked steamcache2
Code Issues 1 Pull Requests Actions Packages Projects Releases 32 Wiki Activity

32 Releases 32 Tags

RSS Feed
  • 1.0.21 04d1c6c368
    Compare

    steamcache2-1.0.21
    CI / vulncheck (push) Successful in 15s
    Details
    CI / check-and-test (push) Successful in 41s
    Details
    Release Tag / release (push) Successful in 30s
    Details
    Stable

    s1d3sw1ped released this 2026-09-01 20:59:05 -05:00 | 29 commits to main since this release

    Changelog

    • 2a2cd8d393 Bump Go to 1.27.0 (#14)
    • 04d1c6c368 Merge pull request 'Promote develop: vfs/cache promoteToFast race fix' (#24) from develop into main
    • 523a9a4782 Merge pull request 'vfs/cache: Fix promoteToFast race with WriteCloser Close' (#23) from vfs/cache-promote-race into develop
    • 81b3a7df53 Restrict Host-based fetches to Steam CDN names (#13)
    • 8e8e877533 Restrict Host-based origin fetches to Steam CDN names.
    • acd006d4a2 ci: Skip test workflow on markdown-only pushes
    • 8e09c89e24 vfs/cache: Fix promoteToFast race with WriteCloser Close
    • a2ac13d317 vfs/disk: Fix EvictDiskVisibilityAndRecreateSafety flake
    • 5d006ac44f vfs/disk: Fix EvictDiskVisibilityAndRecreateSafety flake
    • 30a695458e vfs/disk: Fix EvictDiskVisibilityAndRecreateSafety flake
    Downloads
    • checksums.txt
      290 B
      2026-09-01 20:59:39 -05:00
    • steamcache2-linux-amd64.tar.gz
      4.2 MiB
      2026-09-01 20:59:39 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.8 MiB
      2026-09-01 20:59:39 -05:00
    • steamcache2-windows-amd64.zip
      4.3 MiB
      2026-09-01 20:59:39 -05:00
  • 1.0.20 d63d7b4d3c
    Compare

    steamcache2-1.0.20
    CI / vulncheck (push) Successful in 8s
    Details
    CI / check-and-test (push) Successful in 28s
    Details
    Release Tag / release (push) Successful in 14s
    Details
    Stable

    s1d3sw1ped released this 2026-08-31 15:53:44 -05:00 | 42 commits to main since this release

    Changelog

    • 36b613b6cd Drop empty gosec settings so golangci-lint v2 config verifies.
    • 099e5347d5 Enhance Makefile and README for improved validation and cache management
    • 79f02d9868 Fix CI on Go 1.26.7: golangci-lint-action v8 and vulncheck on 1.27.
    • 35d698a232 Keep v1 lint rules under golangci-lint v2 (no ST/QF, no G704/G705).
    • e7d4a19c3f Let govulncheck@latest fetch a newer Go toolchain.
    • 0c54ef3404 Let govulncheck@latest fetch a newer Go toolchain.
    • d63d7b4d3c Merge pull request 'Run CI on push to main' (#11) from ci/test-on-push into main
    • 19497eba0c Pin CI to Go 1.26.7 and stable action tags.
    • c7a2312994 Raise module Go version from EOL 1.23.0 to 1.26.0.
    • 04f55535a5 Refactor validation process and update configuration examples
    • 05640bb549 Refine README for validation server instructions and configuration clarity
    • e4be82cddf Remove obsolete validate-check target from Makefile to streamline validation process. Updated help message to reflect this change, enhancing clarity in available commands.
    • 3d3c74fdb2 Run CI on push to main as well as pull requests.
    • 60b2c3e514 Update Makefile to include linting in build, test, and test-race targets
    • fbb084d824 Use latest Go 1.23 patch in CI and run tests even if govulncheck fails.
    Downloads
    • checksums.txt
      290 B
      2026-08-31 15:53:58 -05:00
    • steamcache2-linux-amd64.tar.gz
      3.9 MiB
      2026-08-31 15:53:58 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.5 MiB
      2026-08-31 15:53:58 -05:00
    • steamcache2-windows-amd64.zip
      4.0 MiB
      2026-08-31 15:53:58 -05:00
  • 1.0.19 b7e3a0da86
    Compare

    steamcache2-1.0.19
    Release Tag / release (push) Successful in 34s
    Details
    Stable

    s1d3sw1ped released this 2026-05-28 16:59:52 -05:00 | 57 commits to main since this release

    Changelog

    • 6f28362790 Add /plans/ to .gitignore
    • 9b4bcabd67 Add common noise to .gitignore (coverage, test binaries, stray config test, session docs)
    • 3703e40442 Add comprehensive documentation for caching, configuration, development, and security patterns
    • c3464d692e Add core components for request coalescing and service management
    • 928a5d74cf Add final production hardening review document
    • feda55e225 Enhance DiskFS initialization and error handling
    • 3fd72705fc Enhance Makefile and documentation for validation workflow
    • 9cb38a9a18 Enhance SteamCache shutdown and coalesced request handling
    • f945ccef05 Enhance error handling and metrics tracking in SteamCache
    • 953ac4d9d8 Finalize .gitignore after review document inclusion
    • 4bb8947ecf Harden production gaps + improve build usability (from 2026 review)
    • ffa9aa04f7 Refactor Makefile and enhance disk/memory eviction tests
    • 41777cd9a4 Refactor Makefile to streamline build and test processes
    • 843772e9f7 Refactor golangci-lint configuration and improve error handling
    • 0dbb2e02ed Remove plans/ directory (P0/P1/P2 work complete)
    • 8a4a7728ed Remove production hardening review document
    • cfa65c423c Remove temporary config/config_test.go
    • 29b38efbe7 Track config/config_test.go temporarily
    • 4861f93e6f Update AGENTS.md and Makefile for review hygiene guidelines
    • b7e3a0da86 Update metrics tracking and enhance cache eviction strategies
    • 0c1840d223 chore: capture post-P0/P1 state for clean P2 start (working tree was dirty at task begin)
    Downloads
    • checksums.txt
      290 B
      2026-05-28 17:00:23 -05:00
    • steamcache2-linux-amd64.tar.gz
      3.6 MiB
      2026-05-28 17:00:23 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.3 MiB
      2026-05-28 17:00:23 -05:00
    • steamcache2-windows-amd64.zip
      3.7 MiB
      2026-05-28 17:00:23 -05:00
  • 1.0.18 bfe29dea75
    Compare

    steamcache2-1.0.18
    Release Tag / release (push) Successful in 9s
    Details
    Stable

    s1d3sw1ped released this 2025-09-22 01:59:36 -05:00 | 78 commits to main since this release

    Changelog

    • bfe29dea75 Refactor caching and memory management components
    Downloads
    • checksums.txt
      290 B
      2025-09-22 01:59:44 -05:00
    • steamcache2-linux-amd64.tar.gz
      3.6 MiB
      2025-09-22 01:59:44 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.3 MiB
      2025-09-22 01:59:44 -05:00
    • steamcache2-windows-amd64.zip
      3.7 MiB
      2025-09-22 01:59:44 -05:00
  • 1.0.17 9b2affe95a
    Compare

    steamcache2-1.0.17
    Release Tag / release (push) Successful in 9s
    Details
    Stable

    s1d3sw1ped released this 2025-09-22 00:52:12 -05:00 | 79 commits to main since this release

    Changelog

    • 9b2affe95a Refactor disk initialization and file processing in DiskFS
    Downloads
    • checksums.txt
      290 B
      2025-09-22 00:52:18 -05:00
    • steamcache2-linux-amd64.tar.gz
      3.6 MiB
      2025-09-22 00:52:18 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.3 MiB
      2025-09-22 00:52:18 -05:00
    • steamcache2-windows-amd64.zip
      3.7 MiB
      2025-09-22 00:52:18 -05:00
  • 1.0.16 bd123bc63a
    Compare

    steamcache2-1.0.16
    Release Tag / release (push) Successful in 9s
    Details
    Stable

    s1d3sw1ped released this 2025-09-21 23:12:02 -05:00 | 80 commits to main since this release

    Changelog

    • bd123bc63a Refactor module naming and update references to steamcache2
    Downloads
    • checksums.txt
      290 B
      2025-09-21 23:12:09 -05:00
    • steamcache2-linux-amd64.tar.gz
      3.6 MiB
      2025-09-21 23:12:09 -05:00
    • steamcache2-linux-arm64.tar.gz
      3.3 MiB
      2025-09-21 23:12:09 -05:00
    • steamcache2-windows-amd64.zip
      3.7 MiB
      2025-09-21 23:12:09 -05:00
  • 1.0.15 46495dc3aa
    Compare

    SteamCache2-1.0.15
    Release Tag / release (push) Successful in 27s
    Details
    Stable

    s1d3sw1ped released this 2025-09-21 22:59:07 -05:00 | 81 commits to main since this release

    Changelog

    • 9ca8fa4a5e Add concurrency limits and configuration options for SteamCache
    • 694c223b00 Add integration tests and service management for SteamCache
    • 45ae234694 Enhance caching mechanisms and introduce adaptive features
    • bbe014e334 Refactor Makefile to streamline build and run commands
    • 46495dc3aa Refactor caching functions and simplify response serialization
    • 4a4579b0f3 Refactor caching logic and enhance hash generation in steamcache
    • c197841960 Refactor configuration management and enhance build process
    • b9358a0e8d Refactor steamcache.go to simplify code and improve readability
    • 7fb1fcf21f Remove unused thread configuration from root command and streamline initialization process
    • ee6fc32a1a Update content type validation in ServeHTTP method for Steam files
    • cc3497bc3a Update go.mod to include golang.org/x/sync v0.16.0 as a direct dependency
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      3.6 MiB
      2025-09-21 22:59:33 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.3 MiB
      2025-09-21 22:59:33 -05:00
    • SteamCache2-windows-amd64.zip
      3.7 MiB
      2025-09-21 22:59:33 -05:00
    • checksums.txt
      290 B
      2025-09-21 22:59:33 -05:00
  • 1.0.14 6919358eab
    Compare

    SteamCache2-1.0.14
    Release Tag / release (push) Successful in 13s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 09:08:37 -05:00 | 92 commits to main since this release

    Changelog

    • 6919358eab Enhance file metadata tracking and garbage collection logic
    • f6f93c86c8 Update launch.json to modify memory-gc strategy and comment out upstream server configuration
    • 1187f05c77 revert 30e804709f
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 09:08:44 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 09:08:44 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 09:08:44 -05:00
    • checksums.txt
      290 B
      2025-07-19 09:08:44 -05:00
  • 1.0.13 30e804709f
    Compare

    SteamCache2-1.0.13
    Release Tag / release (push) Successful in 12s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 05:29:46 -05:00 | 95 commits to main since this release

    Changelog

    • 30e804709f Enhance FileInfo structure and DiskFS functionality
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 05:29:54 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 05:29:54 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 05:29:54 -05:00
    • checksums.txt
      290 B
      2025-07-19 05:29:54 -05:00
  • 1.0.12 56bb1ddc12
    Compare

    SteamCache2-1.0.12
    Release Tag / release (push) Successful in 12s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 05:08:48 -05:00 | 96 commits to main since this release

    Changelog

    • 56bb1ddc12 Add hop-by-hop header handling in ServeHTTP method
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 05:08:56 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 05:08:56 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 05:08:56 -05:00
    • checksums.txt
      290 B
      2025-07-19 05:08:56 -05:00
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.26.2 Page: 37ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API