The Eventide ecosystem enters its next generation — shaped by a decade of production event-sourced systems and 200+ engineers. Same core architecture. Better DX, cleaner internals, first-class messaging patterns.
https://t.co/NI6OkBJsMZ
#EventSourcing#Ruby#OpenSource
v2.4.0.0 of the Clock library is released. It changes the behavior of the diagnostic substitute so that it returns a time value instead of a nil when not controlling the clock's time value in a test.
Eventide's Schema library introduces a new protocol for attribute type checking with version 2.5.0.0, and the declarative strict mode of attribute type checking is no longer supported:
https://t.co/6seamEiP7U
Join us at the Eventide Summit on Vancouver Island from September 5th - 7th. Get a first look at Eventide Gen 3, become an open source contributor with help from other contributors, learn from the experts, and connect with the community.
https://t.co/xGEaShZrJ0
New release of Eventide's Mimic library (v2.6.0.0) introduces the RecordInvocation library (https://t.co/VHR6iyRYHg) which enables diagnostic substitutes with invocation recording like: https://t.co/AprXYS2mw1
The new Dependency and Mimic features will be demonstrated tonight at 7:30pm Central Time on the live stream from the Utah Microservices Meetup. Join us tonight for the launch of these powerful new features. Get the Zoom link at: https://t.co/pc3y4mpD6n
Big changes to Eventide's Dependency library today with release 2.2.0.0. Dependency substitutes now record method invocation telemetry by default and acquire the powerful telemetry querying features recently added to Eventide's Mimic library.
https://t.co/gRP0GuuQ2u
Breaking change release of Eventide's Mimic library with release 2.4.0.0. The predicates offered by the invocation recorder are now much simpler, and more powerful.
https://t.co/bizzpnkBa0
Get a preview of upcoming changes to Eventide's Mimic library and Dependency library that make simple diagnostic substitutes almost automatic. These changes also mark the start of early, prep work of Eventide gen 3, starting in earnest this fall.
https://t.co/iDdbXGMz6F
Utah #microservices Meetup scheduled for March! It's tomorrow, sorry for the late notice.
We're going over using the Eventide Telemetry library to enable highly-observable testing without things like mocks and spies.
https://t.co/77eywkFHMf
Fewer than 10 across 60 repos in it public life since late 2015. Only one show-stopper, and no user experienced the rare conditions that would have caused it.
We're resuming the Utah Microservices Meetup.
We're looking at a concurrency issue that someone found in an example project we've been working through.
Thurs, 19 Jan, 6:30pm MST. Zoom link on the meetup page, and we post recordings to our YT channel.
https://t.co/SKvBagG9Hy
I said it last week but state machines are a lost art.
We make them all the time but in the worst ways & often not explicitly. Just by modelling a bunch of objects and events or vaguely connected micro services and lambdas.
Simplicity comes if you think in state machines IMO.