15
0
forked from pool/python-hishel

- update to 0.0.30:

* Fix cache update on revalidation response with content
    (rfc9111 section 4.3.3)
  * Fix request extensions that were not passed into revalidation
    request for transport-based implementation (but were
  * passed for the pool-based impl) (#247).
  * Add `cache_private` property to the controller to support
    acting as shared cache.
  * Improve efficiency of scanning cached responses in
    `FileStorage` by reducing number of syscalls.
  * Add `remove` support for storages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=7
This commit is contained in:
2024-09-08 13:00:31 +00:00
committed by Git OBS Bridge
parent eb28415bc5
commit 129b5873d4
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Sep 8 12:59:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.0.30:
* Fix cache update on revalidation response with content
(rfc9111 section 4.3.3)
* Fix request extensions that were not passed into revalidation
request for transport-based implementation (but were
* passed for the pool-based impl) (#247).
* Add `cache_private` property to the controller to support
acting as shared cache.
* Improve efficiency of scanning cached responses in
`FileStorage` by reducing number of syscalls.
* Add `remove` support for storages
-------------------------------------------------------------------
Tue Aug 20 12:52:55 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>