🐞 Bug Fix: Pagination Support for Traefik API
Ever wondered why only 98 services were displayed in your TraLa dashboard, even though you had 203 routers configured? This release finally squashes the long-standing bug (#34) where TraLa was limited to displaying fewer than 100 services due to Traefik's pagination settings. Now, all your services will be displayed correctly, no matter how many you have!
What's New
- Pagination Support: TraLa now fetches all pages of data from the Traefik API, ensuring that all services are displayed, even if you have more than 100.
- Updated Dependencies: Go toolchain and Node.js dependencies have been updated to their latest versions for improved performance and security.
How to Use
No configuration changes are required! Simply update to this version, and TraLa will automatically fetch all your services from the Traefik API.
What's Changed
- chore(deps): update node.js to v25.4.0 by @renovate[bot] in #84
- chore: add package rules for Go Toolchain in Renovate configuration by @dannybouwers in #86
- chore(deps): update go toolchain to v1.25.6 by @renovate[bot] in #87
- feat: add pagination support to Traefik API by @dannybouwers in #88
Full Changelog: v0.13.1...v0.13.2
Issue Closed
- #34 - Not all services are displayed - Limited to less than 100