What’s new in Azure Mobile Services 1.6.4461

These are the changes added to this week’s release:

  • Startup scripts [preview]
    • An extensibility point that allows you to hook up to the initialization code of the mobile service and configure things such as extensions and other tasks. See this post for more information.
  • Notable bug fixes:
    • mssql.query’s callback is executed twice for insert / update calls in tables with string ids. The callback was being fired once for the actual command execution and once for the update caused by a trigger in the table. We updated the trigger on new tables to avoid having its effect propagated to SQL calls

As usual, feel free to send us questions and comments in this blog or in our forums.