Releases: Kyria/EsiPy
Releases · Kyria/EsiPy
v0.1.1
v0.0.5 - Beta
- Add raw_body_only to allow/disable the request body response (performance config)
- Add cache management in EsiClient.request()
- Add cache timeout management within the cache objects, as the client does not need to know that.
- Change FileCache to use DiskCache, not to reinvent the wheel
v0.0.4 - Beta
Correct a bug that prevents the package from being installed.
v0.0.3 - Beta
Move the token refresh logic in the __call__
in the Security object, as it's the security object role.
This change also prevent refresh bug when the endpoint does not require any auth and a security object is set, but user is not yet authed.
v0.0.2 - Beta
Changes :
- Add oauth implicit flow url generation in EsiSecurity.get_auth_uri().
- Fix http_adapter that cannot be set because the wrong kwargs key was used.
- Add App, EsiSecurity, EsiClient in esipy.init to be able to recover it