Releases: FastComments/fastcomments-java
Releases · FastComments/fastcomments-java
v0.0.18
- status field is now an enum on public get posts api
- user is now nullable on the public get posts api
Full Changelog: v0.0.14...v0.0.18
v0.0.14
- add includeUserInfo flag for public feed API and fixes status type
Full Changelog: v0.0.13...v0.0.14
v0.0.13
- Adds "user" in get feeds response, similar to the public get comments API.
Full Changelog: v0.0.11...v0.0.13
v0.0.12
- Adds sso support to the public delete comment endpoint.
Full Changelog: v0.0.11...v0.0.12
v0.0.11
- Bulk feed post stats API.
Full Changelog: v0.0.10...v0.0.11
v0.0.10
- User badge APIs.
- Ability to delete your own feed post.
- Fixing values in some map<string, number> which were doubles and not ints.
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Bugfixes for the image upload api.
Full Changelog: v0.0.8...v0.0.9
v0.0.8
- Image upload endpoint now accepts size presets and returns multiple sizes for different devices.
- Public feed API returns websocket auth tokens.
- Adds profanity detection config.
- Fixes some doubles that should have been integers in media objects.
Full Changelog: v0.0.6...v0.0.8
v0.0.6
Renames the public feed response object from EnhancedFeedPostsResponse to PublicFeedPostsResponse.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Adds SSO support to feed apis.
Full Changelog: v0.0.4...v0.0.5