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

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Jun 21, 2017
1 parent 66bec85 commit 7745354
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [1.3.0] - 2017-06-21

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.

## [1.2.0] - 2017-05-02

- Improves performance when reporting by using Redis pipelines instead of multi/exec.
Expand Down
2 changes: 1 addition & 1 deletion apicast_xc.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "apicast_xc"
version = "1.2.0-0"
version = "1.3.0-0"
source = {
url = "https://github.com/3scale/apicast-xc.git",
dir = "xc",
Expand Down

0 comments on commit 7745354

Please sign in to comment.