Skip to content

Releases: aiverify-foundation/moonshot

v0.4.8

23 Sep 05:40
4dd2292
Compare
Choose a tag to compare

What's Changed

Minor Housekeeping Matters.

Full Changelog: 0.4.7...0.4.8

v0.4.7

18 Sep 15:31
228a0ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

v0.4.6

30 Aug 05:05
9c42fce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

v0.4.5

20 Aug 01:42
06e7eb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.4.5

v0.4.4

05 Aug 06:47
f73b647
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.4

v0.4.2

24 Jul 02:01
3b36ead
Compare
Choose a tag to compare

What's Changed

New Features and Enhancements

  • Red team Bookmark feature
    • Added a new Bookmark feature to enhance the Red Team's ability to mark and rerun saved prompts.
  • CLI Filtering function
    • Added a new filtering function to the CLI, allowing users to filter and display specific information more efficiently.
  • Standardize use of id and name
    • Unified the use of id and name across the tool for consistency and clarity.
  • Detect hardcoded secrets
    • Implemented a feature to detect and alert on hardcoded secrets within the codebase, enhancing security.
  • Add PR Template
    • Introduced a Pull Request template to streamline the PR process and ensure all necessary information is provided.
  • Add Software Composition Analysis Scan
    • Integrated Software Composition Analysis (SCA) scans to identify vulnerabilities in third-party dependencies.
  • Add Smoke Test Workflow
    • Established a new Smoke Test Workflow to automatically verify the core functionalities of the tool after every deployment.
  • Updated context strategy and number of prompts in CLI
    • Improved the context strategy and adjusted the number of prompts in the Command Line Interface (CLI) for better user experience and efficiency.
  • Modify print statements to logging
    • Replaced all print statements with logging to improve the monitoring and debugging processes.

Bug Fixes

  • Fixed a bug which disallows a runner name to contain hyphen
    • Resolved an issue where runner names containing hyphens were not allowed, improving naming flexibility.
  • Update Storage Return Path
    • Fixed the storage return path to ensure accurate and reliable data retrieval.

Full Changelog: 0.4.1...0.4.2

v0.4.1

01 Jul 10:57
223fc19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

Moonshot Beta Release

31 May 03:14
958e7b9
Compare
Choose a tag to compare
Merge pull request #237 from aiverify-foundation/deploy-data

update pypi metadata

v0.3.4

07 Apr 14:14
78d9e5f
Compare
Choose a tag to compare

What's Changed

  • Moonshot is separated into components from an application. Moonshot now consists of the library, web API and CLI provide modularity for users. E.g. users can integrate their frontend application with Moonshot backend.
  • Addition of web interface (in a separate repo) so users can use that instead of running everything in CLI. ✨
  • Addition of datasets, prompt templates, metrics, recipes and cookbooks. ✨
  • Addition of a Moonshot PyPI package. Users can decide which component of the package users want to install. ✨
  • Addition of a documentation server to browse documentation on a web browser. ✨

Initial version

14 Dec 09:28
Compare
Choose a tag to compare

Initial version of Moonshot