Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-05 | 459 Bytes | |
sdk_messaging_azservicebus_v1.10.0 source code.tar.gz | 2025-08-05 | 24.7 MB | |
sdk_messaging_azservicebus_v1.10.0 source code.zip | 2025-08-05 | 41.7 MB | |
Totals: 3 Items | 66.4 MB | 1 |
1.10.0 (2025-08-05)
Features Added
- Allow a user to settle and renew message locks with only a lock token, so long as they are not using Service Bus sessions. This makes it possible to settle a message in a completely separate process or service. See ExampleReceiver_CompleteMessage_settleWithLockToken for an example. (PR#24966)