Skip to content

Releases: SQLStreamStore/SQLStreamStore

Performance related enhancement

26 Oct 14:12
135a6fb
Compare
Choose a tag to compare
  • [ENHANCEMENT] #201 Make streamId a sql parameter of type SqlDbType.Char (cherrypicked from #197)

Bug fixes and improvements

27 May 22:53
Compare
Choose a tag to compare

No breaking changes. No API changes.

  • Handles SetStreamMetadata idempotently #129
  • Bug when reading stream backwards #120
  • Improve MsSql append performance with millions of message on a single stream #117
  • Allow overriding the way a SqlConnection is created #119

v0.8.1

07 Apr 15:04
a1b451f
Compare
Choose a tag to compare

This release is effectively v1.0.0-RC1

Main items

  • the last position of a stream is track in the streams table and returned as part of the AppendResult
  • breaking schema change with a migration script.
  • Small perf improvement using a non-clustered index instead of a clustered one.