Releases: spotflow-io/in-memory-azure-test-sdk
Releases · spotflow-io/in-memory-azure-test-sdk
v0.14.1
Service Bus
Fixed
- Make dispose/close of InMemoryServiceBusProcessor and InMemoryServiceBusSessionProcessor idempotent. 5315e1d
Full Changelog: v0.14.0...v0.14.1
v0.14.0
Service Bus
Added
- Fix exception thrown when the session cannot be locked. #68
- Add
InMemoryServiceBusSessionProcessorsupport. #65
Removed
- Remove public factory methods from
InMemoryServiceBusProcessorto avoid unusual instantiation patterns.
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.2
Storage Blobs
Fixed
- Support HttpHeaders for BlobClient.OpenWrite. #61
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
Event Hubs
Changed
- Update Azure.Messaging.EventHubs to 5.12.2. #55
- Update Event Hubs offset handling to use string representation. #55
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Service Bus
Added
- Add InMemoryServiceBusTopicSubscriptionAssertions.ReceiveMessageFromSessionAsync. #53
General
- Consolidate providers constructors. #52
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.4
Key Vault Secrets
Fixed
- Make Key Vault secrets names case-insensitive. #50
- Make data plane operations on
InMemoryKeyVaultinternal. #50
Full Changelog: v0.9.3...v0.9.4
v0.9.3
General
Fixed
- Make
NoOpTokenCredentialctor public to simplify DI integration.