What’s new in the Azure Mobile Services client SDKs 1.1.5 (and 1.1.4)

Last week we released the version 1.1.5 of all platforms of our client SDKs. Since we did not have a blog post for the changes in 1.1.4, I’m including them here as well:

Managed (C# / VB)

  • Added support for Azure Notification Hubs integration (added on 1.1.4): a while back we released a better integration between Azure Mobile Services and Azure Notification Hubs for better push experience (see this document for more details). The client SDK can now perform not only “simple” registrations but also templated registration to use with notification hubs
  • Added support for Xamarin platforms (1.1.5): the portable library can now be used in Xamarin/iOS and Xamarin/Android projects
  • Cleaned up some of the code for id validation in insert operations (1.1.5)

JavaScript

  • Fix issue #218 in which some dates coming from the mobile services with the .NET runtime weren't parsed correctly (1.1.5)
  • Windows Store apps only:
    • Added support for Azure Notification Hubs integration (1.1.4)

iOS

  • Fix issue #218 in which some dates coming from the mobile services with the .NET runtime weren't parsed correctly (1.1.5)

Android

  • Added support for Azure Notification Hubs integration (1.1.5)