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.