NEW: API Connection Manager - Expose RefreshTokenFilePath setting as Property for Expression
NEW: API Connection Manager - Introduce a new option [CacheToken] on [Advanced] tab to enable reusing token / reduce number of token renew calls / share same token with multiple processes using same API credentials
NEW: Export Excel Task - Show validation warning if Target Sheet Name is blank and user selected [Clear this Range] or [Preserve target formatting] options on the Target Tab
NEW: Export Excel Task - Task hangs when you supply really large range you have really large range to clear (E.g. A1:XFD) and ExcelPreserveFormat=True (Preserve target formatting)
NEW: OAuth Connection - Add an option to skip Authorization header if Custom Authorization Header name is selected
NEW: OAuth Connection - Space suffix has no effect in Custom Auth Scheme (its trimmed when request is sent)
NEW: OAuth Connection Manager - Allow to supply custom headers in token or data requests (New Properties ExtraHeaders) - e.g. x-accountid:AAA||x-apikey:BBB (See Advanced Tab)
NEW: OAuth Connection Manager - Introduce a new option [CacheToken] on [OAuth2 Grant Options] tab to enable reusing token / reduce number of token renew calls / share same token with multiple processes using same API credentials
NEW: OAuth Connection Manager - Label Change on oauth UI (Add "for token call" in Do not include credentials options)
NEW: SSIS JSON / XML / CSV Source - Archive File Option along with For Each Loop Container - Throws error file not found in 2nd iteration
Bug fixes
FIX: General - Sometimes when you click OK then parent window gets minimized (i.e. Visual Studio is minimized on close UI)
FIX: OAuth / HTTP Connection Manager - Fix some misleading label for RetryMultiplyWaitTime setting fround on Error Retry Mode UI on HTTP / OAuth connections