Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Releases: Azure/azure-mobile-apps

5.0.21

04 Feb 00:53
6d10515
Compare
Choose a tag to compare

What's Changed

  • (#559) Update samples to use ConcurrentObservableCollection. by @adrianhall in #562
  • (#360) Serialization of the DateOnly and TimeOnly types. by @adrianhall in #564
  • (#361) Added tests for DateOnly and TimeOnly. by @adrianhall in #565
  • (#362) Added DateOnly and TimeOnly for LINQ/OData. by @adrianhall in #567
  • [SQLiteStore] Accept SQLITE_MISUSE for sqlite3_config(SQLITE_CONFIG_URI, 1) by @DmitriyKirakosyan in #577
  • (#574) Better deserialization of JSON UpdatedAt, thanks to @hgjunip by @adrianhall in #580
  • (#571) Clean-up errors on startup and during sync (non-conflict) by @adrianhall in #581
  • (#576) Don't bomb when ApplicationDataStore is not available. by @adrianhall in #582

New Contributors

Full Changelog: 5.0.20...5.0.21

5.0.20

08 Jan 22:35
a02c34d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.19...5.0.20

5.0.19

07 Jan 03:05
94134aa
Compare
Choose a tag to compare

What's Changed

  • (#547) Added CountItemsAsync and LongCountAsync support. by @adrianhall in #550
  • (#549) Adds .ToArray(), .ToDictionary(), .ToEnumerable(), .ToHashSet(), and .ToList() (async versions) by @adrianhall in #551
  • (#552) Added .ToObservableCollectionAsync() methods. by @adrianhall in #553
  • (#548) Fixed the RemoteTable constructor to bypass contract resolver creation when used as part of a projection. by @adrianhall in #554

Full Changelog: 5.0.18...5.0.19

5.0.18

17 Dec 17:49
09d422a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.17...5.0.18

5.0.17

15 Dec 22:30
5e7b647
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.15...5.0.17

5.0.15

14 Dec 20:32
5de5ac4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.14...5.0.15

5.0.14

14 Dec 03:34
e03d8d2
Compare
Choose a tag to compare

What's Changed

  • (#252) Document Filter for integrating datasync controllers into Swashbuckle. by @adrianhall in #521

Full Changelog: 5.0.13...5.0.14

Newtonsoft.JSON security fix

08 Dec 18:16
85c6f6f
Compare
Choose a tag to compare

This release updates Newtonsoft.JSON to 13.0.2, to correct a high-risk security issue.

5.0.12

30 Sep 01:00
849088a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.11...5.0.12

v5.0.11 - Cosmos Db support.

19 Aug 20:25
ba92373
Compare
Choose a tag to compare

Adds support in the Entity Framework Core provider for ETag database storage, which is required for Cosmos Db.