Skip to content

Release v1.0.5

Choose a tag to compare

@wu-changxing wu-changxing released this 01 Jul 00:20

Release v1.0.5

Highlights

A small but useful patch: co email now reliably shows message bodies, and co browser screenshots print a clean file path instead of a wall of base64.

What's Changed

🐛 Bug Fixes

  • co email: get_emails now reads the API's text/html body fields (falling back to legacy text_body/html_body), so co email inbox and co email read show the message body instead of an empty string.
  • co browser: take_screenshot prints the saved file path instead of dumping the base64 image to the terminal.

📚 Documentation

  • Documented relay connection-stability behavior in the network layer.

Installation

pip install --upgrade connectonion

Breaking Changes

None.

Full Changelog: v1.0.4...v1.0.5