Skip to content

Release v0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 00:58
88e33a1

Change Log:

  • Added a cache parameter to threadsafe_async_cache to allow providing an alternative cache object
  • Added TypeAlias, ParamSpec, ParamSpecArgs, ParamSpecKwargs, and Concatenate to the typing module as poly-filled fallbacks
  • Added generic type var F for any callable function
  • Updated async code to use get_running_loop() instead of get_event_loop() internally
  • Fixed potential threadsafety issue in threadsafe_async_cache() by not relying on the GIL while making locks