Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@thomastaylor312 thomastaylor312 released this 09 Aug 19:05
· 6 commits to main since this release
v0.12.0
2775180

What's Changed

  • feat(client/token_cache): allow configuration of default token expiration by @vdice in #122
  • ref(client): Debug, Eq, Hash, PartialEq for ImageLayer; convert annotations to BTreeMap by @vdice in #121
  • feat(errors): Allow to serialize errors with serde by @SuperTux88 in #123
  • Create new LayerDescriptor for pulling blobs by @SuperTux88 in #124
  • chore(deps): Update rstest requirement from 0.18.1 to 0.19.0 by @dependabot in #125
  • chore(deps): Bump actions/checkout from 4.1.2 to 4.1.4 by @dependabot in #128
  • chore(deps): Update testcontainers requirement from 0.15 to 0.16 by @dependabot in #127
  • chore(deps): Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in #130
  • chore(deps): Update itertools requirement from 0.12.1 to 0.13.0 by @dependabot in #131
  • chore(deps): Update rstest requirement from 0.19.0 to 0.21.0 by @dependabot in #136
  • chore(deps): update to latest version of testcontainers by @flavio in #135
  • fix(deny): Fixes license issues with deny check by @thomastaylor312 in #138
  • feat(client): allow to set read_timeout and connect_timeout by @SuperTux88 in #137
  • chore(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #139
  • ref(*): Updates the repo to reflect its new location by @thomastaylor312 in #141
  • feat(client): allow to set the User-Agent used by the client by @SuperTux88 in #143
  • chore(deps): Update testcontainers requirement from 0.17 to 0.19 by @dependabot in #144
  • chore(deps): Update testcontainers requirement from 0.19 to 0.20 by @dependabot in #146
  • Partial Requests and some other pull refactorings by @SuperTux88 in #145
  • Add namespace query parameter for registry mirroring/proxying by @SuperTux88 in #148
  • feat(client): Make store_auth_if_needed public by @SuperTux88 in #150
  • chore(deps): Update rstest requirement from 0.21.0 to 0.22.0 by @dependabot in #154
  • ref(*)!: Renames the crate to oci-client by @thomastaylor312 in #151
  • fix(client): Validate digests when header is set by @thomastaylor312 in #152
  • chore(*): Bumps crate version and some dependencies by @thomastaylor312 in #156

New Contributors

Full Changelog: v0.11.0...v0.12.0