GetSocial Web SDK Changelog¶
v7.12.8 - Apr 18, 2023¶
- Fix: Media upload on Safari (Upgrade TUS client to v3.1.0)
v7.12.7 - Jan 19, 2023¶
- New: Support (up to 3) comments as part of the Activity
- New: Support includeComments method in ActivitiesQuery
- New: Support posting nested comments (Add Comment type to CommunitiesEntityType)
v7.12.6 - Oct 27, 2022¶
- New: Support pagination in getChatMessages method
- Fix: Communities methods modifying the query sent as parameter
v7.12.5 - Oct 4, 2022¶
- New: Rejected status for Group Members
- Fix: Activity parsing in getAnnouncements method
v7.12.4 - Sep 20, 2022¶
- New: Search entity followers and group members by displayName or username
v7.12.3 - Sep 6, 2022¶
- New: Support providerId in UserId and UserIdList
v7.12.2 - Aug 24, 2022¶
- Fix: User parsing in getReactions and getVotes
- Fix: response in getReferredUsers and getReferrerUsers methods
- Fix: ReferralUser constructor
v7.12.1 - Aug 4, 2022¶
- New: Authenticate with previous session on init
v7.12.0 - Aug 1, 2022¶
- New: Support for blocked users
v7.11.1 - July 7, 2022¶
- New: methods to set base64 string for image/video in MediaAttachment.
- New: methods to set file for image/video in MediaAttachment.
- New: upload files or base64 strings for activity attachments.
- New: upload file or base64 string for poll option attachment.
- New: upload file or base64 string for group icon.
- New: upload file or base64 string for notification media.
- New: upload files or base64 strings for chat message attachments.
- New: upload file or base64 string for user avatar.
- Fix: remove unsupported MediaAttachment from InviteContent.
- Fix: parsing of activities posted by the app in Communities.search method.
v7.11.0 - Jun 22, 2022¶
- New: support for verified users.
- Fix static methods in MediaAttachment.
v7.10.5 - Jun 13, 2022¶
- Fixed: Remove unsupported methods in MediaAttachment.
v7.10.4 - May 31, 2022¶
- Fixed: ChatMessage parsing (include properties) in getChats and getChatMessages methods.
v7.10.3 - May 16, 2022¶
- Fixed: SDK doesn’t crash on authentication if local storage is disabled.
v7.10.2 - May 9, 2022¶
- Fixed: getActivity method to properly set the author.
v7.10.1 - Apr 29, 2022¶
- Fixed: Activity Source parsing.
- Fixed: App User as activity author.
v7.10.0 - Mar 30, 2022¶
- New: Global search (beta) for activities, labels, hashtags, users, groups and topics.
v7.9.0 - Feb 10, 2022¶
- New: added possibility to filter for trending activities, topics and groups.
- New: find topics and groups by labels and properties.
- New: find activities by content, labels and properties
- New: get suggested users based on user connections and trending users
- New: follow labels and tags to see related content in the user’s timeline.
- New: improved find for labels and hashtags.
- Fixed: isBanned() is now correctly updated if the ban expiration happens while the user is using the website/app.
- New: bookmark activities and get all the bookmarked activities from the user.
- New: get reacted or voted activities from the user.
- New: filter activities by mentions of a user or the website/app.
- Overall improvements.
v7.5.0 - Dec 20, 2021¶
The first release.