Skip to content

Commit d75708f

Browse files
committed
Release v3.3.1
1 parent 3fd1b03 commit d75708f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
security updates in June of 2013; continuing to support it would prevent
1313
the use of newer features of Ruby.
1414

15+
# 3.3.1
16+
17+
* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.
18+
This fixes a memory leak due to Timeout creating threads on each invocation.
19+
1520
# 3.3.0
1621

1722
* Added support for SSL/TLS. Redis doesn't support SSL natively, so you still

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Redis
2-
VERSION = "3.3.0"
2+
VERSION = "3.3.1"
33
end

0 commit comments

Comments
 (0)