Skip to content

v0.5.3 - plugin interface improvements

Compare
Choose a tag to compare
@kubukoz kubukoz released this 08 Nov 19:29
· 503 commits to main since this release
984552c

This release includes a change for plugin authors: it makes the plugin interface more flexible, in which you don't necessarily need to use SimpleProtocolBuilder to implement your client. Only a specific shape of client methods is necessary ((service, http4s client) => smithy4s alg), so it should be possible to implement even if you don't inherit from the built-in builder type.

The old plugin interface is now deprecated and shall be removed in 0.6.0.

What's Changed

Full Changelog: v0.5.2...v0.5.3