File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## Ongoing
44
5+ ## 8.0.0 - 2024-12-19
6+
7+ - Add support for Rails 8.0 ([ #356 ] ( https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/356 ) )
8+
59## 7.2.0 - 2024-09-24
610
711- Add support for Rails 7.2 ([ #337 ] ( https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/337 ) )
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ of the PostgreSQL adapter that establishes compatibility with [CockroachDB](http
88Add this line to your project's Gemfile:
99
1010``` ruby
11- gem ' activerecord-cockroachdb-adapter' , ' ~> 7.2 .0'
11+ gem ' activerecord-cockroachdb-adapter' , ' ~> 8.0 .0'
1212```
1313
14- If you're using Rails 7.0, use the ` 7.0.x ` versions of this gem.
15-
1614If you're using Rails 7.1, use the ` 7.1.x ` versions of this gem.
1715
1816If you're using Rails 7.2, use the ` 7.2.x ` versions of this gem.
1917The minimal CockroachDB version required is 23.1.12 for this version.
2018
19+ If you're using Rails 8.0, use the ` 8.0.x ` versions of this gem.
20+
2121In ` database.yml ` , use the following adapter setting:
2222
2323```
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616
1717module ActiveRecord
18- COCKROACH_DB_ADAPTER_VERSION = "7.2 .0"
18+ COCKROACH_DB_ADAPTER_VERSION = "8.0 .0"
1919end
You can’t perform that action at this time.
0 commit comments