- Updated all ids to be long. #42 via @MilSix
- Added new Import Status. #40 via @MikeSmithDev
- Updated Enums to have fallback of Unknown.
- Added Automation Workflow endpoints.
- Reduced parameter complexity in AddMemberToGroups and RemoveMemberFromGroups.
- Set ImportId to long in MembersAdd. #35 via @tjdavis1111
- Update return type for GetSearchesCount. #33 via @MilSix
- Fixes UpdateStatusOfGroupMembersBasedOnCurrentStatus method to put groupId in the request body. #32 via @MiaWang7777
- Fixes AddMemberToGroups by adding JSON Serializer. #34 via @pbhandari1s
- Fix for GroupName property naming inconsistency in GetMailing to return Mailing Recipient Groups. #25 via @sabmah
- Support for multi select fields. #28 via @SMarioMan
- Require TLS 1.1 or 1.2 per documentation from Emma.
- Undoing a regression in 1.0.4 for setting DataFormat.Json.
- Added new field AutomateFieldChanged to AddMembers Model. #22 via @ginowit
- Removing redundant request format and json serializer calls.
- Triggers marked as obsolete, via Emma API docs.
- Added change_status enum values as received from Emma support. #20 via @MikeSmithDev
- GetMemberGroups was failing due to DateTime conversion on the Group model, added EmmaDateConverter to necessary properties. #21 via @MikeSmithDev
- Update RestSharp Dependency to v 105.2.3 because of namespace change to
HttpBasicAuthenticator
#8 via @technomaz
- Webhook fix and updates to handle member signup event - #18 via @technomaz
- Fixed MemberIds longer than Int32
- Fixed:
NumMembersAdded
property onImport
- #16 via @MikeSmithDev
- Initial release