Skip to content

Commit

Permalink
Bump up version to 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jul 27, 2024
1 parent 42cdedd commit 7226147
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @markup markdown

2.2.13 (2024-07-27)
===================

- Binary gems for Windows x64 and x86 supports ruby 2.7 - 3.3 inclusive.

Fixed issues
------------

- Fix various issues about `OCI8.properties[:tcp_keepalive_time]` on macOS arm64. The feature was removed on the platform
and it raises `NotImplementedError` instead now.
- Fix SIGSEGV when using truffleruby. It seems to be caused by `xfree()` outside of ruby threads.

Changes
-------

- Change the format of fifth numeral of Oracle version number as two digit zero-padding number
when the Oracle version is 23 or upper. For example "23.4.0.24.05".

2.2.12 (2022-12-30)
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/oci8/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class OCI8
VERSION = "2.2.12"
VERSION = "2.2.13"
end

0 comments on commit 7226147

Please sign in to comment.