Managed SDK
- Added support for Windows Azure Notification Hub integration.
Javascript SDK
- Added support for Windows Azure Notification Hub integration for WinJS.
Managed SDK
- Added support for the Windows Azure Active Directory authentication in the
MobileServiceAuthenticationProviderenumeration. - Also added a mapping from that name to the value used in the service REST API (
/login/aad) - Fixed a issue #213 in which SDK prevented calls to custom APIs with query string parameters starting with
$
iOS SDK / Javascript SDK
- Added a mapping in the authentication provider from WindowsAzureActiveDirectory to the value used in the REST API (
/login/aad)
Android SDK
- Support for optimistic concurrency (version / ETag) validation
- Support for
__createdAt/__updatedAttable columns - Added support for the Windows Azure Active Directory authentication in the
MobileServiceAuthenticationProviderenum. - Also added a mapping from that name to the value used in the service REST API (
/login/aad)
iOS SDK
- Supports the arm64 architecture
- Now requires iOS 6 or newer to use
Javascript SDK
- Support for optimistic concurrency (version / ETag) validation
- Support for
__createdAt/__updatedAttable columns
Managed SDK
- Fix #192 - Serialized query is ambiguous if double literal has no fractional part
- Fixed Nuget support for Windows Phone 8
iOS SDK
- Support for optimistic concurrency (version / ETag) validation
- Support for
__createdAt/__updatedAttable columns - Fix bug with using arrays in invokeAPI
Managed SDK
- Fix bug when inserting a derived type
- Dropped support for Windows Phone 7.x clients (WP7.5 can still use the client version 1.1.0)
All SDKS
- Support for tables with string ids
Android SDK
- Overload for log in which takes the provider as a string, in addition to the one with enums
Javascript SDK
- Removed client restriction on valid providers for login
- JS SDK files are now served from http://ajax.aspnetcdn.com/ajax/mobileservices/MobileServices.Web-[version].min.js (or [version].js for the non minified copy)
Managed SDK
- Support for optimistic concurrency (version / ETag) validation
- Support for
__createdAt/__updatedAttable columns - Overload for log in which takes the provider as a string, in addition to the one with enums
- Fix #121 - exceptions in
MobileServiceIncrementalLoadingCollection.LoadMoreItemsAsynccauses the app to crash
Managed SDK
- Fixed query issues in Visual Basic expressions
Javascript SDK
- Added support for
String.substrinside functions onwhereclauses - Fix #152 - InvokeApi method crashes on IE9 and IE8
- Fixed issue with login popup not being closed when using IE11