Skip to content

Releases: ultravioletrs/cocos

v0.4.0

10 Dec 06:38
10037ad
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 Aug 16:58
01c502e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Cocos AI v0.3.0 Release Notes

26 Aug 07:00
bdbeb4e
Compare
Choose a tag to compare

Cocos AI v0.3.0 Release Notes

New Features

  • Fetch backend information (PRISM-312)
  • Enable WebAssembly (WASM) and FileSystem support for algorithms
  • Add filename to dataset (PRISM-337)
  • Select from port range for network connections
  • Add compression/decompression option for CLI/Agent (COCOS-151)
  • Add Docker support (COCOS-165) for algorithms
  • Add ramfs to Hardware Abstraction Layer (HAL) (COCOS-201)
  • Add support for algorithm arguments (COCOS-169)

Improvements

  • Handle larger manifests exceeding the default gRPC limit
  • Add optional filename field
  • Start port search at known port
  • Add failed state for algorithm execution (COCOS-181)
  • Return response on computation termination

Bug Fixes

  • Fix issue with same dataset provider for multiple datasets
  • Fix documentation

Other Changes

  • Bump default port range
  • Remove tmp directory
  • Enable testing of SEV features on any machine (COCOS-199)

Contributors

@WashingtonKK, @smithjilks, @rodneyosodo, @SammyOina, @danko-miladinovic

For a complete list of changes, please see the full changelog.

Cocos AI v0.2.0 Release Notes

31 Jul 12:03
e376cf3
Compare
Choose a tag to compare

Cocos AI v0.2.0 Release Notes

We're excited to announce the release of Cocos AI v0.2.0, which brings significant improvements in functionality, performance, and user experience.

Major Features and Improvements

  1. Enhanced Algorithm Execution

    • Switched to self-contained algorithms as executables (COCOS-101)
    • Enabled streaming RPCs for Algo and Data services (COCOS-122)
    • Refactored algorithm execution with improved logging and events (COCOS-152)
    • Added support for Python algorithms (COCOS-155)
    • Added Docker support on EOS/HAL
    • Provided abstractions for VM management (COCOS-157)
    • Added support for both python and compiled binary algorithms
  2. Improved Authentication and Security

    • Implemented user identification and auth using digital signatures (COCOS-103)
    • Refactored gRPC auth interceptors (COCOS-135)
    • Added support for multiple private/public key pair algorithms (COCOS-145)
  3. Enhanced Data Handling

    • Refactored computation data handling to use filepaths (COCOS-121)
    • Added progress bar for algorithm and data uploads (COCOS-132)
    • Introduced 'host-data' option for improved data management (COCOS-153)
  4. CLI Enhancements

    • Added SHA3-256 file hashing command
    • Introduced key creation command
    • Added option to download ASK and ARK

Other Improvements and Bug Fixes

  • Separated networking setup from agent startup script
  • Updated README with static binary instructions
  • Fixed capitalized VNC field and increment VNC on run
  • Added support for wasmtime package
  • Fixed user role on RPC call
  • Implemented Magistrala Shared Packages
  • Fixed Jaeger tracer
  • Allowed computations with no datasets to run
  • Improved warning logs on stderr
  • Fixed attested TLS and attestation CLI

New Contributors

We're thrilled to welcome @rodneyosodo as a new contributor to the project!

Closing

This release represents a significant step forward in the Cocos AI project's capabilities and reliability. We encourage all users to upgrade to this version to benefit from these improvements. As always, we appreciate your feedback and contributions to make Cocos AI even better.

For a complete list of changes, please refer to our full changelog.

v0.1.0

22 Apr 09:52
64f7e7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.0.1

12 Jan 13:46
d24ce2b
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/ultravioletrs/cocos/commits/v0.0.1