Fixed - GPO JSON file not matching JSON definition for BHCE - `domainsid` property gets set on all GPO objects now (requires domain objects to be queried)
0.3.0
Added - ADDS model for AD crossRef objects (referrals) - Models for Local objects (sessions and local group memberships) - Parsers for registry sessions, privileged sessions, sessions and local group memberships - ADDS processing logic to tie local group/session data to a computer object
0.2.1
Changed - Updated output JSON to v5 (BloodHound CE) specs
0.2.0
Added - New parser to support parsing LDAP Sentinel data from BRc4 logs
Changed - Modified logic for how group memberships are determined - Prior method was iterate through DNs in groups' `member` attribute and adding objects with matching DNs - Since BRc4 does not store DNs in the `member` attibute, added iteration over objects' `memberOf` attribute and add to groups with matching DN (i.e. membership is now calculated from both sides of relationship)
0.1.2
Changed - Updated ACL parsing function to current version BloodHound.py - Updated `typer` and `bloodhound-python` dependencies - Added the `memberof` attrbute to the common properties displayed for users, computers and groups
0.1.1
Fixed - Bug where domain trusts queried more than once would appear duplicated in the BH UI