Skip to content

Releases: JonathanBout/SimpleCDN

v0.8.0

23 Jan 09:05
bc58b46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.8.0 Release Candidate 7

23 Jan 08:41
e731e16
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc6...v0.8.0-rc7

v0.8.0 Release Candidate 6

21 Jan 23:30
0736436
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc5...v0.8.0-rc6

v0.8.0 Release Candidate 5

17 Jan 22:10
14cbfdd
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc4...v0.8.0-rc5

v0.8.0 Release Candidate 4

16 Jan 15:31
c6171a5
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc3...v0.8.0-rc4

v0.8.0 Release Candidate 3

15 Jan 23:20
1e09d6e
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc2...v0.8.0-rc3

v0.8.0 Release Candidate 2

15 Jan 23:07
3f5d292
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.0-rc1...v0.8.0-rc2

v0.8.0 Release Candidate 1

15 Jan 22:12
c252fea
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.7.1...v0.8.0-rc1

v0.7.1 - Block them bots 🤖

08 Jan 13:47
b7f2f2b
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Favicon endpoint by @JonathanBout in #58
    When a browser sends a request to /favicon.ico, it will be automatically redirected to /_cdn/logo.ico.
  • Update README.md by @JonathanBout in #59
    The README now explains how to use Redis as cache backend
  • Health checks seem to work by @JonathanBout in #60
    The docker image now has built-in health checks
  • HTML accessibility improvements by @JonathanBout in #61
  • Properly block robots by @JonathanBout in #62
    It's now possible to disable blocking of robots using the CDN:BlockRobots option.

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - Redis!

06 Jan 21:33
45d1bd5
Compare
Choose a tag to compare
v0.7.0 - Redis! Pre-release
Pre-release

Finally, Redis support is here. That means it is now finally possible to efficiently run two instances of SimpleCDN, as they share the same cache. Be aware it might be quirky, as it hasn't been fully tested.
Also, we shaved off about 19MB by trimming unused code from the build output. That's about 13%!

What's Changed

Full Changelog: v0.6.2...v0.7.0