Releases: RoyXiang/plexproxy
Releases · RoyXiang/plexproxy
v1.0.17
Changelog
- c627fa3 build: use a fixed version of goreleaser and unify the version of Golang
- 0cd6d01 feat: set a default TTL for the cache of static files
- c69ee80 fix(handler): do not cache websocket connections
- ccf3a4e feat: only enable browser cache for some content types
- f8565b3 refactor: remove github.com/gorilla/handlers
- ad93d48 feat: disable client-side cache of some requests by setting response headers
- bbf8846 feat: skip traffic control on streaming requests
- 6dad129 feat: make the cache size of static files configurable
- 502ff29 ci(goreleaser): ignore pull requests on changelog
- 21a6b2f ci: build with the latest version of golang
- cc45725 refactor: minor optimization
- 43d7a1e feat: use in-memory cache instead of Redis
v1.0.17-beta.7
Changelog
- 0cd6d01 feat: set a default TTL for the cache of static files
v1.0.17-beta.6
Changelog
- c189db5 feat: try to alter some direct play settings
v1.0.17-beta.5
Changelog
- c69ee80 fix(handler): do not cache websocket connections
v1.0.17-beta.4
v1.0.17-beta.3
Changelog
- ad93d48 feat: disable client-side cache of some requests by setting response headers
v1.0.17-beta.2
v1.0.17-beta.1
Changelog
- 21a6b2f ci: build with the latest version of golang
- cc45725 refactor: minor optimization
- 43d7a1e feat: use in-memory cache instead of Redis
- 407f157 fix(goreleaser): found unknown escape character
- d26877b build(goreleaser): ignore some commits on changelog
- 69b5001 feat(cache): decrease the default TTL of dynamic contents to 1s