Skip to content

Releases: iamrony777/javinfo-api

Major Update 0.1.5-beta

25 Sep 16:34

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.1.0-beta...v0.1.5-beta

Major Update 0.1.4-beta

22 Aug 16:17

Choose a tag to compare

Pre-release

What's Changed

Update v1.4 (#9)

  • Poetry compatible
  • Use regex to filter movie ID
  • Minor Fixes, Frontpage Update, Heroku Support
  • CREATE_REDIS=false and using Upstash-Redis addon (free) by default on HEROKU
  • Use Upstash-rest-api during redis-search in api.helper.actress.py is available
  • moved api routes to /api/ with backward compatibility + static mounts
  • Add Self-ping

Full Changelog: v1.3...v1.4

Major Update 0.1.3-beta

04 Jul 08:23
9c848a1

Choose a tag to compare

Pre-release

What's Changed

  • Renamed /demo/search to /public
  • Slightly lower memory usage, and faster
  • Rebuild Folder structure, Added Logger (loguru)
  • Removing APScheduler from Startup tasks
  • Independent Cronjobs, Fix Duplicate logs
  • Ping duplication fix
  • Update dependency list (latest, except fastapi-limiter)
  • Replaced Exo, honcho with Overmind (process manager)
  • Docker multi-stage build to reduce image size

Full Changelog: v1.2...v1.3

Initial Stable Release

29 Aug 12:34

Choose a tag to compare

Pre-release

Gathers Movie Data from r18, javdb, javdatabase, javlibrary and Actress data from Boobpedia and r18 and return them in json format
Check Documentation for more details

  • HTTP Basic Auth
  • Demo route with ratelimit
  • Using redis database to store r18 actress data
  • Added options to use selfhost / built-in redis server (Optional)
  • Honcho as Process manager
  • Request Logger (Optional)
  • Mkdocs (/docs)
  • Added redis.conf to configure built-in redis server (Optional)
  • Database of builtin redis server is available to download (only)