Eseye Versions Save

👾 A Standalone, Dynamic ESI (EVE Swagger Interface) Client Library written in PHP

3.0.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/eveseat/eseye/compare/3.0.0...3.0.1

2.4.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/eveseat/eseye/compare/2.4.0...2.4.1

3.0.0

10 months ago

What's New

  • Sample tool has been updated to use JWT tokens
  • Eseye is non longer strongly coupled to Guzzle Http client and can be connected to any library PSR-17 and PSR-18 compliants
  • Eseye is now PSR-16 compliant and can be natively used with Laravel Cache engine
  • Eseye is now PSR-3 compliant and can be natively used with Laravel Log Engine

What's Changed

New Contributors

Full Changelog: https://github.com/eveseat/eseye/compare/2.4.0...3.0.0

2.4.0

2 years ago

Enhancement

  • Eseye can now use either Guzzle 6 or Guzzle 7 (eveseat/eseye#67, eveseat/eseye#73)

2.3.2

3 years ago

Fix

  • add /alliances/{alliance_id}/contacts/labels/ endpoint to granted list

2.3.1

3 years ago

Fix

  • grant /characters/{character_id}/orders/history/ endpoint
  • grant /corporations/{corporation_id}/orders/history/ endpoint

2.3.0

3 years ago

Feat

  • give ability to determine if an instance is authenticated or not

2.2.2

3 years ago

Ship the library with an updated toolbox to retrieve JWT Tokens / using OAuth v2 endpoints

2.2.1

4 years ago

2.2.0

4 years ago

This version address an issue with cache system and EsiResponse container serialization.

Previous versions were not building proper serialized object when response was containing an array. As a result, cached response was not usable and Eseye need to sent a new request even if content didn't expires.

Cache based on ETag response have been improved aswel to update internal content instead sending requests continuously.

Be sure you are clearing cache after this update as existing content will non longer be valid.