Releases: cheginit/tiny-retriever
Releases · cheginit/tiny-retriever
v0.1.3
v0.1.2
Release Notes
Changed
- More robust handling of starting and stopping threads by lazy generation
of a dedicated thread for the library and making_AsyncLoopThread
a singleton.
This can avoid issues that might arise from using TinyRetriever with other
libraries that also use threads such asshapely
.
v0.1.1
Release Notes
Added
- Add support for passing single URL/key to both
fetch
anddownload
functions. This
makes using the function easier when there's just one query to be made. The result
is returned as a single item too.
Changed
- Check the validity of the input
request_kwargs
infetch
function based on the
acceptable args foraiohttp.ClientSession.request
method.
v0.1.0
Release Notes
[0.1.0] - 2025-02-11
Initial release.