Skip to content

Releases: patchlevel/event-sourcing

3.10.1

21 Feb 11:22
3.10.1
d276fb1
Compare
Choose a tag to compare

Release Notes for 3.10.1

3.10.x bugfix release (patch)

3.10.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

BC-Break,bug

3.10.0

19 Feb 08:41
3.10.0
0f1656b
Compare
Choose a tag to compare

Release Notes for 3.10.0

Feature release (minor)

3.10.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 1

enhancement

3.9.0

07 Feb 12:06
3.9.0
d0ea850
Compare
Choose a tag to compare

Release Notes for 3.9.0

Feature release (minor)

3.9.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

enhancement

3.8.1

05 Feb 11:19
3.8.1
Compare
Choose a tag to compare

Release Notes for 3.8.1

3.8.x bugfix release (patch)

3.8.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

3.8.0

17 Jan 14:56
3.8.0
Compare
Choose a tag to compare

3.7.0

02 Jan 10:49
3.7.0
72c1b9f
Compare
Choose a tag to compare

Release Notes for 3.7.0

Feature release (minor)

3.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1

enhancement

3.6.3

30 Dec 15:31
3.6.3
7724096
Compare
Choose a tag to compare

Release Notes for 3.6.3

3.6.x bugfix release (patch)

3.6.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

3.6.2

30 Dec 12:41
3.6.2
d9a2790
Compare
Choose a tag to compare

Release Notes for 3.6.2

3.6.x bugfix release (patch)

3.6.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

3.6.1

29 Dec 19:14
94a73ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.6.1

3.6.0

17 Dec 16:31
3.6.0
366de9f
Compare
Choose a tag to compare

Release Notes for 3.6.0

Feature release (minor)

This release has changes that would be classified as BC breaks in our experimental components. Since these features are experimental, we can change the API or remove them completely even in a major release. See our documentation: https://event-sourcing.patchlevel.io/latest/our-backward-compatibility-promise/

The following has changed:

StreamDoctrineDbalStore:
A new required database field called event_id has been added and the fields event have been renamed event_name and payload have been renamed event_payload. Make sure to adjust the migration generation accordingly! In addition, the StreamHeader has been split into the following headers: StreamNameHeader, PlayheadHeader and RecordedOnHeader.

Tracing:
This feature has been completely removed.

3.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 1

enhancement

BC-Break