Releases: pacoorozco/probind
Release v1.3.1
Added
- Laravel Sail dependency for development
Changed
- Rename ProBIND v3 to ProBIND3
- Bump
aglipanci/laravel-pint-actionfrom 2.1.0 to 2.3.0 - Bump
yajra/laravel-datatables-oraclefrom 10.3.1 to 10.7.0 - Bump
laravel/frameworkfrom 10.3.3 to 10.13.0 - Bump
nunomaduro/collisionfrom 7.1.0 to 7.7.0 - [CI] Bump
mockery/mockeryfrom 1.5.1 to 1.6.4 - [CI] Bump
laravel/pintfrom 1.6.0 to 1.10.0 - [CI] Bump
phpunit/phpunitfrom 10.0.15 to 10.2.6 - [CI] Bump
codecov/codecov-actionfrom 3 to 4 - [CI] Bump
brianium/paratestfrom 7.1.0 to 7.2.7
Removed
- Remove the PHPmyAdmin docker container
Review CHANGELOG to see changes.
Release v1.3.0
NOTE: This release has non-backwards compatible changes. It may include some changes in the database tables.
Changed
- Important: The required minimum version of PHP is v8.1.
- Important: This application has been upgraded to Laravel 10.x.
- Important: Database schema has been modified in a non-backwards compatible way.
- The
password_resetstable renamed topassword_resets_tokens.
- The
- Test running against a real database instead of memory (SQLite).
Removed
- Unused
fuitcake/corsdependency.
Review CHANGELOG to see changes.
Release v1.2.0
Changed
- Important: This application has upgraded to Laravel 9.x. (#248)
Removed
- Support for configuring environment variables for Trusted Proxies. You can't configure it neither from the
.envnortrustedproxies.php.
Review CHANGELOG to see changes.
Release v1.1.0
Added
- BIND configuration and zone files templating. It allows users to define how specific files are rendered. See resources/bind-templates/README.md. (#178)
Changed
- Updated dependencies to fix security vulnerabilities.
Fixed
- Bulk update doesn't work. (#181)
Review CHANGELOG to see changes.
Release v1.0.1
1.0.1 - 2022-02-03
Changed
- Bump
laravel/frameworktov8.82.0. - Bump
fruitcake/laravel-corstov2.0.5. - Bump
laravel/uitov3.4.2. - Bump
pacoorozco/opensshtov0.2.1. - Bump
phpseclib/phpseclibtov3.0.13. - Bump
spatie/laravel-activitylogtov4.4.0. - Bump
yajra/laravel-datatables-oracletov9.19.0. - Update dev dependencies
- Bump
facade/ignitiontov2.17.4. - Bump
fakerphp/fakertov1.19.0. - Bump
doctrine/dbaltov3.3.1. - Bump
mockery/mockerytov1.5.0. - Bump
nunomaduro/collisiontov5.11.0. - Bump
phpunit/phpunittov9.5.13.
- Bump
Review CHANGELOG to see changes.
Release v1.0.0
1.0.0 - 2021-12-01
We're bringing you a major release. The focus is on one much-desired feature: the Laravel 8.x and PHP 8 adoption. This release comes with several breaking changes.
Added
- Xdebug extension in the
appdocker to enable remote test coverage creation. - phpMyAdmin service for managing the database while developing. It will spawn using the Docker Compose.
- Support for Laravel 8.x and PHP 8.x (#121)
Changed
- Type of
datacolumn in therecordstable. From varchar(255) to text. (#139) - Moved
doctrine/dbalto dev dependency - Configuration file
.env.example - Use of the Presenter pattern more and more
- Rename
Recordmodel toResourceRecord - Some tables have changed:
serverinstead ofmaster_serverprimaryandsecondaryinstead ofmasterandslaveGithub is replacing the word master to avoid slavery references
- Bump
bensampo/laravel-enumfromv3.4.1tov3.4.2. - Bump
laravel/frameworkfromv8.50.0tov8.73.2. - Bump
laravel/uifromv3.3.1tov3.3.3. - Bump
phpseclib/phpseclibfromv3.0.11tov3.0.12. - Bump
spatie/laravel-activitylogfromv4.1.1tov4.3.1. - Bump
yajra/laravel-datatables-oraclefromv9.18.1tov9.18.2. - Bump
doctrine/dbalfromv3.1.1tov3.2.0. (#163) - Bump
facade/ignitionfromv2.17.1tov2.17.2. - Bump
phpunit/phpunitfromv9.5.8tov9.5.10. - Bump
fakerphp/fakerfromv1.15tov1.16. -
Fixed
- Make zone serial increment properly. (#141)
- Inconsistency regarding final dot. (#142, #145)
- Incorrect quoting of TXT records. Thanks @gadall. (#143)
Removed
- Dev packages
barryvdh/laravel-debugbarandbarryvdh/laravel-ide-helper - Browser tests. This has reduced temporarily the test coverage.
Review CHANGELOG to see changes.
Release v1.0.0-alpha
1.0.0-alpha
We're bringing you a major release. The focus is on one much-desired feature: the Laravel 8.x and PHP 8 adoption. This release comes with several breaking changes.
Added
- Support for Laravel 8.x and PHP 8.x (#121)
Changed
- Moved
doctrine/dbalto dev dependency - Configuration file
.env.example - Use of the Presenter pattern more and more
- Rename
Recordmodel toResourceRecord - Some tables have changed:
serverinstead ofmaster_serverprimaryandsecondaryinstead ofmasterandslaveGithub is replacing the word master to avoid slavery references
Removed
- Dev packages
barryvdh/laravel-debugbarandbarryvdh/laravel-ide-helper - Browser tests. This has reduced temporarily the test coverage.
Release v0.13.0
Release v0.12.3
Review CHANGELOG to see changes.
Release v0.12.2
Changed
- Bump
doctrine/dbalfromv2.13tov2.13.2. - Bump
fideloper/proxyfromv4.4tov4.4.1. - Bump
guilhermegonzaga/presenterfromv1.0tov1.0.5. - Bump
larapacks/settingfromv2.1tov2.1.1. - Bump
laravel/frameworkfromv6.20.22tov6.20.30. - Bump
phpseclib/phpseclibfromv2.0.31tov2.0.32. - Bump
yajra/laravel-datatables-oraclefromv9.17.1tov9.19.1.
Fixed
- Resource record with
priorityfield format. Resolves (#112)
Review CHANGELOG to see changes.