Releases: rsim/oracle-enhanced
Releases · rsim/oracle-enhanced
v8.0.0
v8.0.0.rc1
v7.2.0
v7.2.0.rc1
v7.1.1
What's Changed
- Merge pull request #2408 from yahonda/update_readme_for_71 by @yahonda in #2409
- Merge pull request #2433 from wojtha/fix-rails-71-reconnect by @yahonda in #2436
- Merge pull request #2418 from michael-smith-nz/fix_rename_table_compat by @yahonda in #2437
- Merge pull request #2417 from michael-smith-nz/add_timestamps_fix by @yahonda in #2438
- Merge pull request #2443 from yahonda/prepare_v711 by @yahonda in #2444
Full Changelog: v7.1.0...v7.1.1
v7.1.0
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
v7.1.0.beta2
What's Changed
Full Changelog: v7.1.0.beta1...v7.1.0.beta2
v7.1.0.beta1
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]