Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Releases: 3scale-labs/apicast-xc

v1.3.0

21 Jun 14:59
Compare
Choose a tag to compare

This version requires xcflushd >= v1.2.0.

  • Updated to work with Apicast v3.0.0.
  • The priority auth renewer now subscribes to the redis pubsub channel before publishing to it. We initially had this in the reverse order (creating a race condition that needed to be handled in xcflushd) because the API from lua-redis used in the tests imposed so. However, the API from resty.redis, used in the rest of the codebase, does not. There is no longer a race condition and this change allows us to make some performance optimizations in xcflushd.
  • Makes Redis timeouts configurable.
  • Fixes a permissions problem with the Apicast log dir in the Apicast-XC dockerfile.

v1.2.0

02 May 10:27
Compare
Choose a tag to compare
  • Improves performance when reporting by using Redis pipelines instead of multi/exec.

v1.1.0

02 May 10:27
Compare
Choose a tag to compare
  • Updated to work with Apicast v3.0.0-rc1.

v1.0.0

30 Mar 17:06
Compare
Choose a tag to compare
v1.0.0

v1.0.0-rc2

15 Feb 15:01
Compare
Choose a tag to compare

This version has been tested with Apicast v3.0.0-alpha2: https://github.com/3scale/apicast/releases/tag/v3.0.0-alpha2