This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Releases: SQLStreamStore/SQLStreamStore
Releases · SQLStreamStore/SQLStreamStore
Performance related enhancement
Sorry, something went wrong.
No results found
- [ENHANCEMENT] #201 Make streamId a sql parameter of type SqlDbType.Char (cherrypicked from #197)
Bug fixes and improvements
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.