Skip to content

Releases: cybex-gmbh/laravel-protector

v1.4.1

24 Mar 15:50
5d2736c
Compare
Choose a tag to compare

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

Full Changelog: v1.4.0...v1.4.1

Usability improvements

11 Mar 14:35
b4ba68e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

Fix Laravel 9.* support

07 Mar 11:04
5bdbd8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Streaming

04 Mar 12:59
8dec5fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Added latest option

29 Sep 09:02
9ebecc2
Compare
Choose a tag to compare
  • 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

05 Aug 14:42
ad6df3a
Compare
Choose a tag to compare
  • Fixed an issue where downloaded files could not be imported.
  • Updated the readme.

Publishable migrations

04 Aug 14:29
6338a97
Compare
Choose a tag to compare
  • 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

02 Aug 14:32
f5a2bee
Compare
Choose a tag to compare

included functionality

  • sending and receiving database dumps
  • user identification through tokens
  • optional sodium x25519 encryption