Skip to content

Releases: rsim/oracle-enhanced

v8.0.0

26 Jun 14:46
Compare
Choose a tag to compare

What's Changed

  • Support Rails 8.0 [#2425]
  • Suppress messages for the "should rename table on 7_0 and below" spec [#2451]
  • CI against ruby-head [#2447]
  • Add ruby-asan to CI [#2452]
  • Address ORA-01031: insufficient privileges [#2449]

v8.0.0.rc1

23 Jun 13:02
Compare
Choose a tag to compare
v8.0.0.rc1 Pre-release
Pre-release

What's Changed

  • Support Rails 8.0 [#2425]
  • Suppress messages for the "should rename table on 7_0 and below" spec [#2451]
  • CI against ruby-head [#2447]
  • Add ruby-asan to CI [#2452]
  • Address ORA-01031: insufficient privileges [#2449]

v7.2.0

23 Jun 12:17
Compare
Choose a tag to compare

What's Changed

  • Support Rails 7.2 [#2424]
  • Bump the minimum Ruby version to 3.1 [#2442]
  • Use RuboCop Plugin [#2427]
  • Use Oracle Instant Client Version 23.8

v7.2.0.rc1

17 Jun 23:39
Compare
Choose a tag to compare
v7.2.0.rc1 Pre-release
Pre-release

What's Changed

  • Support Rails 7.2 [#2424]
  • Bump the minimum Ruby version to 3.1 [#2442]
  • Use RuboCop Plugin [#2427]
  • Use Oracle Instant Client Version 23.8

v7.1.1

16 Jun 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.1.1

v7.1.0

25 Sep 16:11
Compare
Choose a tag to compare

There are no differences since v7.1.0.beta2. Below is a summary of the release notes for version 7.1.0.

Changes and bug fixes

  • Support Rails 7.1 [#2384]
  • All attributes serialized before writing [#2203]
  • Support LIKE case-insensitive matching [#2247]
  • Support LOB equality [#2258]
  • Rename the raw connection ivar to @raw_connection [#2265]
  • Require 'activerecord', not 'rails' not to attempt to install digest [#2241]
  • Add ruby-oci8 as dependency only for CRuby [#2240]
  • Address uninitialized constant TestEmployee::AttributeSignature::Base64 [#2264]
  • Implement build_explain_clause(options = []) as no-op [#2394, #2398, #2402]
  • Enable Lint/EnsureReturn cop [#2259]
  • Enable Performance/OpenStruct cop [#2263]
  • Enable Style/MapToHash cop [#2266]
  • Fix broken link [#2250]
  • Use debug gem to replace byebug [#2275]
  • Support linting YAML files [#2272]

Known issues

  • supports_fetch_first_n_rows_and_offset? always returns false [#2395]
  • Oracle enhanced adapter has not been tested against JRuby
  • bug_report_templates are not tested [#2318]

v7.1.0.beta2

24 Sep 01:46
Compare
Choose a tag to compare
v7.1.0.beta2 Pre-release
Pre-release

What's Changed

  • Implement build_explain_clause(options = []) as no-op [#2394, #2398, #2402]

Full Changelog: v7.1.0.beta1...v7.1.0.beta2

v7.1.0.beta1

22 Sep 15:42
Compare
Choose a tag to compare

Changes and bug fixes

  • Support Rails 7.1 [#2384]
  • All attributes serialized before writing [#2203]
  • Support LIKE case-insensitive matching [#2247]
  • Support LOB equality [#2258]
  • Rename the raw connection ivar to @raw_connection [#2265]
  • Require 'activerecord', not 'rails' not to attempt to install digest [#2241]
  • Add ruby-oci8 as dependency only for CRuby [#2240]
  • Address uninitialized constant TestEmployee::AttributeSignature::Base64 [#2264]
  • Enable Lint/EnsureReturn cop [#2259]
  • Enable Performance/OpenStruct cop [#2263]
  • Enable Style/MapToHash cop [#2266]
  • Fix broken link [#2250]
  • Use debug gem to replace byebug [#2275]
  • Support linting YAML files [#2272]

Known issues

  • build_explain_clause(options = []) has not been implemented yet [#2394]
  • supports_fetch_first_n_rows_and_offset? always returns false [#2395]
  • Oracle enhanced adapter has not been tested against JRuby
  • bug_report_templates are not tested [#2318]

v7.0.3

10 Aug 01:33
Compare
Choose a tag to compare

What's Changed

  • [release70] Make ActiveRecord's quoted name caches thread-safe on JRuby/TruffleRuby by @yahonda in #2347
  • Merge pull request #2348 from yahonda/prepare_v703 by @yahonda in #2349

Full Changelog: v7.0.2...v7.0.3

v7.0.2

21 Jan 03:41
Compare
Choose a tag to compare