Skip to content

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

v0.9.0

26 Feb 11:26
40d5ce7
Compare
Choose a tag to compare

Blobs

Added

  • Fix SAS token generation for blob clients created using methods GetBlobClient and GetBlockBlobClientCore on container client. #41
  • Implement StageBlockFromUri methods. #44
  • Add support for blob HTTP Ranges. #46

General

  • Consolidate usage of .ConfigureAwait, Task.Yield and covariant return types according to contributor guideline. #47

Full Changelog: v0.8.0...v0.9.0

v0.8.0

20 Feb 16:19
feda9ba
Compare
Choose a tag to compare

Blobs

Added

  • Add support for BlobTraits.Metadata to BlobContainerClient.GetBlobs method. #40
  • Add CreateTable & DeleteTable methods to InMemoryTableServiceClient. #35

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Feb 16:19
01f2cc1
Compare
Choose a tag to compare

Blobs

Added

  • Add useConnectionString flag to blob FromAccount methods #34

Fixed

  • Parsing account keys from connection string is fixed.

v0.6.0

04 Feb 09:36
f353934
Compare
Choose a tag to compare

Blobs

Added

  • Support GenerateSasUri methods for blob clients . #32

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Dec 14:26
0debc4e
Compare
Choose a tag to compare

Service Bus

Changed

  • Use classes with init-only props instead of records for Service Bus entities options. #28

General

Changed

  • Redo recommended usage docs section. #29
  • [Breaking] Rename connection string 'Create*' methods to 'Get*' methods. #30

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Oct 13:30
f90e595
Compare
Choose a tag to compare

Service Bus

Fixed

  • [Breaking] Fix the naming of ServiceBusHookBuilder 's ReceiveBatch methods. #26

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Oct 10:32
6f41836
Compare
Choose a tag to compare

Service Bus

Fixed

  • Fix ServiceBusClient's AcceptSession and AcceptNextSession behaviour to not throw on missing session. #24
  • Fix ServiceBusClient's AcceptNextSession to respect TryTimeout option. #24
  • Fix ServiceBusReceiver's ReceiveXXX methods not to wait if some messages are immediately available. #25

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Oct 13:57
264d2e6
Compare
Choose a tag to compare

Blobs

Changed

  • [Breaking] Rework and enrich FluentAssertions for Storage Blobs. #22

Fixed

  • Do not create unnecessary blocks during flushing Blob Write Stream. #20
  • Commit block list on each flush of Blob Write Stream. #23

Event Hubs

Fixed

  • Make Event Hub PartitionReceiver tests more robust. #21

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 Sep 09:04
2359540
Compare
Choose a tag to compare

Service Bus

Fixed

  • Map Subject, ReplyTo and PartitionKey properties on ServiceBusReceivedMessage creation. #19 by @mickednk

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Sep 14:03
a1380d0
Compare
Choose a tag to compare

Blobs

Fixed

  • Fix blob properties - set ContentLength properly and use TimeProvider for createdOn and lastModified values. #16

Event Hubs

Added

  • Partition retention policy. #18

Fixed

  • Fix event hub partition keys bug that cause events to be routed to non-existent partitions. #17

Full Changelog: v0.2.0...v0.3.0