diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb3d1bc..fe758ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,6 +44,11 @@ jobs: use_psycopg2: psycopg2 - crdb-version: v24.1.0 use_server_side_binding: server_side_binding + - crdb-version: v24.2.0 + - crdb-version: v24.2.0 + use_psycopg2: psycopg2 + - crdb-version: v24.2.0 + use_server_side_binding: server_side_binding # Uncomment to enable testing of CockroachDB nightly. #- crdb-version: LATEST #- crdb-version: LATEST diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4b817..d28b9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.1.1 - Unreleased + +- Confirmed support for CockroachDB 24.2.x (no code changes required). + ## 5.1 - 2024-08-13 Initial release for Django 5.1.x and CockroachDB 23.1.x, 23.2.x, and 24.1.x. diff --git a/README.md b/README.md index e8d30fa..a3379ea 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ By default, CockroachDB sends the version of django-cockroachdb that you're using back to Cockroach Labs. To disable this, set `DISABLE_COCKROACHDB_TELEMETRY = True` in your Django settings. -## Known issues and limitations in CockroachDB 24.1.x and earlier +## Known issues and limitations in CockroachDB 24.2.x and earlier - CockroachDB [can't disable constraint checking](https://github.com/cockroachdb/cockroach/issues/19444), which means certain things in Django like forward references in fixtures