Releases: suggestionsbot/lists
v1.2.3
This release fixes the discords.com
POST
route, which was 404ed due to a deprecated route.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
This release updates the database query in all the GET
endpoints, so nonnull columns are properly accounted for.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
This hotfix addressed a side effect with most of the GET
endpoints and migrations. With the ORDER BY created_at DESC
clause, the database returned records with empty values for the created_at
column, as this column is new. I removed it being ordered by DESC
so the new values with the database-generated timestamps display instead.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
This release introduces Swagger API documentation and additional refactoring of the codebase and database. The API documentation can be found here.
The package and repository have also been renamed from voting
to lists
to clarify what this microservice is accomplishing now.
Please feel free to check the changelog below for more details.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
This release has addressed a bug with some bot lists not being able to provide valid data. Also, botlist.space
has been removed as that project was discontinued by its maintainers.
Feel free to check the changelog below for further details.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
This is the first release of the API, providing functionality to post guild counts from the bot via API endpoints.
Full Changelog: https://github.com/suggestionsbot/voting/commits/v1.0.0