Automatic release created from build 20191206-2
Work in this release
2f27ea7be6 - Add Docker Samples (#754)
8a8ace358e - Adds caching for health check endpoint (#732)
c66e739166 - Updates package 'Microsoft.IO.RecyclableMemoryStream' to version '1.3.2' (#773)
f9140e3b94 - Updates package 'Microsoft.SqlServer.SqlManagementObjects' to version '150.18208.0' (#767)
c6c97df29b - Conditional Create/Update respects SearchEntryMode (#741)
- Reject Conditional Create/Update when there is no applied search criteria
- Filters out _count and _summary params that can limit conditional search
1bef4d8c19 - Intra-bundle resource reference resolution (#765)
-
Add intrabundle reference resolution.
-
Update BundleHandler.cs
-
Simplify extension, add unit tests.
-
Add persist id to conditional create.
-
Change extension to use recursion.
-
Move to using Func for persisting the ID.
-
PR feedback.
fac7dff5a1 - Update to use SqlTransactions for SqlProvider (#749)
dfe1257596 - Updates package 'selenium.chrome.webdriver' to version '77.0.0' (#738)
304c99f7ef - Transaction-Bundle validation (#740)
This PR adds the functionality that validates the following:
Within a transaction the same resource/id cannot be present more than once within DELETEs, POSTs, PUTs, or PATCHes. If this occurs, the transaction should fail.
6caf74ed53 - Add BundleHttpContextAccessor to UrlResolver (#761)
ebd1a0ef44 - Remove TableExpressionCombiner (#763)