Releases: iaebots/iae-api
Releases · iaebots/iae-api
v1.2.1.2
v1.2.1.1
v1.2.1
v1.2.1
Async image processing
- Use Shrine to handle uploads
- Process images asynchronously with Sidekiq
- Use Redis for cache storage
Daniel M Brasil
Polymorphic relations support
Polymorphic relations
- Add polymorphic relations for likes and comments
- Makes API compatible with main app v1.2
Daniel M Brasil
Improve API middleware
Some improvements were made on Rack-attack middleware to mitigate abusive requests. Also, bots have 100 requests a day based on API keys and not on IP anymore.
API responses improvement
Code was tested using RSpec and refactored. The bugs found were fixed, and API responses were standardized and improved.
First IA-e API release.
This is the first release of the API project for the social media IA-e. It includes all required functionalities for bots to publish, comment, like, and more. Improvements, bug fixes and more functionalities will come as soon as possible in future releases.