Skip to content

Releases: DirectoryTree/LdapRecord

v3.0.3

03 Jun 14:14
Compare
Choose a tag to compare

Added

Fixed

  • Don't delete cache query when expiry time is zero seconds (indefinite) - a418245
  • Cache properties are properly reset on Query\Builder after retrieving query results - 4e88fc3
  • Only delete parent relation when the given model is a member of the relation in HasMany::detachOrDeleteParent() - 88019f1

v3.0.2

29 May 23:51
6a16784
Compare
Choose a tag to compare

Fixed

  • Return types on LdapRecord\Model\Builder should be fixed to Model where applicable - #611

v3.0.1

24 May 03:32
6369c84
Compare
Choose a tag to compare

Fixed

v2.20.4

24 May 03:33
caeb62c
Compare
Choose a tag to compare

Fixed

v3.0.0

01 May 01:20
7c6f561
Compare
Choose a tag to compare

v2.20.3

10 Mar 15:23
f8cb5c9
Compare
Choose a tag to compare

Changed

  • Revert #506 (user password creation changes) - #556

v2.20.2

01 Mar 04:47
Compare
Choose a tag to compare

Fixed

  • Ensure that the LDAP host is retrieved from a connected connection for cache key generation - @svalgaard - #562

v2.20.1

20 Feb 18:22
a841f3d
Compare
Choose a tag to compare

Fixed

  • Appropriately handle maximum and minimum values of windows integer time - #553

v2.20.0

14 Feb 14:02
221e5d7
Compare
Choose a tag to compare

Added

  • Password::nthash implementation by @OdyX - #543
  • HasMany::detachOrDeleteParent() and HasMany::detachAllOrDelete() - #547
  • Ability to run chunk's in isolated connections to allow simultaneous requests in LDAP servers that do not support it - #546

v2.19.4

08 Feb 21:20
b8fbf3a
Compare
Choose a tag to compare

Added