Posted by Niklas Heidloff | March 5, 2013
There is a new release of the Social
Business Toolkit SDK with a lot
of extensions and fixes. See below for the description of this release
from Bhavesh Shah.
Playground
- AMD Compatibility for ND 853
- Toolkit servlet fixes for Domino Environment
- Playground works with ND 853 and 9.0
- Better layout in the main page
- Ability to import snippets from Git
repository
- Playground submitted as a source code
project
JavaScript Library
Improvements / Bug fixes
- Code Cleanup
- Improved API wrappers and added new
ones:
- ProfileService Connections
- Communities Service Connections
- Files Service Connections and SmartCloud
- Fixes in Core SDK components like
proxy , gadget transport , open social proxy, endpoints , server error
handling , samples framework etc
- Samples improved to display result of
execution (wherever missing )
- Response headers and a new samples to
demonstrate how to use the ioargs
- Added bootstrap theme to some snippets
- Client side authentication enhancements
- -added new methods in endpoint to logout , auto authenticate feature
, check authentication status. (Snippet to show authentication status,
and do actions authentication and logout)
- Fixed few samples to remove direct dependency
on a JavaScript Library
- Improved Caching implementation of ProfileService
(Java)
- Bad input handling in API wrappers
- Added more getter methods to retrieve
properties of a social entitty (like members , communities)
- i18n support for JavaScript services
- New samples added like -
Update Community Tags
- Callback returns more information like
totatResults , response codes from server
- Fixed API wrappers like CommunitiesService.getTags(),
updateCommunitytags(). Get Community by ID ,Added new getters and many
other small fixes.