This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: Azure/azure-mobile-apps
Releases · Azure/azure-mobile-apps
5.0.10
- 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
What's Changed
- Corrections for NuGet Publish Process by @adrianhall in #434
Full Changelog: 5.0.8...5.0.9
5.0.8
What's Changed
- (#431) Conditional HTTP header addition. by @adrianhall in #432
Full Changelog: 5.0.7...5.0.8
5.0.7
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 inDatasyncClientOptions
.
Full Changelog: 5.0.6...5.0.7
5.0.6: (#408) Null handling fix. (#414)
Breaking changes
- (#408) Fixed the null handling. This required that the
Deleted
andUpdatedAt
properties in theDatasyncClientData
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
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
- WinUI 3 Sample (thanks to @CaseNewmark)
v5.0.4
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
MAUI Support for SQLite.
MAUI Support
This release adds preview support for .NET6 MAUI targets. Offline on MAUI is not yet supported.
5.0.1
What's Changed
- nuget link include client pkgs by @fileman in #334
- Custom Id Generator by @fileman in #337
- (#345) Culture-independent DateTimeOffset-Parser by @maxchristophudri in #346
New Contributors
- @maxchristophudri made their first contribution in #346
Full Changelog: 5.0.0...5.0.1