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
6.1.1
What's Changed
- (#900) Introduce table lock for contract resolver. by @adrianhall in #903
- (#902) Move from .Any() to .Count() due to Cosmos LINQ issue. by @adrianhall in #905
Full Changelog: 6.1.0...6.1.1
6.1.0
What's Changed
- (#873) Adjust EntityTableRepository so that it can be inherited. by @adrianhall in #884
- (#882) Update NSwag to v14.0.2 by @adrianhall in #885
- (#883) Expose the underlying HttpClient for the service connection. by @adrianhall in #887
- (#886) Convert InMemoryRepository to use ConcurrentDictionary by @adrianhall in #888
- (#877) Add IN support for Remote Tables by @adrianhall in #892
Full Changelog: 6.0.8...6.1.0
6.0.8
What's Changed
- (#858) Set MaxParametersPerQuery when using an unmanaged connection by @adrianhall in #861
- (#856) Fixed the sqlite disposal. by @adrianhall in #862
- (#868) Fixed ContractResolver by @adrianhall in #872
Full Changelog: 6.0.7...6.0.8
6.0.7
What's Changed
- (#836) Optionally exclude endpoint from nextLink. by @adrianhall in #839
- Added an OfflineSqliteStore constructor that takes a sqlite3 connection by @adrianhall in #840
- Added sourcelink support by @adrianhall in #847
Full Changelog: 6.0.6...6.0.7
6.0.6
What's Changed
- (#818) Added 'DisableClientSideEvaluation' option to the TableControllerOptions by @adrianhall in #819
- (#815) Back out ContractResolver changes. by @adrianhall in #820
- (#817) Added item interlocks for queue access. by @adrianhall in #821
- (#827) Added server version copy to UpdateOperationAsync(). by @adrianhall in #828
- (#826) ResetAssociatedQueries functionality for Purge operation. by @adrianhall in #829
New Contributors
- @Arslan007 made their first contribution in #807
Full Changelog: 6.0.5...6.0.6
6.0.5
What's Changed
- (#795) Allow specification of the contract resolver. by @adrianhall in #796
- (#797) expand table operation errors to all JSON errors. by @adrianhall in #798
- (#799) IEdmModel Options updates by @adrianhall in #801
- (#805) Fixes / skips for non-working tests. by @adrianhall in #806
- Basic test for ContractResolver by @fileman in #803
- (#808) Added SendAsync support for the internal HttpClient. by @adrianhall in #810
- (#809) Remove error entries on a successful push. by @adrianhall in #811
- (#809) LoadErrorsAsync updated to load errors for a list of tables. by @adrianhall in #812
Full Changelog: 6.0.4...6.0.5
6.0.4
What's Changed
- (#787) Switch to using .Count() by @adrianhall in #788
- (#775) Implements PostCommitHookAsync and RepositoryUpdated event. by @adrianhall in #789
- (#783) Added includeDeleted to GetItemAsync by @adrianhall in #790
Full Changelog: 6.0.3...6.0.4
6.0.3
What's Changed
- (#770) Adjusted the table controller detection logic by @adrianhall in #776
- (#773) call PreCommitHook before deletion with soft-delete. by @adrianhall in #777
- (#771) Tests to show read-only controllers work now. by @adrianhall in #778
Full Changelog: 6.0.2...6.0.3
6.0.2
What's Changed
- Display and provide RC as well as the Sqlite error message if PrepareStatement has an error by @blackeyedyl in #760
- (#763) Add support for JsonContainerAttribute with ID. by @adrianhall in #765
- (#757) Added summary and descriptions to the TimestampUpdatePolicy. by @adrianhall in #766
- (#751) Moved over to AsNoTracking instead of disconnecting manually by @adrianhall in #767
New Contributors
- @blackeyedyl made their first contribution in #760
Full Changelog: 6.0.1...6.0.2
6.0.1
What's Changed
- (#749) Catch transaction failures and rollback in SQLite store by @adrianhall in #752
- (#740) Adds PurgeOption for resetting the delta token to a reasonable value by @adrianhall in #753
- (#744) Added README.md to the Shared build props by @adrianhall in #754
Full Changelog: 6.0.0...6.0.1