Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

20.09.11

Compare
Choose a tag to compare
@inureyes inureyes released this 17 May 05:07
· 238 commits to main since this release
20.09.11

20.09.11 (2021-03-18)

Fixes

  • Refactor internal dict-based state variables to be statically typed using explicitly defined attr classes, including the nested aiohttp.web.Application objects, the context object of Graphene resolvers, and the context object of Click. (#400)
  • Idle timeout was not working since there was a type error on saving compute session's last_access time. (#404)