Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Bumped release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed Mar 16, 2021
1 parent c6b8628 commit fc3b03e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-rc.8] - 2021-03-16
## Added
* Add GUBER_GRPC_MAX_CONN_AGE_SEC to limit GRPC keep alive

## [1.0.0-rc.7] - 2021-02-10
## Changes
* Fix leaky bucket algorithm returning remaining more than limit
Expand Down
9 changes: 4 additions & 5 deletions example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ GUBER_HTTP_ADDRESS=0.0.0.0:9980
# to guess at a non loopback interface
GUBER_ADVERTISE_ADDRESS=localhost:9990

# Time in seconds that the server will keep a client connection alive
#
# If value is zero (default) time is infinity
# GUBER_GRPC_MAX_CONN_AGE_SEC=30

# Max size of the cache; This is the cache that holds
# all the rate limits. The cache size will never grow
# beyond this size.
Expand All @@ -30,6 +25,10 @@ GUBER_ADVERTISE_ADDRESS=localhost:9990
# The name of the datacenter this gubernator instance is in.
# GUBER_DATA_CENTER=datacenter1

# Time in seconds that the GRPC server will keep a client connection alive.
# If value is zero (default) time is infinity
# GUBER_GRPC_MAX_CONN_AGE_SEC=30


############################
# Behavior Config
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.7
1.0.0-rc.8

0 comments on commit fc3b03e

Please sign in to comment.