AtoraSuunva / booru

Searches boorus for images using some js magic
https://www.npmjs.com/package/booru
MIT License
80 stars 19 forks source link

Issues regarding gelbooru API changes #77

Closed Koyamie closed 2 years ago

Koyamie commented 2 years ago

Hello, I would like to know if you could add more security to the package regarding API changes that could occur. Let me explain, I am using this package in one of my application and that change was breaking my whole application when the search function was used. It caused a lot of downtime since I had to restard my application clusters manually.

Thanks.

AtoraSuunva commented 2 years ago

On version 2.5.1 or 2.5.2? 2.5.1 had issues and I had it deprecated within ~10m after publishing, 2.5.2 should work fine (for gelbooru and non-gelbooru, on my own bot for the past few days).

I want to move to Github actions for package publishing & testing (which should prevent bad versions from being published), but I need to find time between classes and other projects I maintain to do that.

Koyamie commented 2 years ago

I was using version 2.5.0 I bumped to 2.5.2 as soon as I understood what was breaking my app and it stopped.