-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into vabachu/callhttp-dotnet-isolated
- Loading branch information
Showing
58 changed files
with
2,486 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Smoke Test - .NET in-proc w/ Netherite on Functions V4 | ||
|
||
on: | ||
push: | ||
branches: [ main, dev ] | ||
paths: | ||
- 'src/**' | ||
- 'test/SmokeTests/BackendSmokeTests/Netherite/**' | ||
pull_request: | ||
branches: [ main, dev ] | ||
paths: | ||
- 'src/**' | ||
- 'test/SmokeTests/BackendSmokeTests/Netherite/**' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Run V4 .NET in-proc w/ Netherite Smoke Test | ||
run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/BackendSmokeTests/Netherite/Dockerfile -HttpStartPath api/DurableFunctionsHttpStart -ContainerName NetheriteApp | ||
shell: pwsh |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# Release Notes | ||
|
||
## Microsoft.Azure.Functions.Worker.Extensions.DurableTask v1.1.0-preview.2 | ||
|
||
### New Features | ||
|
||
### Bug Fixes | ||
|
||
- Address input issues when using .NET isolated (#2581)[https://github.com/Azure/azure-functions-durable-extension/issues/2581] | ||
### Breaking Changes | ||
|
||
### Dependency Updates | ||
|
||
`Microsoft.DurableTask.*` to `1.1.0-preview.2` | ||
|
||
## Microsoft.Azure.WebJobs.Extensions.DurableTask v2.12.0-preview.1 | ||
|
||
### New Features | ||
|
||
- Updates to take advantage of new core-entity support | ||
|
||
### Bug Fixes | ||
|
||
### Breaking Changes | ||
|
||
### Dependency Updates | ||
|
||
`Microsoft.Azure.DurableTask.Core` to `2.16.0-preview.2` | ||
`Microsoft.Azure.DurableTask.AzureStorage` to `1.16.0-preview.2` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.