Skip to content

Releases: dogmatiq/verity

Version 0.4.0

06 Oct 00:03
v0.4.0
885a718

Choose a tag to compare

Version 0.4.0 Pre-release
Pre-release

Changed

  • [BC] Update to Dogma v0.16.0.

Fixed

  • Fixed issue selecting next free event offset when using SQL persistence when running multiple applications on the same engine instance.

Version 0.3.3

10 Oct 07:07
v0.3.3
62b341b

Choose a tag to compare

Version 0.3.3 Pre-release
Pre-release

Fixed

  • Remove erroneous use of stubbed marshaler in Packer implementation.

Version 0.3.2

10 Oct 05:39
v0.3.2
e1e3722

Choose a tag to compare

Version 0.3.2 Pre-release
Pre-release

Fixed

  • Fixed issue that prevented command types from being recognized by the dogma.CommandExecutor implementation.

Version 0.3.1

05 Oct 11:05
v0.3.1
c87bcf6

Choose a tag to compare

Version 0.3.1 Pre-release
Pre-release

Changed

  • Bump configkit to v0.16.0, and use enginekit/message instead of configkit/message, which has been removed.

Version 0.3.0

03 Oct 03:49
v0.3.0
50a72f8

Choose a tag to compare

Version 0.3.0 Pre-release
Pre-release
  • Bumped Dogma to v0.15.0, which requires passing validation scopes to each message's Validate() method. As these interfaces currently contain no methods, Verity simply passes nil.

Version 0.2.4

29 Sep 20:16
v0.2.4
40ce112

Choose a tag to compare

Version 0.2.4 Pre-release
Pre-release

Changed

  • Bumped Dogma to v0.14.3
  • Replaced usage of the deprecated marshalkit module with enginekit/marshaler.

Version 0.2.3

17 Aug 06:19
v0.2.3
61300a3

Choose a tag to compare

Version 0.2.3 Pre-release
Pre-release

Changed

  • Bumped Dogma to v0.14.0.

Version 0.2.2

16 Jul 06:37
v0.2.2
4521feb

Choose a tag to compare

Version 0.2.2 Pre-release
Pre-release

Added

  • Added support for Disable() method in dogmatiq/dogma v0.13.1.

Version 0.2.1

21 Jun 02:03
v0.2.1
09d458a

Choose a tag to compare

Version 0.2.1 Pre-release
Pre-release

Changed

  • Bump dogmatiq/marshalkit to v0.7.4, which introduces better handling of messages with conflicting names.
  • Add the new stateless.DefaultCodec to the default set of marshaling codecs as a special case for dogma.StatelessProcessRoot values that does not depend on any other specific code, such as Protocol Buffers or JSON.

Version 0.2.0

26 Mar 01:24
v0.2.0
f467f98

Choose a tag to compare

Version 0.2.0 Pre-release
Pre-release
  • [BC] Bump dogmatiq/dogma to v0.13.0.