Skip to content

Releases: Kyria/EsiPy

v0.1.1

30 Dec 12:24
Compare
Choose a tag to compare

Fix issue where '%s' is not supported in strftime() (non unix machine) preventing esipy to work. (This was used in cache management in EsiClient)

v0.0.5 - Beta

21 Dec 10:53
Compare
Choose a tag to compare
  • 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

19 Dec 00:12
Compare
Choose a tag to compare

Correct a bug that prevents the package from being installed.

v0.0.3 - Beta

18 Dec 22:05
Compare
Choose a tag to compare

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

16 Dec 15:01
Compare
Choose a tag to compare

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

v0.0.1

16 Dec 09:43
Compare
Choose a tag to compare

First release of EsiPy to be able to import it.

Beta release.