8000 Releases · oras-project/oras-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: oras-project/oras-py

Oras Python v0.2.31

01 May 21:24
9e29e24
Compare
Choose a tag to compare

What's Changed

  • fix: initialize headers variable in do_request by @Sojamann in #192

Full Changelog: 0.2.30...0.2.31

Oras Python v0.2.30

01 May 13:11
0aea4ea
Compare
Choose a tag to compare

What's Changed

  • token.py ensure headers is defined by @vsoch in #193
  • Make targz without mimetype by @joseacl in #195
  • [tributors] contributors/update-2025-05-01 by @github-actions in #196

New Contributors

Full Changelog: 0.2.29...0.2.30

Oras Python v0.2.29

25 Apr 00:34
e9576f7
Compare
Choose a tag to compare

What's Changed

  • Avoid Setting Unspecified Header Fields When Pushing Manifests by @Sojamann in #190
  • [tributors] contributors/update-2025-04-25 by @github-actions in #191

New Contributors

Full Changelog: 0.2.28...0.2.29

Oras Python v0.2.28

31 Mar 15:34
9779068
Compare
Choose a tag to compare

What's Changed

  • Propagate the tls_verify parameter to the auth backends by @Meallia in #186

Full Changelog: 0.2.27...0.2.28

Oras Python v0.2.27

22 Mar 05:07
938390a
Compare
Choose a tag to compare

What's Changed

  • check for blob existence in registry before uploading by @MichaelKopfMkf in #171
  • fix: join next link instead of append for pagination in get_tags by @natefaerber in #174
  • fix: do not set empty token so anon works for public ecr by @natefaerber in #176
  • [tributors] contributors/update-2024-12-03 by @github-actions in #172
  • [tributors] contributors/update-2024-12-06 by @github-actions in #178
  • Don't add an Authorization header is there is no token by @Meallia in #183
  • [tributors] contributors/update-2025-03-22 by @github-actions in #184

New Contributors

Full Changelog: 0.2.25...0.2.27

Oras Python v0.2.25

13 Nov 22:58
71599b9
Compare
Choose a tag to compare

What's Changed

  • Replace logger.exit(...) from the internals by @xarses in #155
  • Add a dedicated Exemption for auth handlers by @xarses in #158
  • Fix typo in simple/login.py example by @ccronca in #149
  • [tributors] contributors/update-2024-09-23 by @github-actions in #159
  • core: improve anon/auth token logic by @tarilabs in #148
  • release: 0.2.21 by @vsoch in #160
  • Allow for filepaths to include by @rhatdan in #161
  • [tributors] contributors/update-2024-10-09 by @github-actions in #163
  • core: add missing prefix property to auth backend by @tarilabs in #165
  • core: align config_path type annotation by @tarilabs in #166
  • Retry on 500 by @isinyaaa in #168

New Contributors

Full Changelog: 0.2.2...0.2.25

Oras Python Release v0.2.2

06 Sep 22:52
5d7b80d
Compare
Choose a tag to compare

What's Changed

  • Token Auth Backend: Token request function didn`t set Authorization Header by @mariusbertram in #153

Full Changelog: 0.2.1...0.2.2

Oras Python Release v0.2.1

04 Sep 19:31
5763015
Compare
Choose a tag to compare

What's Changed

  • wip: separate auth into backends by @vsoch in #134
  • docs: use valid media_type format in examples by @tarilabs in #139
  • [tributors] contributors/update-2024-06-06 by @github-actions in #140
  • chore: fix typing for manifest_config param of push fn by @tarilabs in #141
  • core: make push response the one pertaining to Manifest (not config by @tarilabs in #146
  • fix(core): provider do_request to maintain verify in all request, basic headers by @tarilabs in #145
  • Enable chunked uploads by @isinyaaa in #150
  • [tributors] contributors/update-2024-09-04 by @github-actions in #151

New Contributors

Full Changelog: 0.1.30...0.2.1

Oras Python Release v0.1.30

22 May 12:55
b4fd5f4
Compare
Choose a tag to compare

What's Changed

  • feat: simplify how subjects are created from existing manifest by @tumido in #131
  • [tributors] contributors/update-2024-05-22 by @github-actions in #135

New Contributors

Full Changelog: 0.1.29...0.1.30

Oras Python Release v0.1.29

05 Apr 17:26
cb575ab
Compare
Choose a tag to compare 5768

What's Changed

  • Update headers in do_request method, provider.py by @my5cents in #129
  • [tributors] contributors/update-2024-04-05 by @github-actions in #130

New Contributors

Full Changelog: 0.1.28...0.1.29

0