Release Notes: v0.5.0¶
Release Date: 2026-04-12
Highlights¶
- Migration to omnillm-core: Thin/thick provider architecture support
Changed¶
[omnillm] Dependency Update¶
The omnillm dependency changed from omnillm v0.14.0 to omnillm-core v0.15.0.
This aligns with the omnillm ecosystem's new thin/thick provider architecture where:
- Thin providers (omnillm-core): Native HTTP implementations using Go stdlib
- Thick providers (separate packages): Use official SDKs from providers
The Bedrock provider in omni-aws is a thick provider using the official AWS SDK.
Dependencies¶
- Replace
github.com/plexusone/omnillmwithgithub.com/plexusone/omnillm-corev0.15.0