Skip to content

0.80.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 08:01
· 268 commits to main since this release
0.80.0

Notes

The PartialObjectMeta struct has been changed to allow static dispatch through a new generic parameter. It comes with a new PartialObjectMetaExt trait to help construct it.

Early release for the above change to the new metadata api, plus a trigger for our currently broken docs.rs.

What's Changed

Changed

  • Genericize PartialObjectMeta over the underlying Resource by @clux in #1152

Fixed

  • Bypass nightly ICE in docs build by @clux in #1155

Full Changelog: 0.79.0...0.80.0