Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 3.45 KB

changelog.md

File metadata and controls

30 lines (24 loc) · 3.45 KB

Unreleased

Added

  • Added configurable models via the Schema (caf1750)
  • Added isValidGuid() method on Utilities (562776a)
  • Added MemberOf Recursive filter to Schema (5846270)
  • Added notFilter() method to query Builder (#418)-(8f4d969)
  • Added homeDrive and homeDirectory methods to Schema (8966491,b1fe3f9)
  • Added isValid() method to BatchModification (67db6d9)
  • Added KEY_ATTRIB, KEY_MODTYPE & KEY_VALUES constants to BatchModification (1f29859)
  • Added lockoutTime(), filterEnabled() and filterDisabled() methods to OpenLDAP Schema (96e0e1f)
  • Added Guid and Sid attribute classes for converting GUIDs and SIDs to string & binary (03f7074)

Changed

  • GUIDs are converted to hex before searching if the Schema requires it (de40105)
  • GUIDs / SIDs are converted to strings only if the Schema requires it (d89f105)
  • An array can now be used in the find() method to search for multiple records (06a25ee)
  • Rebinds as the administrator are now properly re-bound (ac5e73b)
  • Account prefix and suffix are now only applied if the given prefix and suffix are null (#406)-(7db8896)
  • GUIDs and SIDs are now converted to their string equivalents upon serialization (f43d4dc)
  • Exception is always thrown when a batch modification is invalid (b45bfef)
  • Utilities::littleEndian() static method has been removed (57360b1)
  • GUIDs are now used as the authentication identifier for Laravel (9033159)
  • Removed __destruct() from the ProviderInterface (a951f29)

Fixed