github EventStore/EventStore oss-v3.3.0
Event Store 3.3.0

latest releases: v24.4.0-alpha.2, v24.4.0-alpha.1, nightly-build...
8 years ago

Event Store Server

  • (#692) - (All Platforms) - Ensure an ipv4 address is used when resolving dns names for tcp
  • (#695) - (All Platforms) - Persistent Subscriptions configuration now handles default values for fields not passed when creating the subscription
  • (#706) - (All Platforms) - Split development mode into StartStandardProjections and DisableHTTPCaching
  • (#498) - (All Platforms) - Return empty when no metadata is present
  • (#691) - (All Platforms) - After a common epoch is found, the next epoch is found to start sending from, if this is not found, all the epochs are read.
  • (#696) - (All Platforms) - Splitting of some of the multiline logging to individual log calls. This is to ensure that the logs can be better understood by log readers.

Event Store UI

  • (EventStore/EventStore.UI#77) - Disable update button on updating of the query.
  • (EventStore/EventStore.UI#76) -
    Improvements to the debugging experience which includes
    • Disables and Resets the query ready for the debugging session to commence.
    • Read the information (state, stats, etc) from the projection before enabling (this gets rid of some projections (transient) that run until completion and no longer produce a position which the UI uses to read events
    • When there are no further events for the projection to process, set running status as true (i.e. the projection is not being paused for debugging)
    • When we update the projection, we disable it to stop it from updating and running to completion, we will enable it when the debugging session has reloaded
  • (EventStore/EventStore.UI#86) - Fix grammatical error in failure msg
  • (EventStore/EventStore.UI#79) - Create Persistent Subscriptions from the UI
  • (EventStore/EventStore.UI#84) - Retain the user's query where an update causes compilation to fail
  • (EventStore/EventStore.UI#91) - Inform the user when the state query didn't return an ES-Position and possible causes.
  • (EventStore/EventStore.UI#83) - Show a possible causes of 404 on Query updating
  • (EventStore/EventStore.UI#82) - Show a message to the user telling them that they should press the update button for their "changed" query to take effect
  • (EventStore/EventStore.UI#90) - Credentials will now be stored against the domain and port. This addresses an issue where previously only the domain was used and the UI will use the same credentials on the same domain (but different ports). The result is that the user will only see data from the first logged in instance

.NET Client

  • (#704) - Handle null Uri that gets passed when retrieving credentials
  • (#717) - Change formatting of the CorrelationID in Subscription/Operation(Item) to not include the brackets. This fixes a bug where if this were to be passed to the method that tries to format it will throw a FormatException

.NET Embedded Client

  • (#702) - Take a hard dependency on EventStore.Client of the same version
  • (#705) - Include Prelude in Embedded Client

Don't miss a new EventStore release

NewReleases is sending notifications on new releases.