Skip to content

Releases: fsprojects/FSharp.Azure.Storage

v5.0.2

14 Mar 05:26
e016a7e
Compare
Choose a tag to compare

Changelog

  • Upgrade FSharp.Control.Async dependency to >= 3.0.5

Full changelog here

v5.0.1

12 Jan 02:30
Compare
Choose a tag to compare

Changelog

  • Downgrade build to use FSharp.Core 4.7

Full changelog here

v5.0.0

11 Jan 07:38
Compare
Choose a tag to compare

Changelog

  • New fromTableSegmentedAsyncSeq that returns an AsyncSeq of query segments
  • Fixed querying using DynamicTableEntity
  • Updated to use v5 of Unquote (potentially breaking if you're stuck on v4)

Full changelog here

v4.0.0

14 Apr 14:01
Compare
Choose a tag to compare

Changelog

  • Switched from using the WindowsAzure.Storage package, which is deprecated, to the Microsoft.Azure.Cosmos.Table package. NOTE: This is a breaking change, but simple to fix; just update namespaces (see PR#39) (Thanks @JohnDoeKyrgyz).

Full changelog here

v3.3.1

06 Oct 05:30
Compare
Choose a tag to compare

Changelog

Full changelog here

v3.3.0

28 Jul 14:48
18c6981
Compare
Choose a tag to compare

Changelog

  • Support for record fields typed as union types that do not have fields. (Thanks @aaronpowell)

Full changelog here

v3.2.0

14 Oct 11:09
Compare
Choose a tag to compare

Changelog

  • New FSharp.Azure.Storage.Table.Task module that contains Task implementations of the async functions. (Thanks @coolya)

Full changelog here

v3.1.0

10 Oct 12:08
Compare
Choose a tag to compare

Changelog

  • New Etag and Timestamp attributes that can be applied to record fields; the row's ETag and Timestamp will be written into those fields on query. These fields are ignored when writing back into table storage. (Thanks @coolya)
  • The System.Uri type is now supported as a record field type. (Thanks @coolya)

Full changelog here

v3.0.0

19 May 16:07
Compare
Choose a tag to compare

Changelog

  • .NET Standard 2.0 support. NOTE: All sync functions (eg. fromTable, etc) are now sync-over-async functions. See Azure/azure-storage-net#367
  • Fixed bug in fromTableAsync where take count wasn't respected

Full changelog here

v2.2.0

16 Dec 06:38
Compare
Choose a tag to compare

Changelog

  • Removed dependency on FSPowerPack; Unquote is used to perform expression tree evaluation

Full changelog here.