Releases: win32service/Win32ServiceBundle
Releases · win32service/Win32ServiceBundle
v2.0.3
v2.0.2
What's Changed
- Revert "issue #17 add code to retry and PHPUnit for tests" by @macintoshplus in #21
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- [issue #19] Remove "throw exception" on service stop request when the… by @jbcr in #18
- [issue #15] change word separator from dash to underscore for limit options by @jbcr in #16
- [issue #17] add code to retry and faillure, and PHPUnit for tests by @jbcr in #20
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Use Symfony Messenger in Win32Service by @jbcr in #10
- fix version required by @jbcr in #11
- set env from current env on service registration by @jbcr in #12
- fix name without thread index by @jbcr in #13
- change recovery deffault settings by @jbcr in #14
New Contributors
Full Changelog: v1.0.1...v2.0.0
v2.0.0-RC1
v1.0.1
What's Changed
- Add support for monolog 3.x by @NeilWhitworth in #9
New Contributors
- @NeilWhitworth made their first contribution in #9
Full Changelog: v1.0.0...v1.0.1
Symfony 6 and PHP 8+
- Bump Symfony version to 6.0+
- Bump to PHP version 8.0+
First Release
First Release candidate
Features:
- Configuration for many services with one or more thread
- Command line for register, unregister, send action, run the service
- Integration into Symfony 4