Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: pacoorozco/probind

Release v1.3.1

06 Oct 16:50
v1.3.1
fa7db75
Compare
Choose a tag to compare

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

11 Mar 07:52
v1.3.0
3f3a9d7
Compare
Choose a tag to compare

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 to password_resets_tokens.
  • Test running against a real database instead of memory (SQLite).

Removed

  • Unused fuitcake/cors dependency.

Review CHANGELOG to see changes.

Release v1.2.0

13 Jun 16:38
v1.2.0
bc0f2b8
Compare
Choose a tag to compare

Changed

Removed

  • Support for configuring environment variables for Trusted Proxies. You can't configure it neither from the .env nor trustedproxies.php.

Review CHANGELOG to see changes.

Release v1.1.0

06 Apr 09:24
v1.1.0
07b62e1
Compare
Choose a tag to compare

Added

Changed

  • Updated dependencies to fix security vulnerabilities.

Fixed

  • Bulk update doesn't work. (#181)

Review CHANGELOG to see changes.

Release v1.0.1

03 Feb 20:12
v1.0.1
Compare
Choose a tag to compare

1.0.1 - 2022-02-03

Changed

  • Bump laravel/framework to v8.82.0.
  • Bump fruitcake/laravel-cors to v2.0.5.
  • Bump laravel/ui to v3.4.2.
  • Bump pacoorozco/openssh to v0.2.1.
  • Bump phpseclib/phpseclib to v3.0.13.
  • Bump spatie/laravel-activitylog to v4.4.0.
  • Bump yajra/laravel-datatables-oracle to v9.19.0.
  • Update dev dependencies
    • Bump facade/ignition to v2.17.4.
    • Bump fakerphp/faker to v1.19.0.
    • Bump doctrine/dbal to v3.3.1.
    • Bump mockery/mockery to v1.5.0.
    • Bump nunomaduro/collision to v5.11.0.
    • Bump phpunit/phpunit to v9.5.13.

Review CHANGELOG to see changes.

Release v1.0.0

01 Dec 21:28
v1.0.0
19e0c58
Compare
Choose a tag to compare

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 the records 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 to ResourceRecord
  • Some tables have changed:
  • Bump bensampo/laravel-enum from v3.4.1 to v3.4.2.
  • Bump laravel/framework from v8.50.0 to v8.73.2.
  • Bump laravel/ui from v3.3.1 to v3.3.3.
  • Bump phpseclib/phpseclib from v3.0.11 to v3.0.12.
  • Bump spatie/laravel-activitylog from v4.1.1 to v4.3.1.
  • Bump yajra/laravel-datatables-oracle from v9.18.1 to v9.18.2.
  • Bump doctrine/dbal from v3.1.1 to v3.2.0. (#163)
  • Bump facade/ignition from v2.17.1 to v2.17.2.
  • Bump phpunit/phpunit from v9.5.8 to v9.5.10.
  • Bump fakerphp/faker from v1.15 to v1.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 and barryvdh/laravel-ide-helper
  • Browser tests. This has reduced temporarily the test coverage.

Review CHANGELOG to see changes.

Release v1.0.0-alpha

02 Nov 08:55
v1.0.0-alpha
917c33f
Compare
Choose a tag to compare

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 to ResourceRecord
  • Some tables have changed:

Removed

  • Dev packages barryvdh/laravel-debugbar and barryvdh/laravel-ide-helper
  • Browser tests. This has reduced temporarily the test coverage.

Release v0.13.0

23 Jul 12:55
v0.13.0
d21c455
Compare
Choose a tag to compare

Changed

  • Default records for reverse DNS to PTR. (#125)

Fixed

  • Fix bug in Zone import. (#122)
  • Users link from dashboard doesn't work. (#123)
  • "Actions" buttons disappear when window is narrowed. (#124)

Review CHANGELOG to see changes.

Release v0.12.3

13 Jul 13:57
v0.12.3
f1f95b3
Compare
Choose a tag to compare

Review CHANGELOG to see changes.

Release v0.12.2

12 Jul 08:12
v0.12.2
a5fb5c0
Compare
Choose a tag to compare

Changed

  • Bump doctrine/dbal from v2.13 to v2.13.2.
  • Bump fideloper/proxy from v4.4 to v4.4.1.
  • Bump guilhermegonzaga/presenter from v1.0 to v1.0.5.
  • Bump larapacks/setting from v2.1 to v2.1.1.
  • Bump laravel/framework from v6.20.22 to v6.20.30.
  • Bump phpseclib/phpseclib from v2.0.31 to v2.0.32.
  • Bump yajra/laravel-datatables-oracle from v9.17.1 to v9.19.1.

Fixed

  • Resource record with priority field format. Resolves (#112)

Review CHANGELOG to see changes.