Releases: cybex-gmbh/laravel-protector
Releases · cybex-gmbh/laravel-protector
v1.4.1
What's Changed
- Mitigate User Right Issues On RDS by @lupinitylabs in #28
- Fix an potential issue with RDS databases by disabling the GTID purge. by @jheusinger in #29
New Contributors
- @lupinitylabs made their first contribution in #28
Full Changelog: v1.4.0...v1.4.1
Usability improvements
What's Changed
- Usability improvements by @mszulik in #26
- Usability by @gael-connan-cybex in #27
Full Changelog: v1.3.1...v1.4.0
Fix Laravel 9.* support
What's Changed
- add custom file not found exception by @mszulik in #24
- Fix Laravel 9.* support by @gael-connan-cybex in #25
Full Changelog: v1.3.0...v1.3.1
Streaming
What's Changed
- Add migration option by @mszulik in #12
- add workflow file to automatically run tests by @jheusinger in #19
- Feature/download chunking by @mszulik in #21
- streaming by @gael-connan-cybex in #22
New Contributors
- @holyfabi made their first contribution in #17
- @jheusinger made their first contribution in #19
Full Changelog: v1.2.0...v1.3.0
Added latest option
- Add an option to import the latest database dump file found.
- Add a function that provides the latest database dump file name.
- The remote option now serves as a fallback when used in conjunction with other options.
Import command fix
- Fixed an issue where downloaded files could not be imported.
- Updated the readme.
Publishable migrations
- Migrations now need to be explicitly published, as they are optional for some use cases and because they might need to be modified. Run
php artisan vendor:publish --tag=protector.migrations
to publish the protector migration to your database/migrations folder. - Removed the Guzzle dependency, as it is already required by Laravel.
Initial Release
included functionality
- sending and receiving database dumps
- user identification through tokens
- optional sodium x25519 encryption