Skip to content

Releases: cheginit/tiny-retriever

v0.1.3

20 Feb 14:12
Compare
Choose a tag to compare

Release Notes

Changed

  • Change the timeout from session to request level. This allows for more granular control over
    the timeout for each request.

v0.1.2

18 Feb 21:39
Compare
Choose a tag to compare

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 as shapely.

v0.1.1

12 Feb 18:17
Compare
Choose a tag to compare

Release Notes

Added

  • Add support for passing single URL/key to both fetch and download 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 in fetch function based on the
    acceptable args for aiohttp.ClientSession.request method.

v0.1.0

12 Feb 02:43
Compare
Choose a tag to compare

Release Notes

[0.1.0] - 2025-02-11

Initial release.