Welcome to Trickster 2.0.0-rc2! 🎉
What's Changed
- feat: we've added back the
callerfield in log output, which provides the exact file and line of code in the codebase that called the log event. - feat: the
/trickster/confighttp endpoint no longer shows irrelevant cache sections (e.g., the default redis configs if it's a memory cache) - perf: faster startup when many health checks are configured
- bugfix: pprof http endpoint was not actually routing
- perf: health check agent is faster w/ increased test coverage
- sec: concurrency limits in caching layer and in backend
- new
MaxConcurrentConnsbackend configuration (see example usage)
- new
- perf: leaner Time Series cropping algorithm
- perf: leaner ALB mechanism handlers
fgr,fr,nlm, andtsm
Full Changelog: v2.0.0-rc1...v2.0.0-rc2