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

20 Releases 20 Tags

RSS Feed
  • 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 | 5 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 | 26 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 | 27 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 | 28 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 | 29 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 | 40 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 | 43 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 | 44 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
  • 1.0.11 9c65cdb156
    Compare

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

    s1d3sw1ped released this 2025-07-19 04:42:59 -05:00 | 45 commits to main since this release

    Changelog

    • 9c65cdb156 Fix HTTP status code for root path in ServeHTTP method to ensure correct response for upstream verification
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 04:43:06 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 04:43:06 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 04:43:06 -05:00
    • checksums.txt
      290 B
      2025-07-19 04:43:06 -05:00
  • 1.0.10 ae013f9a3b
    Compare

    SteamCache2-1.0.10
    Release Tag / release (push) Successful in 14s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 04:40:38 -05:00 | 46 commits to main since this release

    Changelog

    • ae013f9a3b Enhance SteamCache configuration and HTTP client settings
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 04:40:46 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 04:40:46 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 04:40:46 -05:00
    • checksums.txt
      290 B
      2025-07-19 04:40:46 -05:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.26.2 Page: 29ms 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