Releases: patchlevel/event-sourcing
Releases · patchlevel/event-sourcing
2.3.1
Release Notes for 2.3.1
2.3.x bugfix release (patch)
2.3.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
bug
documentation
3.0.0-beta6
What's Changed
- Update actions/checkout action to v4 by @renovate in #416
- Update dependency mkdocs-material to v9.2.8 by @renovate in #417
- Update actions/github-script action to v7 by @renovate in #424
- Bump composer/composer from 2.5.3 to 2.6.4 in /tools by @dependabot in #418
- remove own clock interface and use only psr-20 by @DavidBadura in #425
- Update actions/setup-python action to v5 by @renovate in #428
- Update dependency mike to v2 by @renovate in #423
- php 8.3 support by @DavidBadura in #426
- update codestyle by @DavidBadura in #430
- upgrade phpunit 10.5 by @DavidBadura in #431
- Drop Symfony 4, Support Symfony 7 by @DavidBadura in #432
- fix symfony/lock min version by @DavidBadura in #434
- Revert PHP version for bc check to 8.2 due to latest release does not support 8.3 by @DanielBadura in #433
Full Changelog: 3.0.0-beta5...3.0.0-beta6
2.3.0
Release Notes for 2.3.0
Feature release (minor)
2.3.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 2
dependencies
- 433: Revert PHP version for bc check to 8.2 due to latest release does not support 8.3 thanks to @DanielBadura
- 432: Drop Symfony 4, Support Symfony 7 thanks to @DavidBadura
- 431: upgrade phpunit 10.5 thanks to @DavidBadura
- 430: update codestyle thanks to @DavidBadura
enhancement
-
426: php 8.3 support thanks to @DavidBadura
-
369: Update supported / tested database versions thanks to @DavidBadura
-
360: Update psalm to ^5.6.0 and all plugins. Also update some patches for other packages. thanks to @DanielBadura
RFC,enhancement
3.0.0-beta5
What's Changed
- add metadata cache by @DavidBadura in #420
- close stream by @DavidBadura in #421
Full Changelog: 3.0.0-beta4...3.0.0-beta5
3.0.0-beta4
What's Changed
- Update all non-major dependencies by @renovate in #392
- improve benchmarks by @DavidBadura in #414
- allow to get event names from event registry by @DavidBadura in #412
- add limit and offset support by @DavidBadura in #413
- allow to get the index of the stream by @DavidBadura in #411
Full Changelog: 3.0.0-beta3...3.0.0-beta4
3.0.0-beta3
What's Changed
- remove old projection commands by @DavidBadura in #406
- add backwards stream by @DavidBadura in #405
- replace event system by throw by error flag in projectionist by @DavidBadura in #407
- improve projectionist commands with more options by @DavidBadura in #408
- rename projectionist commands into projection by @DavidBadura in #410
- Add new show command by @DavidBadura in #409
Full Changelog: 3.0.0-beta2...3.0.0-beta3
3.0.0-beta2
What's Changed
- replace deprecated projector listener by @DavidBadura in #403
- add rebuild command & error message in projectionist status command by @DavidBadura in #404
Full Changelog: 3.0.0-beta1...3.0.0-beta2
3.0.0-beta1
What's Changed
- Remove all deprecations by @DavidBadura in #350
- merge 2.2.x into 3.0.x by @DavidBadura in #353
- Remove support of deprecated normalize attribute by @DavidBadura in #354
- Merge up 2.2.x into 2.3.x by @DanielBadura in #359
- merge 2.2.x into 2.3.x by @DavidBadura in #365
- add projectionist event bus wrapper by @DavidBadura in #340
- Merge release 2.2.0 into 3.0.x by @github-actions in #357
- Move TransactionalStore into Store, declutter Archive- and OutboxStore by @DavidBadura in #352
- Update dependency roave/backward-compatibility-check to v8 by @renovate in #367
- Increase min version of bc-check to prevent downloading versions which will error due to new initlializers by @DanielBadura in #368
- Update psalm to ^5.6.0 and all plugins. Also update some patches for other packages. by @DanielBadura in #360
- Update supported / tested database versions by @DavidBadura in #369
- merge 2.3.x into 3.0.x by @DavidBadura in #371
- Remove deprecations in schema director by @DavidBadura in #372
- AggregateRoot is now an interface, add behaviour trait, replace hydrator by @DavidBadura in #351
- Merge release 2.2.1 into 2.3.x by @github-actions in #377
- Update all composer packages by @DanielBadura in #379
- Update pymdown-extensions from 9.4 to 10.0 by @DanielBadura in #381
- Update infection from 0.26.16 to 0.27.0 by @DanielBadura in #382
- Update shivammathur/setup-php action to v2.25.2 by @renovate in #374
- Merge 2.3.x into 3.0.x by @DanielBadura in #383
- Update coding standard by @DanielBadura in #384
- Update docs deps by @DanielBadura in #388
- Upmerge 2.0.x to 2.1.x by @DanielBadura in #387
- Upmerge 2.1.x into 2.2.x by @DanielBadura in #389
- Upmerge 2.2.x into 2.3.x by @DanielBadura in #390
- Upmerge 2.3.x into 3.0.x by @DanielBadura in #391
- rewrite store by @DavidBadura in #373
- use metadata in repository, remove bc layer by @DavidBadura in #393
- add clock as required paramter in repository by @DavidBadura in #395
- Prevent saving of broken aggregates by @DavidBadura in #394
- Cleanup projectors, remove BC-Layer by @DavidBadura in #396
- outsource worker by @DavidBadura in #401
- add dev runner for projectionist by @DavidBadura in #402
Full Changelog: 2.2.1...3.0.0-beta1
2.2.1
Release Notes for 2.2.1
2.2.x bugfix release (patch)
2.2.1
- Total issues resolved: 0
- Total pull requests resolved: 0
- Total contributors: 0
bug
2.1.1
Release Notes for 2.1.1
2.1.x bugfix release (patch)
2.1.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 1
bug
documentation
- 347: improve some docs thanks to @DavidBadura
- 344: fix wrong normalize usage in docs thanks to @DavidBadura