0.33.0

takahirom/arbigent0.33.0Mar 4, 2025by takahirom

AI Summary

This release resolves network connectivity issues by replacing the CIO client with OkHttp in the OpenAI AI implementation to fix 'Network is unreachable' errors.

Key Highlights

  • Replaced CIO with OkHttp client

New Features

  • Replaced CIO with OkHttp for improved HTTP handling

Full Release Notes

To resolve the "java.net.SocketException: Network is unreachable" error, replacing CIO with OkHttp.

## What's Changed
* Replace CIO with OkHttp client for improved HTTP handling in OpenAIAi by @takahirom in https://github.com/takahirom/arbigent/pull/196


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.32.0...0.33.0