Skip to content

Releases: DirectoryTree/LdapRecord-Laravel

v2.5.3

25 Jan 13:41
4826114
Compare
Choose a tag to compare

Fixed

  • Use Config\Repository contract interface for resolving configuration - 364444f - #384 - Thanks to @aneip

v2.5.2

02 Dec 03:24
Compare
Choose a tag to compare

Added

v2.5.1

03 Nov 02:09
Compare
Choose a tag to compare

Fixed

  • Emulated LDAP queries were case-sensitive. They are now case-insensitive to mirror LDAP functionality - #361 - d9ea8db

v2.5.0

24 Sep 20:56
Compare
Choose a tag to compare

Added

v2.4.0

25 Jul 20:03
1f6c40b
Compare
Choose a tag to compare

Changed

  • Drop support for PHP 7.2 - 95355b4

Fixed

  • Properly apply LDAP options to fake connections created by the Directory Emulator - e3e244f - #331

Added

  • Ability to only utilize .env for setting up LDAP connections and custom options (publishing config is no longer required) - 626cc79, 416c0a6

v2.3.3

31 May 13:28
Compare
Choose a tag to compare

Fixed

  • Properly bypass all exceptions when fallback credentials have been given - 0ea1567 - #287
  • Always log LDAP bind errors that are listened for using the BindFailureListener - 81f4d8a

v2.3.2

27 May 20:44
7d0d7dc
Compare
Choose a tag to compare

Fixed

Changed

  • (Internal) Use StyleCI for managing unified code style

v2.3.1

17 May 01:45
Compare
Choose a tag to compare

Added

  • Ability to set a fallback callback or class to resolve users with if the WindowsAuthenticate query fails using WindowsAuthenticate::fallback($callback)

v2.3.0

10 May 01:29
Compare
Choose a tag to compare

Fixed

  • Exceptions that occur during the user query while authenticating users with the WindowsAuthenticate middleware are now caught by default
    • This is labelled as a bug fix, since LDAP queries during form based authentication are already being caught
    • To prevent catching exceptions, call LdapRecord\Laravel\LdapRecord::failLoudly() - 692965c - #277
    • Exceptions that are caught will still be reported to the log via the report($e) Laravel helper

Added

v2.2.3

18 Apr 21:22
Compare
Choose a tag to compare

Fixed

  • ldap:browse command missing LdapRecord\Models\Entry PHP import - c84b7a1 - #264