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.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 | 97 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 | 98 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
  • 1.0.9 d94b53c395
    Compare

    SteamCache2-1.0.9
    Release Tag / release (push) Successful in 15s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 04:14:02 -05:00 | 99 commits to main since this release

    Changelog

    • d94b53c395 Merge pull request 'Update .goreleaser.yaml and enhance HTTP client settings in steamcache.go' (#10) from fix/connection-pooling into main
    • 847931ed43 Update .goreleaser.yaml and enhance HTTP client settings in steamcache.go
    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 04:14:11 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 04:14:11 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 04:14:11 -05:00
    • checksums.txt
      290 B
      2025-07-19 04:14:11 -05:00
  • 1.0.8 4387236d22
    Compare

    SteamCache2-1.0.8
    Release Tag / release (push) Successful in 21s
    Details
    Stable

    s1d3sw1ped released this 2025-07-19 03:23:25 -05:00 | 101 commits to main since this release

    Changelog

    • 163e64790c Enhance garbage collection and caching functionality
    • 4876998f5d Merge pull request 'Enhance garbage collection and caching functionality' (#6) from feature/extended-gc-and-verification into main
    • 8e487876d2 Merge pull request 'Remove steamcache2 from the list of files in .goreleaser.yaml archives section.' (#8) from fix/goreleaser-config-fix into main
    • 4387236d22 Merge pull request 'Update .goreleaser.yaml to use hyphens in name templates for archives and releases' (#9) from fix/goreleaser-config-fix-really into main
    • f237b89ca7 Merge pull request 'Update versioning and logging in SteamCache2' (#7) from fix/goreleaser-config into main
    • 1be7f5bd20 Remove steamcache2 from the list of files in .goreleaser.yaml archives section.
    • f6ce004922 Update .goreleaser.yaml to use hyphens in name templates for archives and releases
    • ae07239021 Update versioning and logging in SteamCache2

    Copyright (c) 2025 s1d3sw1ped

    Downloads
    • SteamCache2-linux-amd64.tar.gz
      4.1 MiB
      2025-07-19 03:23:42 -05:00
    • SteamCache2-linux-arm64.tar.gz
      3.8 MiB
      2025-07-19 03:23:42 -05:00
    • SteamCache2-windows-amd64.zip
      4.3 MiB
      2025-07-19 03:23:42 -05:00
    • checksums.txt
      290 B
      2025-07-19 03:23:42 -05:00
  • 1.0.7 00792d87a5
    Compare

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

    s1d3sw1ped released this 2025-07-13 07:51:45 -05:00 | 109 commits to main since this release

    Changelog

    • 00792d87a5 Merge pull request 'fix: gc was being stupid allowing another thread to take the space it made before it could not anymore' (#5) from fix/gc-breaking-downloads into main
    • 3427b8f5bc fix: gc was being stupid allowing another thread to take the space it made before it could not anymore

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.7_checksums.txt
      195 B
      2025-07-13 07:51:52 -05:00
    • SteamCache2_Linux_x86_64.tar.gz
      8.2 MiB
      2025-07-13 07:51:52 -05:00
    • SteamCache2_Windows_x86_64.zip
      8.4 MiB
      2025-07-13 07:51:52 -05:00
  • 1.0.6 7f744d04b0
    Compare

    SteamCache2-1.0.6
    Release Tag / release (push) Successful in 17s
    Details
    Stable

    s1d3sw1ped released this 2025-07-13 05:43:57 -05:00 | 111 commits to main since this release

    Changelog

    • 7f744d04b0 Merge pull request 'fix: trim query parameters from URL path in ServeHTTP to ensure cache key correctness' (#4) from fix/query-params into main
    • 6c98d03ae7 fix: trim query parameters from URL path in ServeHTTP to ensure cache key correctness

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.6_checksums.txt
      195 B
      2025-07-13 05:44:05 -05:00
    • SteamCache2_Linux_x86_64.tar.gz
      8.2 MiB
      2025-07-13 05:44:05 -05:00
    • SteamCache2_Windows_x86_64.zip
      8.4 MiB
      2025-07-13 05:44:05 -05:00
  • 1.0.5 17ff507c89
    Compare

    SteamCache2-1.0.5
    Release Tag / release (push) Successful in 26s
    Details
    Stable

    s1d3sw1ped released this 2025-07-13 05:23:07 -05:00 | 113 commits to main since this release

    Changelog

    • 17ff507c89 Merge pull request 'fix: redo the whole caching functionality to make it really 420 blaze it fast' (#3) from fix/blazing-sun-speed into main
    • 1673e9554a Refactor VFS implementation to use Create and Open methods
    • b4d2b1305e fix: add logging for unsupported methods and error handling in ServeHTTP
    • 745856f0f4 fix: correct format key to formats in .goreleaser.yaml
    • b83836f914 fix: update log message for server startup and improve request handling in ServeHTTP
    • 539f14e8ec refactor: moved the GC stuff around and corrected all tests

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.5_checksums.txt
      195 B
      2025-07-13 05:23:22 -05:00
    • SteamCache2_Linux_x86_64.tar.gz
      8.2 MiB
      2025-07-13 05:23:23 -05:00
    • SteamCache2_Windows_x86_64.zip
      8.4 MiB
      2025-07-13 05:23:22 -05:00
  • 1.0.4 0d263be2ca
    Compare

    SteamCache2-1.0.4
    Release Tag / release (push) Successful in 1m17s
    Details
    Stable

    s1d3sw1ped released this 2025-07-12 08:21:03 -05:00 | 119 commits to main since this release

    Changelog

    • 0d263be2ca Merge pull request 'feat: update dependencies and improve caching mechanism' (#2) from feature/blazing-sun-speed into main
    • 93b682cfa5 chore: update action versions to latest in CI workflow
    • f378d0e81f feat: update dependencies and improve caching mechanism
    • 0a73e46f90 fix: remove golangci-lint-action from PR workflow
    • 63a1c21861 fix: update action versions to use main branch for consistency
    • 6f1158edeb fix: update action versions to use main branch for consistency

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.4_checksums.txt
      195 B
      2025-07-12 08:21:57 -05:00
    • SteamCache2_Linux_x86_64.tar.gz
      8.4 MiB
      2025-07-12 08:21:57 -05:00
    • SteamCache2_Windows_x86_64.zip
      8.6 MiB
      2025-07-12 08:21:57 -05:00
  • 1.0.3 8c1bb695b8
    Compare

    SteamCache2-1.0.3
    Release Tag / release (push) Successful in 10s
    Details
    Stable

    s1d3sw1ped released this 2025-01-23 11:42:59 -06:00 | 125 commits to main since this release

    Changelog

    • 8c1bb695b8 fix: enhance logging to handle empty upstream values
    • f58951fd92 fix: removed specific to my dev setup config

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.3_checksums.txt
      195 B
      2025-01-23 11:43:07 -06:00
    • SteamCache2_Linux_x86_64.tar.gz
      6.9 MiB
      2025-01-23 11:43:07 -06:00
    • SteamCache2_Windows_x86_64.zip
      7.0 MiB
      2025-01-23 11:43:07 -06:00
  • 1.0.2 70786da8c6
    Compare

    SteamCache2-1.0.2
    Release Tag / release (push) Successful in 10s
    Details
    Stable

    s1d3sw1ped released this 2025-01-23 11:25:54 -06:00 | 127 commits to main since this release

    Changelog

    • 70786da8c6 fix: improve logging readability and remove configuration messages

    Released by GoReleaser.

    Downloads
    • SteamCache2_1.0.2_checksums.txt
      195 B
      2025-01-23 11:26:00 -06:00
    • SteamCache2_Linux_x86_64.tar.gz
      6.9 MiB
      2025-01-23 11:26:00 -06:00
    • SteamCache2_Windows_x86_64.zip
      7.0 MiB
      2025-01-23 11:26:00 -06:00
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.26.2 Page: 47ms 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