- Initial release
- Added verbose logging option
- Added client parameter to createComment and createReply methods
- Updated Comment model with unified structure fields
- Added CommentumResponse wrapper with count and nextCursor
- Added Comment extension methods for voting, deleting, and reporting
- Added support for initializing the client with a preferred media provider.
- Updated the Comment model to include
media_providerfield. - Updated
Client.createComment()to accept amediaProviderparameter.