Skip to content

v1.1.0

Compare
Choose a tag to compare
@cr-chinmaya cr-chinmaya released this 05 Aug 19:01
· 73 commits to main since this release
04f3cb9

New Features & Improvements

Primary Processor

  • Introduced backward compatibility to support previous versions of ApprovalRequestExpression (ARX)

Notifications

  • Introduced Continuation Token to page through large volume of data with Azure Tables while sending reminders notifications
  • Added backward compatibility and fail-safe mechanism to send email notifications

Core Services API

  • Streamlined the usage of delegation headers in API calls

Dev Tools

  • Introduced backward compatibility to support previous versions of ApprovalRequestExpression (ARX)

Bug Fixes

Primary Processor

  • Updated to UTF8 Encoding to support multiple languages while inserting data into Blobs

Notifications

  • Allow Notification processor to get content from multiple folders by using prefix

Core Services API

  • Displayed User friendly messages for scenarios wherein user re-visits an already approved requests via Microsoft Teams Notifications
  • Minor bug fixes for system to intelligently show user messages in fail cases
  • Updated controllers routing to support more than 1 GET method
  • Updated scenarios for better handling User On-behalf Token while fetching details or submitting actions to LoB apps
  • Other performance improvements

Configuration Changes

  • Added a key ‘ApprovalRequestVersion’ in App Configuration as per Samples to better handle backward compatibility of previous versions of ApprovalRequestExpression (ARX)
  • ApprovalTenantInfo now supports 'ExternalDelegation' with a default value of false. New property added as per Samples