Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EDI Tool changes #8938

Merged
merged 8 commits into from
Apr 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@ $= future<int> result = start name();

#### CLI

#### EDI tool

- Introduced support for field length constraints (min/max), enhancing validation capabilities for EDI data fields.
- Added support for EDIFACT to Ballerina schema conversion, facilitating smoother integrations and automations.
RDPerera marked this conversation as resolved.
Show resolved Hide resolved
RDPerera marked this conversation as resolved.
Show resolved Hide resolved

#### OpenAPI tool

- Integrated OpenAPI client generation to the `bal build` command.
Expand Down