Skip to content

Releases: microsoft/Recurring-Integrations-Scheduler

Version 3.4.0

11 Aug 11:47
Compare
Choose a tag to compare

Fixing #143
Added server component based on quartznet server
It is important to completely uninstall any previous version of RIS. You need to delete Schedule.xml file as well if you are upgrading from <3.0

Version 3.3.1

09 Jul 10:57
Compare
Choose a tag to compare

Added logging of all retried requests including additional info for throttled requests due to priority-based throttling.

Version 3.3.0

16 May 22:46
Compare
Choose a tag to compare

Version 3.2.2

03 Jun 17:12
Compare
Choose a tag to compare

Added seconds to precisely define start time of simple trigger.

Version 3.2.1

03 Jun 16:20
Compare
Choose a tag to compare

Fixed Export job form behaviour for cron trigger
Fixed timezone mismatch in schedule.xml for cron triggers

Version 3.2.0

18 May 12:32
Compare
Choose a tag to compare

Added ability to switch authentication method with ADAL due to incompatibility of MSAL with on-premise environments working with ADFS 2016. Setting is present on D365 instance configuration form.
Thank you @ashwinjugurnauth for reporting and testing fixes for #109 Authority validation failed

Changes to UI logic on job forms. Internal, not visible for the user.

Imported entries (entries that are present in job definition, but not existing is RIS parameters) of app registrations, and instances will now have names with timestamp.

Dropdown items of combo boxes have width set automatically now.

Version 3.1.3

05 May 10:26
Compare
Choose a tag to compare

Fixed #109
AuthEndpoint was fixed instead of taking parameter from job settings.
Introduction of UrlCombine to properly and safely combine urls. https://github.com/jean-lourenco/UrlCombine

Version 3.1.2

25 Mar 17:10
Compare
Choose a tag to compare

Fixed #106 - Legal entity filter on job gets incorrectly added to the API enqueue call

Version 3.1.1

13 Mar 12:51
Compare
Choose a tag to compare

Fixed #101
Fixed #102
Fixed #103

Version 3.1.0

25 Feb 23:04
Compare
Choose a tag to compare

Refactoring of HttpClientHelper and how errors are logged and handled.
Fixed problem with import job and legal entity selection introduced in 3.0.0