forked from pool/python-hishel
* Added a Logging section to the documentation.
* Don't raise an exception if the `Date` header is not present.
* Ignore file not found error when cleaning up a file storage.
* Fix `AssertionError` on `client.close()` when use
SQLiteStorage.
* Fix ignored flags when use `force_cache`.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=9
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 29 21:41:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.0.33:
|
|
* Added a Logging section to the documentation.
|
|
* Don't raise an exception if the `Date` header is not present.
|
|
* Ignore file not found error when cleaning up a file storage.
|
|
* Fix `AssertionError` on `client.close()` when use
|
|
SQLiteStorage.
|
|
* Fix ignored flags when use `force_cache`.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 9 05:34:39 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove not needed python 2 Build dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 08:46:08 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Initial version (0.0.29)
|