Skip to content

Release v1.4.203

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:02
· 750 commits to main since this release

Changes

PR #1512 by ConnorKirk: feat:Add support for Amazon Bedrock

  • Add Bedrock plugin for using Amazon Bedrock within fabric

PR #1513 by marcas756: feat: create mnemonic phrase pattern

  • Add new pattern for generating mnemonic phrases from diceware words with user guide and system implementation details

PR #1516 by ksylvan: Fix REST API pattern creation

  • Add Save method to PatternsEntity for persisting patterns to filesystem
  • Create pattern directory with proper permissions and write pattern content to system pattern file
  • Add comprehensive test for Save functionality with directory creation and file contents verification
  • Handle errors for directory and file operations