Skip to content

Releases: RoyXiang/plexproxy

v1.0.17

14 Aug 03:23
f3a0deb
Compare
Choose a tag to compare

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

25 Jan 03:24
0cd6d01
Compare
Choose a tag to compare
v1.0.17-beta.7 Pre-release
Pre-release

Changelog

  • 0cd6d01 feat: set a default TTL for the cache of static files

v1.0.17-beta.6

06 Jan 16:15
c189db5
Compare
Choose a tag to compare
v1.0.17-beta.6 Pre-release
Pre-release

Changelog

  • c189db5 feat: try to alter some direct play settings

v1.0.17-beta.5

28 Dec 13:38
c69ee80
Compare
Choose a tag to compare
v1.0.17-beta.5 Pre-release
Pre-release

Changelog

  • c69ee80 fix(handler): do not cache websocket connections

v1.0.17-beta.4

25 Dec 05:28
ccf3a4e
Compare
Choose a tag to compare
v1.0.17-beta.4 Pre-release
Pre-release

Changelog

  • ccf3a4e feat: only enable browser cache for some content types
  • f8565b3 refactor: remove github.com/gorilla/handlers

v1.0.17-beta.3

24 Dec 08:43
ad93d48
Compare
Choose a tag to compare
v1.0.17-beta.3 Pre-release
Pre-release

Changelog

  • ad93d48 feat: disable client-side cache of some requests by setting response headers

v1.0.17-beta.2

17 Dec 05:00
bbf8846
Compare
Choose a tag to compare
v1.0.17-beta.2 Pre-release
Pre-release

Changelog

  • 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

v1.0.17-beta.1

14 Dec 07:54
21a6b2f
Compare
Choose a tag to compare
v1.0.17-beta.1 Pre-release
Pre-release

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

v1.0.16

17 Nov 07:53
c44372a
Compare
Choose a tag to compare

Changelog

  • 3e4c500 feat(proxy): allow connecting to PMS through https
  • 614a3fc feat(cache): make TTL configurable
  • 69b5001 feat(cache): decrease the default TTL of dynamic contents to 1s
  • 407f157 fix(goreleaser): found unknown escape character

v1.0.15-beta.8

16 Nov 08:24
614a3fc
Compare
Choose a tag to compare
v1.0.15-beta.8 Pre-release
Pre-release

Changelog

  • 614a3fc feat(cache): make TTL configurable
  • 73711ac Revert back to v1.0.15-beta.2