Skip to content

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 01 Aug 09:24
· 149 commits to main since this release
4c30067

v0.4.6 - 2024-08-01

Features

Better arg split logic for MCLI_LOADER (#799)

Migration notes

...

  • The change comes with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change

Miscellaneous Tasks

Prepare 0.4.6 (#795)
  • Bump version to 0.4.6-0
  • Add sanity tests for published SDKs
  • Bump deno to 1.45.2
  • Bump rust to 1.79.0
  • Fix myriad of bugs

Migration notes

...

  • The change comes with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change

Summary by CodeRabbit

  • New Features

  • Introduced new logging capabilities in the ConnectedEngine with
    adjustable logging levels.

  • Implemented cleanup procedures in tests to enhance resource
    management.

  • Bug Fixes

  • Fixed import paths for permissions to ensure correct functionality in
    tests and applications.

  • Version Updates

  • Incremented version numbers across multiple projects and packages to
    reflect ongoing development and improvements.

  • Documentation

  • Added comments to clarify code behavior and potential future
    considerations in various modules.

  • Refactor

  • Optimized string handling in several functions and adjusted method
    signatures for improved clarity and efficiency.

Refactor

(docs) Better documentation on `quick-start` page (#793)

Improve the documentation on quick-start page

  • add dev hunt result to homepage.

Migration notes

...

  • The change comes with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change