Merged
Conversation
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
3.18.0 (2026-04-22)
Features
fcli fod * list: Add--fetchoption on mostlistcommands to fetch subset of records from FoD (2bba9c5)fcli fod session list: Add--validateoption to check validity of FoD OAuth token (525e13f)fcli sc-dast * list: Add--fetchoption on mostlistcommands to fetch subset of records from ScanCentral DAST (2bba9c5)fcli sc-sast * list: Add--fetchoption on somelistcommands that utilize SSC REST endpoints to fetch subset of records from SSC (2bba9c5)fcli ssc * list: Add--fetchoption on mostlistcommands to fetch subset of records from SSC (2bba9c5)fcli ssc session list: Add--validateoption to check and update session data based on current SSC token state (token deleted, expiry date changed, ...) (525e13f)fcli ssc tag: Add--[no-]extensibleoption tocreateandupdatecommands (d92c7bd)fcli util all-commands list: Enrich output with module category (PRODUCT/CONFIG/UTIL) and session requirement metadata (f64243e)fcli util mcp-server start:--moduleoption is now optional (at least one of--moduleor--importmust be specified) (f64243e)fcli util mcp-server start: Add--importoption for importing action YAML files, exposing exported action functions as MCP tools or resource templates (f64243e)fcli util mcp-server start: Support MCP resource templates via functionmeta.mcp.resourcemetadata (f64243e)fcli util rpc-server start: New JSON-RPC server command for programmatic fcli access (hidden, for internal use only for now) (f64243e)--styleoption: Add[no-]envelopestyle for various output formats like JSON and YAML to allow for outputting paging and potentially other metadata (2bba9c5)#fcli.listCommands(),#fcli.listCommands(query),#fcli.getCommandSpec(command), and#fcli.getCommandArgs(command)SpEL functions for querying available fcli commands from within action YAML (f64243e)fn.yieldstep for emitting records from streaming functions, with automatic consumer termination detection (f64243e)functionssupport — define reusable functions in action YAML with typed arguments, return values, and streaming (lazyfn.yield) capabilities; invoke via#fn.call('name', args...)SpEL function (f64243e)sleepstep for pausing execution for a SpEL-evaluated duration in milliseconds (f64243e)with.productstep for establishing product context (SSC/FoD) within action steps, making product-specific SpEL functions and REST targets available without running product-specific action commands (f64243e)<key>.metadatavariable onrun.fcliinstructions to allow actions to access paging and potentially other metadata produced by the fcli command (2bba9c5)Bug Fixes
fcli aviator ssc audit: Improve filter set handling (#981) (c23d9e1)fcli fod dast-scan get-config: FixNullPointerExceptionwhen DAST Automated scan has not been configured (7e84eee)fcli fod dast-scan setup-*: Improve error messaging with information on locked settings. (7e84eee)fcli util mcp-server start: Fix optionrequiredreporting for options inside optional argument groups (f64243e)This PR was generated with Release Please. See documentation.