This repository was archived by the owner on Sep 27, 2018. It is now read-only.
v1.2.0
Note: this version requires Apicast-XC >= v1.3.0.
- The priority auth renewer now only publishes each response in the redis pubsub channel once, unless there is an error while publishing. We were publishing each response several times, but that was because of a race condition caused by Apicast-XC that has been fixed. This change improves performance a bit because it lowers the number of commands issued to Redis.
- Introduced minor changes in the Dockerfile that decrease the image size.