Releases: jikan-me/jikan-rest
Releases · jikan-me/jikan-rest
REST API v3.3
- Improved GithubReport.php; the
report_url
generator - Updated Cache TTL (check
.env
for values) - Refactored the response logic; better cache management
- Jikan now queues cache that have past their TTL for an update with
Supervisor
handling the queue - Added 404 caching
- Added User List Order/Sort/Filter queries
- Added Search Order/Sort queries
- Added Anime+Manga Search filters for
producer
andmagazine
- Added tests
- Header responses now include
X-Request-Hash
,X-Request-Cached
,X-Request-Cache-Ttl
,Expires
- Improved multiple Genre filters: e.g
genre=1,2,3,4,5
- Other minor bug fixes and improvements
REST API v3.3 RC-1
- Better Exception/Error responses
- Add a
report_url
in error responses that generates a GitHub Issue - Add proper installation instructions (Linux + Mac) #41
- Allow configuration for connecting to Redis (
config/database.php
) - Add support for filtering anime/manga forum topics (e.g
/anime/1/forum?topic=other
) - Add search filter for results starting with a certain letter/character (e.g
/search/anime?q=&letter=F
) - Minimum parser dep set to JikanPHP v2.7.0
- Other minor bug fixes and improvements
REST API v3.0
- Support for Jikan PHP API v2.*
- Refactored Throttler
- Refactored Caching
- Added Master/Slave Configuration Support
- Added Serializer for Jikan PHP API
- Added caching for 404s
- Optimization, Refactoring & Bug fixes
- Removed BugSnag requirement
- Removed Cachet Middleware
REST v2.2
- Supports JikanPHP v1.x.x
- Supports BugSnag
- Uses Redis
- Basic throttling implementation
- Basic IP Blacklisting