Skip to content

Releases: suggestionsbot/lists

v1.2.3

17 Mar 01:47
6a52aaa
Compare
Choose a tag to compare

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

25 Dec 16:50
69e75bb
Compare
Choose a tag to compare

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

25 Dec 10:00
9a67513
Compare
Choose a tag to compare

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.

Before:
image

After:
image

Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 Dec 08:18
f6aa91a
Compare
Choose a tag to compare

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

25 Jul 02:40
fcb1ad7
Compare
Choose a tag to compare

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

15 Jan 19:07
f5c11b8
Compare
Choose a tag to compare

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