Skip to content

Releases: fsprojects/FSharp.Azure.Storage

v2.1.0

14 Sep 10:39

Choose a tag to compare

Changelog

  • Added support for properties of type DateTime

Full changelog here.

v2.0.0

15 Aug 12:52

Choose a tag to compare

Changelog

Breaking changes since FSharp.Azure 1.0.x:

  • Renamed project from FSharp.Azure to FSharp.Azure.Storage. (#10)
  • Namespaces and assemblies have been changed from DigitallyCreated.FSharp.Azure to FSharp.Azure.Storage
  • TableStorage module has been renamed to Table

Full changelog here.

v1.0.3

15 Aug 12:50

Choose a tag to compare

Changelog

  • Added deprecated message to NuGet package in preparation to move to a new package name.

Full changelog here.

v1.0.2

23 Jun 09:01

Choose a tag to compare

Changelog

  • Fixed issue where internal record types caused crashes.

Full changelog here.

v1.0.1

09 Nov 07:07

Choose a tag to compare

Changelog

  • Optimises queries by only requesting table columns that are used by your record types.

Full changelog here.