We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d63b7 commit 19c4341Copy full SHA for 19c4341
NEWS
@@ -1,5 +1,14 @@
1
# @markup markdown
2
3
+2.2.11 (2022-02-21)
4
+===================
5
+
6
+- Fix "No DLL is not foud to hook" when `OCI8.properties[:tcp_keepalive_time]` is set and Oracle client is 21c on Windows.
7
8
+ (reported at rsim/oracle-enhanced#2262)
9
10
+- Fix "OCI8.properties[:tcp_keepalive_time] isn't available" error when ruby version is 3.1 on Windows.
11
12
2.2.10 (2022-01-12)
13
===================
14
lib/oci8/version.rb
@@ -1,3 +1,3 @@
class OCI8
- VERSION = "2.2.10"
+ VERSION = "2.2.11"
end
0 commit comments