Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.96 KB

File metadata and controls

30 lines (22 loc) · 1.96 KB

CHANGELOG

v1.7.0

  • Accept :depth option for Recursive membership validator strategy instance #73
  • Deprecate depth argument to Recursive membership validator perform method
  • Bump net-ldap dependency to 0.10.0 at minimum #72

v1.6.0

  • Expose GitHub::Ldap::Group.group? for testing if entry is a group #67
  • Add Member Search strategies #64 #68 #69
  • Simplify Member Search and Membership Validation search strategy configuration, detection, and default behavior #70

v1.5.0

  • Automatically detect membership validator strategy by default #58 #62
  • Document local integration testing with Active Directory #61

v1.4.0

  • Document constructor options #57
  • [CI] Add Vagrant box for running tests against OpenLDAP locally #55
  • Run all tests, including those in subdirectories #54
  • Add ActiveDirectory membership validator #52
  • Merge dev-v2 branch into master #50
  • Pass through search options for GitHub::Ldap::Domain#user? #51
  • Fix membership validation tests #49
  • Add CI build for OpenLDAP integration #48
  • Membership Validators #45