n8n n8n@1.3.1 Release
요약
2023-08-18에 발표된 내용을 요약하면 다음과 같습니다. - core: Set에서 표현식 오류에 대한 continueOnFail을 수정하였습니다. - editor: 표현식에서 동적으로 로드되는 옵션의 문제를 식별하지 않도록 수정하였습니다. - editor: 자원 매퍼에서 모든 필드를 제거할 때 값이 제거되지 않는 문제를 수정하였습니다. - editor: Code 노드 린터가 null 구문 분석 시 에러가 나는 것을 막았습니다. - GraphQL Node: 오류 처리를 개선했습니다. - Salesforce Node: Account의 소유자 업데이트 동작을 수정했습니다. - Webhook Node: 배열이 아닌 필드에 대한 form-data 파싱을 하위 호환성을 유지하며 수정했습니다.
원문 내용
Changes (2023-08-18)
Bug Fixes
- core: Fix
continueOnFail
for expression error in Set (#6939) (e685780) - editor: Do not flag dynamic load options issue on expression (#6932) (81367cf)
- editor: Fix Remove all fields not removing values in resource mapper (#6940) (c80163f)
- editor: Prevent Code node linter from erroring on
null
parse (#6934) (239e967) - GraphQL Node: Improve error handling (#6955) (e8937aa)
- Salesforce Node: Fix Account update owner operation (#6958) (ffd3ef5)
- Webhook Node: Backward compatible form-data parsing for non-array fields (#6967) (db1958c)
링크 : https://github.com/n8n-io/n8n/releases/tag/n8n%401.3.1