Skip to content

Releases: delegateas/XrmMockup

v1.13.1

18 Sep 12:05
352853e
Compare
Choose a tag to compare

What's Changed

  • FIX: Avoid NullReferenceException in incident update handler by @mkholt in #241

Full Changelog: v1.13.0...v1.13.1

v1.13.0

18 Sep 07:39
Compare
Choose a tag to compare

What's Changed

  • Support net8 and remove support for versions before v9 by @mkholt in #239
  • Set InitiatingUserId and UserId in workflow context by @Mai98 in #240

Full Changelog: v1.12.5...v1.13.0

v1.12.5

18 Sep 07:28
Compare
Choose a tag to compare

Last version including versions prior to 365.

  • Fix: CloseIncidentRequestHandler now uses UpdateRequest instead of SetStateRequest (@Mai98)
  • Fix: Throw FaultException when trying to update a resolved Incident (@Mai98)
  • Add support for Retrieve plugins (@Mai98)
  • Support Distinct in RetrieveMultipleRequestHandler when using Query Expressions (@Mai98)
  • Support for SendEmailRequest and PartyList (@Mai98)
  • Add file block upload handlers, without file-storage (@magesoe @nedergaardcloud)