Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@Kyria Kyria released this 16 Aug 00:03
· 8 commits to master since this release
f673124
  • Fix caches to add timeout everywhere and prevent unlimited growth of cache / need to manual cleanup. (Fix #57)
  • Add no_etag_body to EsiClient.init() (see docs) to set the HTTP 304 behavior standard (Fix: #53). This means:
    • status_code = 304
    • response body = empty (res.data = None and res.raw = '')
  • Add catch to Exception to prevent crashes from HTTP 504 html response from load balancer (should only happen in this case). (Fix: #49)
  • Auto retry when EsiApp is not able to get the swagger.json file (max 3 times) to avoid unnecessary HTTP errors. (Fix #51)