Releases: spotflow-io/in-memory-azure-test-sdk
Releases · spotflow-io/in-memory-azure-test-sdk
v0.9.0
Blobs
Added
- Fix SAS token generation for blob clients created using methods
GetBlobClient
andGetBlockBlobClientCore
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
Blobs
Added
- Add support for
BlobTraits.Metadata
toBlobContainerClient.GetBlobs
method. #40 - Add
CreateTable
&DeleteTable
methods toInMemoryTableServiceClient
. #35
New Contributors
- @tokarchyn made their first contribution in #40
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.0
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
Service Bus
Fixed
- [Breaking] Fix the naming of
ServiceBusHookBuilder
'sReceiveBatch
methods. #26
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Service Bus
Fixed
- Fix
ServiceBusClient
'sAcceptSession
andAcceptNextSession
behaviour to not throw on missing session. #24 - Fix
ServiceBusClient
'sAcceptNextSession
to respectTryTimeou
t option. #24 - Fix
ServiceBusReceiver
'sReceiveXXX
methods not to wait if some messages are immediately available. #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
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
Blobs
Fixed
- Fix blob properties - set
ContentLength
properly and useTimeProvider
forcreatedOn
andlastModified
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