Changes (2023-05-02)
Bug Fixes
- Compression Node: Fix issue with decompression failing with uppercase extensions (#6098) (7136500)
- core: Account for nodes with renamable content (#6109) (b561d46)
- core: Fix
hasOwnProperty
on augmented objects (#6124) (2f015c0) - core: Fix canceled execution status (#6142) (1796101)
- core: Skip auth for controllers/routes that don't use the
Authorized
decorator, or useAuthorized('none')
(#6106) (9d44991) - Correctly allow sharees to test credential when opening the modal (#6111) (240bb47)
- Date & Time Node: Numbers conversions fix (e11e7cd)
- editor: Change execution list tab loader design (#6120) (ffc033f)
- editor: Fix
Show details
summary (#6113) (e12bafb) - editor: Fix copy selection behavior (#6112) (0efd94a)
- editor: Fix cropped off completions docstrings (#6129) (06594cc)
- editor: Fix missing
Stop Listening
button (#6125) (dcbd2d2) - editor: Fix quote handling on dollar-sign variable completions (#6128) (c23ad35)
- editor: Fix sidebar button styling (#6138) (d3f4bc1)
- editor: Fix unique names for node duplication (#6134) (48a4068)
- editor: Fix unscrollable node settings (#6133) (f762f16)
- editor: Loading state for executions tab (#6100) (2e12c50)
- editor: Remove pagination from binary data output (#6093) (7b7d9de)
- editor: Show error in RLC if credentials are not set (#6108) (5bf3400)
- HTTP Request Node: Add description for 'Specify Body' option (#6114) (69b6ba8)
- HTTP Request Node: Always lowercase headers (31c56a1)
- Mattermost Node: Fix base url trailing slash error (#6097) (788fda1)
- Merge Node: Do not error if expected key is missing (8b59564)
- Prevent displaying an endless timer in the execution list for finished executions (#6137) (2672896)
- Slack Node: Restore ability to send text in addition of blocks or attachments (625d672)