Skip to content

Releases: spotflow-io/in-memory-azure-test-sdk

v0.14.1

22 Sep 08:31
5315e1d

Choose a tag to compare

Service Bus

Fixed

  • Make dispose/close of InMemoryServiceBusProcessor and InMemoryServiceBusSessionProcessor idempotent. 5315e1d

Full Changelog: v0.14.0...v0.14.1

v0.14.0

18 Sep 11:53
9b9b435

Choose a tag to compare

Service Bus

Added

  • Fix exception thrown when the session cannot be locked. #68
  • Add InMemoryServiceBusSessionProcessor support. #65

Removed

  • Remove public factory methods from InMemoryServiceBusProcessor to avoid unusual instantiation patterns.

Full Changelog: v0.13.0...v0.14.0

v0.13.0

23 Aug 08:48
15ec2e8

Choose a tag to compare

Service Bus

Added

  • Add ServiceBusProcessor. #59

New Contributors

Full Changelog: v0.12.2...v0.13.0

v0.12.2

18 Aug 15:02
406fb96

Choose a tag to compare

Storage Blobs

Fixed

  • Support HttpHeaders for BlobClient.OpenWrite. #61

Full Changelog: v0.12.1...v0.12.2

v0.12.1

14 Aug 10:22
68619c2

Choose a tag to compare

Service Bus

Fixed

  • Do not return empty service bus sessions on AcceptNextSessionAsync. #57

v0.12.0

10 Jul 15:18
cb6f27c

Choose a tag to compare

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

17 May 14:33
edd3014

Choose a tag to compare

Service Bus

Added

  • Add InMemoryServiceBusTopicSubscriptionAssertions.ReceiveMessageFromSessionAsync. #53

General

  • Consolidate providers constructors. #52

Full Changelog: v0.10.0...v0.11.0

v0.10.0

01 May 13:15
c651ecb

Choose a tag to compare

Blobs

Added

  • Add stage block and commit blocklist blob hooks. #51

Full Changelog: v0.9.4...v0.10.0

v0.9.4

14 Mar 10:10
5650aac

Choose a tag to compare

Key Vault Secrets

Fixed

  • Make Key Vault secrets names case-insensitive. #50
  • Make data plane operations on InMemoryKeyVault internal. #50

Full Changelog: v0.9.3...v0.9.4

v0.9.3

13 Mar 16:32
8f32142

Choose a tag to compare

General

Fixed

  • Make NoOpTokenCredential ctor public to simplify DI integration.