Skip to content

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/omnillm with github.com/plexusone/omnillm-core v0.15.0

Installation

go get github.com/plexusone/omni-aws/omnillm@v0.5.0