All notable changes to cockroachdb-laravel
will be documented in this file.
- Upgrade to Laravel 11 by @peterfox in #37
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.3.0...v1.4.0
- Added Schema Dump functionality by @peterfox in #30
- Drops support for PHP 8.0 and Laravel 8 by @peterfox in #30
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.2.1...v1.3.0
- fix: Any artisan command that drops tables erroring with unknown function: pg_total_relation_size() by @wsamoht in #26
- @wsamoht made their first contribution in #26
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.2.0...v1.2.1
- Adds Laravel 10 support by @peterfox in #17
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.1.1...v1.2.0
- CockroachDB Database URLs including serverless usage are now fully supported.
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.1.0...v1.1.1
- Add support for Cockroach Serverless Cluster identifier by @tryvin in #11
- Drop unique indexes fixes by @tryvin in #10
Full Changelog: https://github.com/ylsideas/cockroachdb-laravel/compare/v1.0.1...v1.1.0
- Fixes truncating tables, thanks to @tryvin for pointing this out and providing the code to fix this.
Support for Laravel 9 and 8 locked in. See notes for exceptions to the compatibility.
- initial alpha release