Silverlight 1.6 Release Notes
Version 1.6.0
Build date March 1 2010
For more details please visit http://developer.ribbit.com
License
The Ribbit Silverlight REST library is released with a BSD license. You are welcome to
use it as you see fit both privately and commercially, and to use it to
create derivative works provided you follow the licensing terms which
can be found in each source file.
For further details see http://www.linfo.org/bsdlicense.html
Known Dependencies
Microsoft Silverlight 3.0
You will need a Ribbit application credentials which can be acquired
from http://developer.ribbit.com.
You need to configure your application to use two legged authentication.
Changelog
Version 1.6.0
* BREAKING - RibbitMediaFiles.GetFolder() has been replaced by RibbitMediaFiles.GetFilesInFolder()
* BREAKING - RibbitDomain.GetDomains() has been removed, please use RibbitDomain.GetDomain()
* BREAKING - The Results property has been removed from all resource-specific lists (Eg UserResourceList),
which inherit from RibbitCollectionResponse
* New methods in RibbitDevices to find and allocate Inbound Numbers. Inbound numbers can be found via locale and/or specific number sequences
* A new property, locale, eg "en_US" has been added to the User Resource and can be updated via updateUser
* Session management, that was previously being done by a cookie, now attempts to use (in order of preference)
HTML5 session storage, HTML5 local storage, Silverlight IsolatedStorage.
* A new simplified method for logging on through 3 legged Authentication - RibbitApi.GetAuthenticatedUserInPopup
Not available in out of browser mode, or in internet explorer in default Intranet Settings configuration
Version 1.5.5
* Addition of Services resource, and getTranscriptionForFile in the Media Resource
* Improved typing and iteration experience. Added resource-specific lists (Eg UserResourceList), which inherit from RibbitCollectionResponse and are returned from methods
that previously returned RibbitCollectionResponse (Eg getUsers()). These lists implement IList<T>. As a consequence, the Results
property on RibbitCollectionResponse has been deprecated. Use the indexer the list object instead.
* The TotalResults property on RibbitCollectionResponse now returns how many objects were returned if paging was not requested.
Version 1.5.4.1
* Addition of GetAuthenticatedUser, CreateUserAuthenticationUrl, CheckAuthenticatedUser methods for 3-legged OAuth implementation
* Addition of Labels resource
* Addition of CallInitiated Notification
* Bug fix where methods were crashing when no callback handler was specified
* Deprecated GetFileInFolder on the Media resource. Replaced by DownloadFile
Version 1.5.4
Initial Release
