0.21.1
takahirom/arbigent0.21.1Feb 12, 2025by takahirom
AI Summary
Fixes a verbose logging issue introduced in the previous release where HTTP logs included image blobs.
Key Highlights
- Disabled verbose HTTP logging containing image blobs
- Added test case to verify logging is disabled
New Features
- Reduced HTTP log verbosity
Full Release Notes
HTTP logging was enabled by default in the previous release. It was very verbose because it included image blobs. We've added a test case to check if this is disabled and have fixed the issue. ## What's Changed * Add tags to E2E by @takahirom in https://github.com/takahirom/arbigent/pull/133 * Make logging enabled false and add a test for it by @takahirom in https://github.com/takahirom/arbigent/pull/134 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.21.0...0.21.1