Skip to content

Release Notes

### 2024-06-28 #### New Features - Feature 1: Description of the feature. - Feature 2: Description of the feature. #### Enhancements - Enhancement 1: Description of the enhancement. - Enhancement 2: Description of the enhancement. #### Bug Fixes - Bug Fix 1: Description of the bug fix. - Bug Fix 2: Description of the bug fix. #### Known Issues - Known Issue 1: Description of the known issue. - Known Issue 2: Description of the known issue. #### Dependencies - Dependency 1: Description of the dependency. - Dependency 2: Description of the dependency.

2024-09-02

Enhancements

  • Flow(Pattern)의 Step에 REST API 타입이 추가되었습니다. Config에서 domain과 headers를 정보를 설정하여 사용할 수 있습니다. path와 method는 Step 실행전 작동하는 preExecution 함수에 Interface ID와 1:1로 매칭되도록 작성하여 Interface별로 API를 호출할 수 있습니다.
  • Step 실행 전후 작동하는 preExecution과 postExecution 함수의 parameter 정보가 출력되도록 UI가 변경되었습니다.

2024-08-22

New Features

  • Scheduler 기능이 추가되었습니다. 반복 작업이 필요한 Interface를 선택 후, 원하는 실행 시간을 선택하거나 직접 Cron 표현식을 사용하여 스케줄을 만들 수 있습니다.

2024-08-09

New Features

  • 방화벽(Firewall) 기능이 추가되었습니다. 특정 IP를 차단시키거나 허용할 수 있게 설정이 가능합니다. IP뿐만 아니라 특정 Pattern과 Interface도 개별적인 설정이 가능합니다. 세부적인 설정을 통해 좀 더 유연한 접근권한 생성이 가능합니다.

2024-07-31

Enhancements

  • 기존에 Flow(Pattern) 레벨에서만 설정할 수 있었던 Alert(알람) 기능을 하위 레벨인 Interface 레벨에서도 설정할 수 있게 개선되었습니다. 이 개선으로 인해 UI도 조금 바뀌었습니다. 기존보다 더 디테일하게 Alert(알람)을 설정 할 수 있게 되었습니다.

Bug Fixes

  • Interface를 실행 테스트하는 기능에서 일부 백엔드 로직이 적용되지 않는 문제를 해결했습니다.