Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.87 KB

ReleaseNotes.md

File metadata and controls

45 lines (35 loc) · 2.87 KB

EmmaSharp Release Notes

HEAD (Unreleased)

New in 1.3.0 (Released 2019/06/04)

  • Updated all ids to be long. #42 via @MilSix
  • Added new Import Status. #40 via @MikeSmithDev
  • Updated Enums to have fallback of Unknown.

New in 1.2.0 (Released 2018/06/05)

  • 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

New in 1.1.0 (Released 2017/08/23)

  • 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.

New in 1.0.5 (Released 2017/06/19)

  • Undoing a regression in 1.0.4 for setting DataFormat.Json.

New in 1.0.4 (Released 2017/05/17)

  • 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.

New in 1.0.3 (Released 2016/10/26)

  • 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

New in 1.0.2 (Released 2016/10/10)

  • Update RestSharp Dependency to v 105.2.3 because of namespace change to HttpBasicAuthenticator #8 via @technomaz

New in 1.0.1 (Released 2016/06/27)

  • Webhook fix and updates to handle member signup event - #18 via @technomaz
  • Fixed MemberIds longer than Int32
  • Fixed: NumMembersAdded property on Import - #16 via @MikeSmithDev

New in 1.0.0 (Released 2016/02/25)

  • Initial release