Skip to content

v1.0.17

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 03:23
f3a0deb

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