Releases: DirectoryTree/LdapRecord
Releases · DirectoryTree/LdapRecord
v3.0.3
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
Fixed
- Return types on
LdapRecord\Model\Builder
should be fixed to Model
where applicable - #611
v2.20.3
Changed
- Revert #506 (user password creation changes) - #556
v2.20.2
Fixed
- Ensure that the LDAP host is retrieved from a connected connection for cache key generation - @svalgaard - #562
v2.20.1
Fixed
- Appropriately handle maximum and minimum values of windows integer time - #553
v2.20.0
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