Releases: microsoft/Recurring-Integrations-Scheduler
Version 3.4.0
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
Added logging of all retried requests including additional info for throttled requests due to priority-based throttling.
Version 3.3.0
- Added check if GetExecutionSummaryPageUrl request is successful - thx @caleblanchard
- Support for priority-based throttling. Throttled requests will be retried after a period of time specified by D365. See https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/priority-based-throttling
- Enabled auto-scroll form property for bigger forms. Closes #136
Version 3.2.2
Added seconds to precisely define start time of simple trigger.
Version 3.2.1
Fixed Export job form behaviour for cron trigger
Fixed timezone mismatch in schedule.xml for cron triggers
Version 3.2.0
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
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
Fixed #106 - Legal entity filter on job gets incorrectly added to the API enqueue call
Version 3.1.1
Version 3.1.0
Refactoring of HttpClientHelper and how errors are logged and handled.
Fixed problem with import job and legal entity selection introduced in 3.0.0