Releases: wso2/choreo-cli
Releases · wso2/choreo-cli
v1.2.25
What's Changed
- Fix command panic failure when using PAT based login by @kaje94 in wso2-enterprise/choreo-cli#600
Full Changelog: wso2-enterprise/choreo-cli@v1.2.24...v1.2.25
v1.2.24
What's Changed
- Fix choreo connect command to pick correct host name by @kaje94 in wso2-enterprise/choreo-cli#597
Full Changelog: wso2-enterprise/choreo-cli@v1.2.23...v1.2.24
v1.2.24-rebrand-rc2
Merge pull request #1 from CharukaK/patch-1 Update README.md
v1.2.24-rebrand-rc1
Merge pull request #1 from CharukaK/patch-1 Update README.md
v1.2.23
What's Changed
- Add PAT authentication via CHOREO_PAT environment variable by @kaviththiranga in wso2-enterprise/choreo-cli#590
- Fix logs command to show logs in non-production environments by @ThumulaPerera in wso2-enterprise/choreo-cli#595
Full Changelog: wso2-enterprise/choreo-cli@v1.2.22...v1.2.23
v1.2.23-pre-mcp
Full Changelog: wso2-enterprise/choreo-cli@v1.2.22...v1.2.23-pre-mcp
v1.2.22
What's Changed
- Add handler for getting authorized git orgs and repositories by @gabilang in wso2-enterprise/choreo-cli#533
- Use configuration groups to handle configuration management by @NomadXD in wso2-enterprise/choreo-cli#563
- Fix getOrganization function in org-client by @RovinKYK in wso2-enterprise/choreo-cli#562
- Implement custom domain management mcp tools by @RovinKYK in wso2-enterprise/choreo-cli#571
- Enable PAT authentication for MCP server in HTTP mode by @RovinKYK in wso2-enterprise/choreo-cli#572
- Refactor mcp server to use clients based on working mode by @RovinKYK in wso2-enterprise/choreo-cli#575
- Enable workflow-aware operations in MCP tools by @RovinKYK in wso2-enterprise/choreo-cli#579
- Enhance integration tests with detailed logging for CI environment variables and test flow. by @kaviththiranga in wso2-enterprise/choreo-cli#580
- Enhance Chrome context setup in integration tests for CI compatibility by @kaviththiranga in wso2-enterprise/choreo-cli#581
- Add new requested permissions by @ThumulaPerera in wso2-enterprise/choreo-cli#583
- Improvements to test suite & Introduce non-interactive mode by @kaviththiranga in wso2-enterprise/choreo-cli#585
- Add deployment describe command by @kaje94 in wso2-enterprise/choreo-cli#587
- Add support for BYOI component deployments @kaje94 in wso2-enterprise/choreo-cli#587
- Improve BYOI experience for CLI users by @kaje94 in wso2-enterprise/choreo-cli#587
- Fix bug in MCP get started guide by @kaje94 in wso2-enterprise/choreo-cli#589
- Prepare main branch for release v1.2.22 by @kaje94 in wso2-enterprise/choreo-cli#588
New Contributors
- @ThumulaPerera made their first contribution in wso2-enterprise/choreo-cli#583
Full Changelog: wso2-enterprise/choreo-cli@v1.2.21...v1.2.22
v1.2.21
What's Changed
- Improved the tool descriptions by @isala404 in wso2-enterprise/choreo-cli#561
- Add build and pr check pipeline configurations by @nilushancosta in wso2-enterprise/choreo-cli#565
- Add branch suffix to repository name in pipeline configurations by @nilushancosta in wso2-enterprise/choreo-cli#566
- Fix Dockerfile path in pipeline configs by @nilushancosta in wso2-enterprise/choreo-cli#568
- Allowed marketplace tool to retrieval openapi spec to help with development by @isala404 in wso2-enterprise/choreo-cli#567
- Fix getOrganization function in org-client by @RovinKYK in wso2-enterprise/choreo-cli#569
- Update cluster name for deployment by @nilushancosta in wso2-enterprise/choreo-cli#570
- Refactor component retrieval to use component client instead of auth package by @kaviththiranga in wso2-enterprise/choreo-cli#573
- Add support for listing BYOI components by @kaje94 in wso2-enterprise/choreo-cli#574
- Add improvements to the third-party resource querying by @isala404 in wso2-enterprise/choreo-cli#577
- Refactor mcp server to use clients based on working mode - main by @RovinKYK in wso2-enterprise/choreo-cli#576
New Contributors
- @nilushancosta made their first contribution in wso2-enterprise/choreo-cli#565
Full Changelog: wso2-enterprise/choreo-cli@v1.2.20...v1.2.21
v1.2.20
What's Changed
- Sync with main by @kaviththiranga in wso2-enterprise/choreo-cli#517
- Add Region Change MCP Tool by @kaviththiranga in wso2-enterprise/choreo-cli#516
- Add component.yaml creation support for MCP server by @mevan-karu in wso2-enterprise/choreo-cli#519
- Add platform service client impl by @mevan-karu in wso2-enterprise/choreo-cli#520
- Implement choreo managed database connection creation MCP tool by @NomadXD in wso2-enterprise/choreo-cli#526
- Add choreo db provisioning tool impl by @mevan-karu in wso2-enterprise/choreo-cli#525
- Add UserStoreMgtAPI client and minor improvements for existing MCP tools. by @isala404 in wso2-enterprise/choreo-cli#527
- Implement choreo managed marketplace MCP tool by @Praveen-98cs in wso2-enterprise/choreo-cli#529
- Database connection creation MCP tool improvement with connection guide by @NomadXD in wso2-enterprise/choreo-cli#530
- Refactor webapp component creation tool code structure and improve the creation flow experience by @mevan-karu in wso2-enterprise/choreo-cli#531
- Implement choreo service connection MCP tool by @Praveen-98cs in wso2-enterprise/choreo-cli#532
- Improve tool descriptions and implementations by @mevan-karu in wso2-enterprise/choreo-cli#534
- Update create database connection MCP tool description by @NomadXD in wso2-enterprise/choreo-cli#536
- Add support for webapp types create_connection by @isala404 in wso2-enterprise/choreo-cli#535
- Add service URL retrieval for webapp connection by @Praveen-98cs in wso2-enterprise/choreo-cli#538
- Improve tool descriptions by @mevan-karu in wso2-enterprise/choreo-cli#539
- Added ctx parameter to missing function calls by @RovinKYK in wso2-enterprise/choreo-cli#542
- Add HTTP support for MCP server & enable token based auth by @kaviththiranga in wso2-enterprise/choreo-cli#541
- Added a Dockerfile to run the mcp server in http mode and resolved vulnerabilities in trivy report by @RovinKYK in wso2-enterprise/choreo-cli#544
- Improve existing tool descriptions to fix some possible flow deviations by @mevan-karu in wso2-enterprise/choreo-cli#545
- Fixed test user mcp call by @isala404 in wso2-enterprise/choreo-cli#546
- Update the create database connection tool to use MCP guide by @NomadXD in wso2-enterprise/choreo-cli#547
- Add improvements for service connection tool by @Praveen-98cs in wso2-enterprise/choreo-cli#548
- Enhance error handling in SetSelectedOrg function. by @kaviththiranga in wso2-enterprise/choreo-cli#549
- Choreo mcp server V2 Changes Sync by @kaviththiranga in wso2-enterprise/choreo-cli#550
- Fix token retrieval logic by @kaviththiranga in wso2-enterprise/choreo-cli#552
- Merge login tool to mcp server and usage based on server mode. Refactor mode identification to use http flag in context. by @RovinKYK in wso2-enterprise/choreo-cli#551
- Optimize the MCP tool set for Efficient Agentic Behavior by @isala404 in wso2-enterprise/choreo-cli#543
- Fix token retrieval logic by @kaviththiranga in wso2-enterprise/choreo-cli#553
- Add Thirdparty connection to Service Connection tool by @Praveen-98cs in wso2-enterprise/choreo-cli#554
- Fix component.yaml path not detecting issue for separate service repos by @RovinKYK in wso2-enterprise/choreo-cli#556
- Enhance authentication and repository validation in MCP tools. by @kaviththiranga in wso2-enterprise/choreo-cli#555
- Refactor path handling in HasChoreoComponentOrEndpointsYaml function by @kaviththiranga in wso2-enterprise/choreo-cli#557
- Merge Choreo MCP Server V2 changes for release by @kaviththiranga in wso2-enterprise/choreo-cli#558
- Fix env variable constant value issue in the MCP create configuration tool by @NomadXD in wso2-enterprise/choreo-cli#559
- Forced managed auth by default by @isala404 in wso2-enterprise/choreo-cli#560
New Contributors
- @NomadXD made their first contribution in wso2-enterprise/choreo-cli#526
- @isala404 made their first contribution in wso2-enterprise/choreo-cli#527
- @Praveen-98cs made their first contribution in wso2-enterprise/choreo-cli#529
- @RovinKYK made their first contribution in wso2-enterprise/choreo-cli#542
Full Changelog: wso2-enterprise/choreo-cli@v1.2.19...v1.2.20
v1.2.19
What's Changed
- Add support for EU region
Full Changelog: wso2-enterprise/choreo-cli@v1.2.92505041530...v1.2.19