Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit b16fb15

Browse files
authored
Merge pull request rsim#2396 from yahonda/prepare_v710_beta1
Prepare release v7.1.0.beta1 [skip ci]
2 parents bb97edc + d085c99 commit b16fb15

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 7.1.0.beta1 / 2024-09-23
2+
3+
* Changes and bug fixes
4+
* Support Rails 7.1 [#2384]
5+
* All attributes serialized before writing [#2203]
6+
* Support LIKE case-insensitive matching [#2247]
7+
* Support LOB equality [#2258]
8+
* Rename the raw connection ivar to @raw_connection [#2265]
9+
* Require 'activerecord', not 'rails' not to attempt to install digest [#2241]
10+
* Add ruby-oci8 as dependency only for CRuby [#2240]
11+
* Address uninitialized constant TestEmployee::AttributeSignature::Base64 [#2264]
12+
* Enable Lint/EnsureReturn cop [#2259]
13+
* Enable Performance/OpenStruct cop [#2263]
14+
* Enable Style/MapToHash cop [#2266]
15+
* Fix broken link [#2250]
16+
* Use debug gem to replace byebug [#2275]
17+
* Support linting YAML files [#2272]
18+
19+
* Known issues
20+
* `build_explain_clause(options = [])` has not been implemented yet [#2394]
21+
* `supports_fetch_first_n_rows_and_offset?` always returns `false` [#2395]
22+
* Oracle enhanced adapter has not been tested against JRuby
23+
* bug_report_templates are not tested [#2318]
24+
125
## 7.0.3 / 2023-08-10
226

327
* Changes and bug fixes

0 commit comments

Comments
 (0)