Skip to content

Commit

Permalink
Version bump: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Apr 23, 2024
1 parent 46bfa95 commit 80f6a7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* Version 2.1.0
* Add rate limiting to control the number of requests per second
* Enable specifying the tls protocol version to use via --tls-protocols argument
* List ingress and egress separately on JSON and CSV exports. Include BW and also raw values per second
* Docker related cleanups
* Numerous other smaller fixes

* Version 2.0.0
* Enable arbitrary commands to be run on cluster mode
* Support TLS chain certs in --cert
* Add --host (-h) command line option for the Server address
* Docker related fixes/cleanups
* Numerous other smaller fixes

* Version 1.3.0
* Redis 6.x ACL support
* TLS support
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(memtier_benchmark,2.0.0,oss@redis.com)
AC_INIT(memtier_benchmark,2.1.0,oss@redis.com)
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 80f6a7c

Please sign in to comment.