Skip to content

Releases: jikan-me/jikan-rest

REST API v3.3 RC-1

27 Apr 22:52
Compare
Choose a tag to compare
REST API v3.3 RC-1 Pre-release
Pre-release
  • 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

14 Feb 03:53
Compare
Choose a tag to compare
  • 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

19 Jul 18:04
cec8818
Compare
Choose a tag to compare
  • Supports JikanPHP v1.x.x
  • Supports BugSnag
  • Uses Redis
  • Basic throttling implementation
  • Basic IP Blacklisting