Skip to content

Releases: Azure/azure-mobile-apps

5.0.10

05 Aug 22:37
0665f28
Compare
Choose a tag to compare
  • Added method to offline stores that get a list of all defined tables - useful for writing common sync patterns across tables.
  • Ordered all synchronization by updatedAt field for proper delta token detection.

5.0.9

08 Jul 20:09
1fe8d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.8...5.0.9

5.0.8

08 Jul 18:16
596b8e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.7...5.0.8

5.0.7

08 Jul 15:11
551289d
Compare
Choose a tag to compare

What's Changed

  • Added MappedTableRepository for Automapper support.
  • Deferred offline store table generation for better offline store configuration in the client.
  • Added extra helper methods for synchronization.
  • Updated EntityFramework NuGet packages to 6.0.0 GA (thanks @fileman for the PR)
  • Added HttpTimeout support in DatasyncClientOptions.

Full Changelog: 5.0.6...5.0.7

5.0.6: (#408) Null handling fix. (#414)

25 Jun 00:12
291120f
Compare
Choose a tag to compare

Breaking changes

  • (#408) Fixed the null handling. This required that the Deleted and UpdatedAt properties in the DatasyncClientData object be updated to ensure that they are non-null, and that the null-value handling in the JSON serializer server-side was updated. Either of these items may break your code. Ensure that you are using the same version of the library on both sides of the connection.

5.0.5

17 Jun 17:12
eedf32a
Compare
Choose a tag to compare

Patch release with the following improvements:

Server

  • Added support for LiteDb as a database option
  • AsQueryableAsync() method addition for repositories (thanks to @fileman)

Client

  • Added support for net6.0-maccatalyst framework
  • Fixed localization issues (thanks to @fileman)
  • Fixed potential null pointer reference (thanks to @henda79)

Samples

v5.0.4

11 Jun 00:29
73c0784
Compare
Choose a tag to compare

This is a release to support multiple Windows targets, including UWP, WPF, WinUI3, and MAUI using the same mechanism. The only change is the way we store the Application ID (a device-specific identifier for telemetry). If you don't care about the Application ID, you don't need to upgrade.

Note that if you released a MAUI application for Windows, the Application ID will change on upgrade.

5.0.3

01 Jun 23:33
b7f6ab3
Compare
Choose a tag to compare

MAUI Support for SQLite.

MAUI Support

31 May 22:05
28a9e09
Compare
Choose a tag to compare

This release adds preview support for .NET6 MAUI targets. Offline on MAUI is not yet supported.

5.0.1

24 May 15:24
3d4842c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1