This repository was archived by the owner on Jul 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
25
## 7.0.3 / 2023-08-10
2
26
3
27
* Changes and bug fixes
You can’t perform that action at this time.
0 commit comments