|
| 1 | +## 7.0.0.rc1 / 2021-12-08 |
| 2 | + |
| 3 | +* Changes and bug fixes |
| 4 | + * Support Rails 7.0.0.rc1 |
| 5 | + * Rails 7 requires Ruby 2.7 and prefer Ruby 3+ [#2136] |
| 6 | + * Allow usage of JDBC statement caching by DB config parameter [#2088] |
| 7 | + * structure dump: read column comments from all_tab_cols [#2121] |
| 8 | + * Usage of bind variables for volatile filter conditions (3) [#2125] |
| 9 | + * attribute should not require a connection is established [#2136] |
| 10 | + * Allow Adapter#select_all to be performed asynchronously from a background thread pool [#2146] |
| 11 | + * Avoid extra BindParam allocation to generate placeholder in queries [#2157] |
| 12 | + * Address undefined method `to_i' for #<ActiveModel::Attribute::WithCastValue [#2159] |
| 13 | + * Update Rails default branch name change [#2126] |
| 14 | + * Optimize remove_columns to use a single SQL statement when supported [#2182] |
| 15 | + * Refactor schema creation to extract new_foreign_key_definition [#2183] |
| 16 | + * Address "NoMethodError: undefined method `partial_writes?'" [#2188] |
| 17 | + * Suppress partial_writes deprecation warning [#2189] |
| 18 | + * Make default_timezone a module instance variable [#2190] |
| 19 | + * Define adapter type maps statically when possible [#2199] |
| 20 | + * Rename _type_cast to type_cast [#2199] |
| 21 | + * Rename _quote to quote [#2199] |
| 22 | + * Always use OpenSSL constants for Digest operations [#2217] |
| 23 | + * Refactor ActiveRecord::QueryLogs hook point [#2218] |
| 24 | + * Enable Style/RedundantRegexpEscape cop [#2074] |
| 25 | + * Enable Lint/DuplicateRequire cop [#2107] |
| 26 | + * Enable Layout/SpaceBeforeBrackets cop [#2108] |
| 27 | + * Enable Performance/BindCall cop [#2140] |
| 28 | + * Enable Performance/StringReplacement cop [#2175] |
| 29 | + * Enable Performance/MapCompact cop [#2176] |
| 30 | + * Enable Layout/EndOfLine cop [#2177] |
| 31 | + * Enable Performance/SelectMap cop [#2178] |
| 32 | + * Enable Layout/ClosingParenthesisIndentation cop [#2193] |
| 33 | + * Enable Style/ExplicitBlockArgument cop [#2209] |
| 34 | + * Enable Lint/DuplicateMethods cop [#2215] |
| 35 | + * Disable Lint/ShadowingOuterLocalVariable cop [#2137] |
| 36 | + * Disable Layout/FirstArgumentIndentation cop [#2149] |
| 37 | + * Opt out of SuggestExtensions message [#2133] |
| 38 | + * Suppress RuboCop's offense [#2196] |
| 39 | + * Support RuboCop 1.19.0 [#2204] |
| 40 | + * Prevent from including ojdbc8.jar file to gem file [#2164] |
| 41 | + |
| 42 | +* CI |
| 43 | + * Disable CI against JRuby builds [#2136] |
| 44 | + * CI against Ruby 3.0.0 [#2091] |
| 45 | + * CI against Ruby 3.0.1 and 2.7.3 [#2173] |
| 46 | + * CI against Ruby 3.0.2 and 2.7.4 [#2195] |
| 47 | + * Exclude ruby-head and ruby-debug until minitest allows Ruby 3.1 [#2094] |
| 48 | + * Address Travis CI warnings and bump Ubuntu version to 20.04 [#2086] |
| 49 | + * Tidy up Travis CI configuration [#2116] |
| 50 | + * Tweak representation of build matrix [#2129] |
| 51 | + * Install Oracle JDBC driver ojdbc11.jar for GitHub Actions [#2172] |
| 52 | + * Address guides/bug_report_templates/active_record_gem_spec.rb error [#2101] |
| 53 | + * Use Oracle Instant Client 21.1.0.0.0 [#2205] |
| 54 | + * Use Oracle Instant Client 21.4 [#2199] |
| 55 | + * Use gvenzl/oracle-xe docker image [#2206] |
| 56 | + |
1 | 57 | ## 6.1.5 / 2021-12-07 |
2 | 58 |
|
3 | 59 | * Changes and bug fixes |
|
0 commit comments