Skip to content

Commit 92087ba

Browse files
boblangleydependabot[bot]tmasternak
authored
Azure Service Bus transport may hang when stopping the receiver during retry batch processing (#4683)
* Bump NServiceBus.Transport.AzureServiceBus from 4.2.3 to 4.2.4 in /src (#4682) Bumps [NServiceBus.Transport.AzureServiceBus](https://github.com/Particular/NServiceBus.Transport.AzureServiceBus) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/releases) - [Commits](Particular/NServiceBus.Transport.AzureServiceBus@4.2.3...4.2.4) --- updated-dependencies: - dependency-name: NServiceBus.Transport.AzureServiceBus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit e59a9df) * Update ci.yml (#4650) (cherry picked from commit 5216396) * Bump Particular/setup-rabbitmq-action from 1.7.0 to 1.7.1 (#4643) Bumps [Particular/setup-rabbitmq-action](https://github.com/particular/setup-rabbitmq-action) from 1.7.0 to 1.7.1. - [Commits](Particular/setup-rabbitmq-action@v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: Particular/setup-rabbitmq-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit b9deb0f) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Masternak <tomasz.masternak@particular.net>
1 parent a603c7f commit 92087ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
connection-string-env-var: ServiceControl_TransportTests_SQL_ConnectionString
7676
catalog: nservicebus
7777
- name: Setup PostgreSQL
78-
uses: Particular/setup-postgres-action@v1.0.1
78+
uses: Particular/setup-postgres-action@v1.0.2
7979
if: matrix.test-category == 'PostgreSQL'
8080
with:
8181
connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString
8282
tag: ServiceControl
8383
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
8585
- name: Setup RabbitMQ
86-
uses: Particular/setup-rabbitmq-action@v1.7.0
86+
uses: Particular/setup-rabbitmq-action@v1.7.1
8787
if: matrix.test-category == 'RabbitMQ'
8888
with:
8989
connection-string-name: ServiceControl_TransportTests_RabbitMQ_ConnectionString

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageVersion Include="NServiceBus.RabbitMQ" Version="9.1.1" />
4242
<PackageVersion Include="NServiceBus.SagaAudit" Version="5.0.1" />
4343
<PackageVersion Include="NServiceBus.Testing" Version="9.0.0" />
44-
<PackageVersion Include="NServiceBus.Transport.AzureServiceBus" Version="4.2.3" />
44+
<PackageVersion Include="NServiceBus.Transport.AzureServiceBus" Version="4.2.4" />
4545
<PackageVersion Include="NServiceBus.Transport.AzureStorageQueues" Version="13.0.1" />
4646
<PackageVersion Include="NServiceBus.Transport.Msmq.Sources" Version="3.0.1" />
4747
<PackageVersion Include="NServiceBus.Transport.SqlServer" Version="8.1.6" />

0 commit comments

Comments
 (0)