Releases: eveseat/eseye
Releases · eveseat/eseye
v3.1.0
v3.0.1
What's Changed
- fix iss claims for eseye 3.0 by @recursivetree in #95
New Contributors
- @Crypta-Eve made their first contribution in #96
Full Changelog: 3.0.0...3.0.1
v2.4.1
What's Changed
- Cleanup request data should be called on successful cache load, also. by @aubreyshomo in #77
- Apply fixes from StyleCI by @leonjza in #78
- Apply fixes from StyleCI by @leonjza in #79
- fix: add missing public route to avoid log spamming by @Rakdos8 in #83
- RedisCache: Add missing TTL from expiration date given from ESI by @Rakdos8 in #84
- Fix: Rare issue where the expiration timestamp is before now() by @Rakdos8 in #85
- Apply fixes from StyleCI by @warlof in #86
- Fix: Error handling in case of return code 502 by @Rakdos8 in #88
- fix iss claim by @recursivetree in #94
New Contributors
- @aubreyshomo made their first contribution in #77
- @Rakdos8 made their first contribution in #83
- @recursivetree made their first contribution in #94
Full Changelog: 2.4.0...2.4.1
v3.0.0
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
- Cleanup request data should be called on successful cache load, also. by @aubreyshomo in #77
- refactor: reduce coupling and bump to php 8 by @warlof in #81
- Refactor cache handler by @warlof in #80
- JWT management has been outsourced from Fetcher by
@warlof in 4468d4a - ESI Response are now always attached to log when used with Debug level by @warlof in f41f66f
- Eseye is now meeting Cache-Control HTTP header and will non longer store response with either
no-cache
orno-store
value by @warlof in 11b5998 - EsiResponse API has been altered and
getHeader
method is now returning an array of value matching the requested HTTP header. For conveniency, methodgetHeaderLine
has been introduced, reproducing previous ability - Due to dependency decoupling, fetcher class has been moved from
\Seat\Eseye\Fetchers\GuzzleFetcher
to\Seat\Eseye\Fetchers\Fetcher
- PHP minimum supported version is now 8.1
New Contributors
- @aubreyshomo made their first contribution in #77
Full Changelog: 2.4.0...3.0.0