Skip to content

Releases: jamil7/SQLStreamStore.FSharp

Add `GetAll` module

Add `GetAll` module Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 27 Apr 19:02
692bcdb
  • 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

API V3 Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 23 Apr 13:18
a7aa351

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

Various improvements

Various improvements Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 04 Nov 20:43
80127aa
  • Streamlined Postgres api
  • Return exceptions instead of exception messages
  • Added docs
  • Cleaned up internal api

New Read Api

New Read Api Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 03 Nov 16:58
7cbfa23
  • Breaking changes to the Read api

v0.0.1-alpha.18

v0.0.1-alpha.18 Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 28 Oct 13:14
88ba039
  • Add capability to choose schema in postgres settings.

Special Thank Rasmus Larsson & Till Schröder!

v0.0.1-alpha.17

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

Choose a tag to compare

@jamil7 jamil7 released this 24 Oct 12:23

Improvements to async operations and better exceptions.

Special Thanks to Simon Herteby!

v0.0.1-alpha.16

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

Choose a tag to compare

@jamil7 jamil7 released this 20 Oct 12:16

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

v0.0.1-alpha.15

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

Choose a tag to compare

@jamil7 jamil7 released this 17 Oct 13:03

Added extra config options to connect to postgres

v0.0.1-alpha.14

v0.0.1-alpha.14 Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 14 Oct 20:45
Add read and prefetch functions

v0.0.1-alpha.13

v0.0.1-alpha.13 Pre-release
Pre-release

Choose a tag to compare

@jamil7 jamil7 released this 14 Oct 20:07
Add Nuget tags