This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Releases: pacoorozco/probind
Releases · pacoorozco/probind
Release v1.3.1
Added
- Laravel Sail dependency for development
Changed
- Rename ProBIND v3 to ProBIND3
- Bump
aglipanci/laravel-pint-action
from 2.1.0 to 2.3.0 - Bump
yajra/laravel-datatables-oracle
from 10.3.1 to 10.7.0 - Bump
laravel/framework
from 10.3.3 to 10.13.0 - Bump
nunomaduro/collision
from 7.1.0 to 7.7.0 - [CI] Bump
mockery/mockery
from 1.5.1 to 1.6.4 - [CI] Bump
laravel/pint
from 1.6.0 to 1.10.0 - [CI] Bump
phpunit/phpunit
from 10.0.15 to 10.2.6 - [CI] Bump
codecov/codecov-action
from 3 to 4 - [CI] Bump
brianium/paratest
from 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_resets
table renamed topassword_resets_tokens
.
- The
- Test running against a real database instead of memory (SQLite).
Removed
- Unused
fuitcake/cors
dependency.
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
.env
nortrustedproxies.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/framework
tov8.82.0
. - Bump
fruitcake/laravel-cors
tov2.0.5
. - Bump
laravel/ui
tov3.4.2
. - Bump
pacoorozco/openssh
tov0.2.1
. - Bump
phpseclib/phpseclib
tov3.0.13
. - Bump
spatie/laravel-activitylog
tov4.4.0
. - Bump
yajra/laravel-datatables-oracle
tov9.19.0
. - Update dev dependencies
- Bump
facade/ignition
tov2.17.4
. - Bump
fakerphp/faker
tov1.19.0
. - Bump
doctrine/dbal
tov3.3.1
. - Bump
mockery/mockery
tov1.5.0
. - Bump
nunomaduro/collision
tov5.11.0
. - Bump
phpunit/phpunit
tov9.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
app
docker 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
data
column in therecords
table. From varchar(255) to text. (#139) - Moved
doctrine/dbal
to dev dependency - Configuration file
.env.example
- Use of the Presenter pattern more and more
- Rename
Record
model toResourceRecord
- Some tables have changed:
server
instead ofmaster_server
primary
andsecondary
instead ofmaster
andslave
Github is replacing the word master to avoid slavery references
- Bump
bensampo/laravel-enum
fromv3.4.1
tov3.4.2
. - Bump
laravel/framework
fromv8.50.0
tov8.73.2
. - Bump
laravel/ui
fromv3.3.1
tov3.3.3
. - Bump
phpseclib/phpseclib
fromv3.0.11
tov3.0.12
. - Bump
spatie/laravel-activitylog
fromv4.1.1
tov4.3.1
. - Bump
yajra/laravel-datatables-oracle
fromv9.18.1
tov9.18.2
. - Bump
doctrine/dbal
fromv3.1.1
tov3.2.0
. (#163) - Bump
facade/ignition
fromv2.17.1
tov2.17.2
. - Bump
phpunit/phpunit
fromv9.5.8
tov9.5.10
. - Bump
fakerphp/faker
fromv1.15
tov1.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-debugbar
andbarryvdh/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/dbal
to dev dependency - Configuration file
.env.example
- Use of the Presenter pattern more and more
- Rename
Record
model toResourceRecord
- Some tables have changed:
server
instead ofmaster_server
primary
andsecondary
instead ofmaster
andslave
Github is replacing the word master to avoid slavery references
Removed
- Dev packages
barryvdh/laravel-debugbar
andbarryvdh/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/dbal
fromv2.13
tov2.13.2
. - Bump
fideloper/proxy
fromv4.4
tov4.4.1
. - Bump
guilhermegonzaga/presenter
fromv1.0
tov1.0.5
. - Bump
larapacks/setting
fromv2.1
tov2.1.1
. - Bump
laravel/framework
fromv6.20.22
tov6.20.30
. - Bump
phpseclib/phpseclib
fromv2.0.31
tov2.0.32
. - Bump
yajra/laravel-datatables-oracle
fromv9.17.1
tov9.19.1
.
Fixed
- Resource record with
priority
field format. Resolves (#112)
Review CHANGELOG to see changes.