Skip to content

Releases: jamil7/SQLStreamStore.FSharp

Add `GetAll` module

27 Apr 19:02
692bcdb

Choose a tag to compare

Add `GetAll` module Pre-release
Pre-release
  • Add GetAll module to get some data from a ReadAllStreamPage
  • Fix a minor bug when using StreamMessage.GetMessageAs<'a> extension
  • Add nextStreamPage function to the Get module

API V3

23 Apr 13:18
a7aa351

Choose a tag to compare

API V3 Pre-release
Pre-release

This version includes a drastic change in the API. It adds an EventStream type and a EventSourcing module for event sourcing.

Various improvements

04 Nov 20:43
80127aa

Choose a tag to compare

Various improvements Pre-release
Pre-release
  • Streamlined Postgres api
  • Return exceptions instead of exception messages
  • Added docs
  • Cleaned up internal api

New Read Api

03 Nov 16:58
7cbfa23

Choose a tag to compare

New Read Api Pre-release
Pre-release
  • Breaking changes to the Read api

v0.0.1-alpha.18

28 Oct 13:14
88ba039

Choose a tag to compare

v0.0.1-alpha.18 Pre-release
Pre-release
  • Add capability to choose schema in postgres settings.

Special Thank Rasmus Larsson & Till Schröder!

v0.0.1-alpha.17

24 Oct 12:23

Choose a tag to compare

v0.0.1-alpha.17 Pre-release
Pre-release

Improvements to async operations and better exceptions.

Special Thanks to Simon Herteby!

v0.0.1-alpha.16

20 Oct 12:16

Choose a tag to compare

v0.0.1-alpha.16 Pre-release
Pre-release

Old createSchema is now createSchemaRaw.
Wrapped createSchema in a Result typ to handle Async exceptions.

v0.0.1-alpha.15

17 Oct 13:03

Choose a tag to compare

v0.0.1-alpha.15 Pre-release
Pre-release

Added extra config options to connect to postgres

v0.0.1-alpha.14

14 Oct 20:45

Choose a tag to compare

v0.0.1-alpha.14 Pre-release
Pre-release
Add read and prefetch functions

v0.0.1-alpha.13

14 Oct 20:07

Choose a tag to compare

v0.0.1-alpha.13 Pre-release
Pre-release
Add Nuget tags