v2.0.0-rc.1
Pre-release
Pre-release
Major Changes
- Updates implementation to conform artifact-spec v1.0.0-rc.1.
- Supports the Referrer API, and is compatible with the legacy draft.1 API.
- Supports the Discovery API.
- BREAKING CHANGE registry.Repositories() and registry.Tags() support
last
parameter. - New PackArtifact() method for easier packing artifacts.
- New Tag() method to re-tag a manifest.
What's Changed
- Update godoc link to main branch by @Wwwsylvia in #198
- migrate REVIEWING.md from ORAS-go to community by @FeynmanZhou in #194
- Update Referrers API to match RC.1 by @m5i-work in #191
- Clean up unused files by @shizhMSFT in #212
- Filter referrers by artifact type by @m5i-work in #211
- examples for the auth module by @wangxiaoxuan273 in #182
- Add auth examples in README by @Wwwsylvia in #216
- Support last parameter for listing catalog and tags by @patrickzheng200 in #217
- Update artifact spec to v1.0.0-rc.1 by @Wwwsylvia in #222
- added a refresh token example by @wangxiaoxuan273 in #219
- Implement client feature for Discovery API by @m5i-work in #214
- Check ORAS-Api-Version for referrers API by @m5i-work in #227
- Add PackArtifact by @Wwwsylvia in #223
- Skip version checking for pre-RC1 endpoint by @m5i-work in #229
- Added Tag function to oras/registry.go by @patrickzheng200 in #226
- Use annotation constant from artifact-spec by @m5i-work in #231
- added one example for downloading artifact reference manifest by @wangxiaoxuan273 in #173
New Contributors
- @FeynmanZhou made their first contribution in #194
- @m5i-work made their first contribution in #191
Full Changelog: v2.0.0-alpha...v2.0.0-rc.1