Skip to content

Releases: DirectoryTree/LdapRecord

v3.7.5

13 Nov 22:47
d66344a
Compare
Choose a tag to compare

Fixed

  • Infinite loop in LdapRecord\Models\Collection::contains method - #747

Added

  • Ability to provide additional LDAP control options to LdapRecord\Query\Builder::orderBy - #748

v3.7.4

08 Nov 23:30
Compare
Choose a tag to compare

Added

  • CanAuthenticate::getAuthIdentifier method for better Laravel 11 support when using a custom User LdapRecord model - 74ad340

v3.7.3

25 Oct 05:35
Compare
Choose a tag to compare

Fixed

  • Query Builder hasSelects() fails when no selects have been added - #742 - 207c727

v3.7.2

18 Oct 13:30
Compare
Choose a tag to compare

Added

  • LDAP_DEBUG constants:
    • Ldap::DEBUG_TRACE
    • Ldap::DEBUG_PACKETS
    • Ldap::DEBUG_ARGS
    • Ldap::DEBUG_CONNS
    • Ldap::DEBUG_BER
    • Ldap::DEBUG_FILTER
    • Ldap::DEBUG_CONFIG
    • Ldap::DEBUG_ACL
    • Ldap::DEBUG_STATS
    • Ldap::DEBUG_STATS2
    • Ldap::DEBUG_SHELL
    • Ldap::DEBUG_PARSE
    • Ldap::DEBUG_SYNC
    • Ldap::DEBUG_REFERRAL
    • Ldap::DEBUG_ERROR
    • Ldap::DEBUG_ANY

v3.7.1

23 Sep 03:51
Compare
Choose a tag to compare

Fixed

  • Throw RuntimeException when a date cast has been formatted incorrectly instead of Undefined array key - b82df10 - #738

v3.7.0

26 Jul 21:20
4113aa0
Compare
Choose a tag to compare

Added

  • Ability to set custom LDAP protocol in configuration via new protocol option - #733

v3.6.4

13 May 15:57
8176872
Compare
Choose a tag to compare

Fixed

  • Properly flush Container on DirectoryFake::tearDown - #716

v3.6.3

08 May 16:02
d7c698e
Compare
Choose a tag to compare

Fixed

  • Reverse boolean casts now properly accept LDAP string booleans - #715

v3.6.2

06 May 13:22
999f6ad
Compare
Choose a tag to compare

Fixed

  • Attribute casts now work correctly while setting attributes instead of only getting attributes - #712

v3.6.1

12 Apr 15:50
Compare
Choose a tag to compare

Added

  • Include BindException to Failed authentication event for additional debugging information - #709