github DirectoryTree/LdapRecord v1.5.0

latest releases: v3.7.1, v3.7.0, v3.6.4...
4 years ago

Added

  • Built-in connection timeout management - 81eb729
    • LdapRecord now handles connecting to each configured host individually and will automatically fail over until no more hosts are available. This is fully backwards compatible -- no breaking changes have been introduced with this implementation.
  • Connection::attempted() to retrieve hosts that LdapRecord failed connecting to - 81eb729
  • HasMany::paginate() method to prevent pagination calls being forwarded to the underlying query which will return incorrect results.
  • HasMany::setPageSize() method to allow customization of the relation query pagination size

Fixed

  • Properly reject already loaded models via recursive relation calls (once and for all) - 3c5df7b
  • Clear host when Ldap connection has been disconnected - a22f850

Don't miss a new LdapRecord release

NewReleases is sending notifications on new releases.