v0.5.0
What's Changed
- Add documentation for server package by @ksysoev in #86
- Add TLS support to server with custom certificate and key paths by @ksysoev in #87
- Add profiler endpoint for server by @ksysoev in #88
- Add load balancer for backend nodes by @ksysoev in #90
- Add retry middleware for handling request retries by @ksysoev in #93
- Improve documentation for using
WithProfilerEndpoint
server option by @ksysoev in #96 - Replace circuit breaker implementation with library by @KianYang-Lee in #98
- Adds implementation for caching middleware by @ksysoev in #97
- Introduce server config method(s) by @shan-96 in #76
- "Handle connection closed errors in Send method" by @ksysoev in #104
- Handle connection closed errors in backend logic by @ksysoev in #105
- Add protected middleware handler by @shan-96 in #106
New Contributors
Full Changelog: v0.4.0...v0.5.0