This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Releases: pacoorozco/probind
Releases · pacoorozco/probind
Release v0.12.1
Changed
- Bump
doctrine/dbal
fromv2.11
tov2.13
. - Bump
fideloper/proxy
fromv4.0
tov4.4
. - Bump
larapacks/setting
fromv2.0
tov2.1
. - Bump
laravel/framework
fromv6.0
tov6.20.22
. - Bump
laravelcollective/html
fromv6.0
tov6.2.1
. - Bump
phpseclib/phpseclib
fromv2.0
tov2.0.31
. - Bump
spatie/laravel-activitylog
fromv3.8
tov3.17
. - Bump
yajra/laravel-datatables-oracle
fromv9.0
tov9.17.1
.
Release v0.12.0
v0.11.0
Added
- Zone name validation on creation form. (#16)
Changed
- Primary/Secondary terminology has adopted instead of
master/slave
. - Zone views to improve readability.
Fixed
- Composer docker was unable to install dependencies due to missing PHP extension. (#80)
bash
users couldn't export theUID
variable. It has been changed toDOCKER_PROBIND_UID
. (#82)
Review CHANGELOG to see changes.
v0.10.0
Added
- Support for Trusted Proxies. You can configure it through environment variables. See
config/trustedproxies.php
. - Added
doctrine/dbal
to allow database schema changes in migrations.
Changed
- Update Travis distribution to
focal
. It has reduced build time by 1 minute. - Change default folder for test-coverage reports and package creation to
.tmp/
. - Package creation is now called using
composer build
. - PHP minimum version is now
7.4
. - Bump
laravel/framework
fromv5.5
tov6.0
. - Bump
laravelcollective/html
fromv5.6
tov6.0
. - Bump
yajra/laravel-datatables-oracle
forv8.0
tov9.0
. - Bump
laravel-nullable-fields
fromv1.6
tov2.0
. - Bump
larapacks/setting
fromv1.0
tov2.0
. - Bump
fzaninotto/faker
(dev) fromv1.4
tov1.9.1
. - Bump
nunomaduro/collision
(dev) fromv2.0
tov3.0
. - Bump
phpunit/phpunit
(dev) fromv7.0
tov8.0
. - Bump
spatie/laravel-activitylog
fromv1.7
tov3.8
. This version implements a new schema on the DB (not-backwards compatible). - Refactor code to make it compatible with Laravel 6.x.
Fixed
- Fix configuration for default environments:
.env.example
and.env.travis
. - Fix
shellcheck
warnings forutils/bumpversion.sh
. - Fix a bug related with TTL validation error when creating a new record. (#66)
- Fix small bugs found during upgrades.
- Fix issue parsing BIND zone files with
;
(semi-colon) in resource records. (#67)
Removed
- Script
utils/create_package.sh
. Usecomposer build
instead. - Support for Vagrant. You can still use it by your own, [read how] (https://laravel.com/docs/6.x/homestead).
v0.9.8
This release includes a security bug fix. It's encouraged to update to this version ASAP.
Changed
- Bump
symfony/http-kernel
from 4.4.5 to 4.4.13.
Fixed
- Fix a bug that was keeping passwords in plaintext. (#64)
Upgrading notes
After upgrading to this version you should run php artisan hash-passwords
to hash existing plaintext passwords. Otherwise you will not be able to login with any existing user.
See CHANGELOG for more details.
v0.9.7
Fixed
- Fix PHP version on docker. Thanks @thermionic. (#60)
- Removed manual database migration and seed. It's done by
/install
endpoint.
See CHANGELOG for more details.
Fix docker-compose
v0.9.6 v0.9.6
Patching some fixes
Patch a broken link thanks to @marado
v0.9.3
Upgrade Laravel version to 5.6.33 to solve a security bug
See CHANGELOG
for more detailed information.
v0.9.2
Patched version to update tests to Laravel 5.6
See CHANGELOG
for more detailed information.