Skip to content

Tags: marcellscarlett/EventStore

Tags

oss-v3.0.5

Toggle oss-v3.0.5's commit message
Fix initial replication of merged chunks

oss-v3.0.3

Toggle oss-v3.0.3's commit message
Remove cast which was causing an loop in scavenge

The cast to int was causing chunks whose range extends beyond the range
of an int to infinite loop during scavenging, as it repeatedly read the
record closes to int.MaxValue.

oss-v3.0.2

Toggle oss-v3.0.2's commit message
Redirect to new UI when requesting stream as HTML

oss-v3.0.1

Toggle oss-v3.0.1's commit message
Merge pull request EventStore#286 from thefringeninja/embedded-catchu…

…p-bug

using ResolvedEvent instead of ResolvedIndexEvent

oss-v3.0.0

Toggle oss-v3.0.0's commit message
Merge branch 'release-oss-v3.0.0' into dev

OSS-v3.0.0-rc9

Toggle OSS-v3.0.0-rc9's commit message
Merge branch 'atom-linkto-xml' into dev

Conflicts:
	src/EventStore.Core.Tests/EventStore.Core.Tests.csproj
	src/EventStore.Core.Tests/Http/Streams/feed.cs

v3.0.0rc2

Toggle v3.0.0rc2's commit message
Fix handling of fields with default values

projections-linkMetadata

Toggle projections-linkMetadata's commit message
Fixed: stream indexing when first stream event is linkTo

clientapi-net-v2.0.2

Toggle clientapi-net-v2.0.2's commit message
Add XML docs for Stream ACL

ES-NET-v2.0.1

Toggle ES-NET-v2.0.1's commit message
Merge branch 'dev'