Skip to content

v1.4.0

Compare
Choose a tag to compare
@majodev majodev released this 20 Feb 22:10
· 31 commits to master since this release

ghcr.io/majodev/google-webfonts-helper:v1.4.0

  • Major internal refactor of /server to modern strict TypeScript, async/await and way slimmer state management.
  • Reduces RAM usage (RSS) of current running replicas ~70% by switching to Linux musl based allocation (alpine) and store refactors (Map).
  • Tests overhaul, better In-Flight request handling and adds proxy retry handling.
  • JSON API should (hopefully) be 100% compatible.
  • ... and many more.

TL;DR /server should now be maintainable for my future self.