Skip to content

Releases: win32service/Win32ServiceBundle

v2.0.3

23 Oct 13:25
9062ff5
Compare
Choose a tag to compare

What's Changed

  • [issue #17] fix retry and faillure queue by @jbcr in #22

Full Changelog: v2.0.2...v2.0.3

v2.0.2

23 Oct 12:52
26ab698
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

23 Oct 12:49
fbfedf4
Compare
Choose a tag to compare

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

26 Jul 14:14
09bf839
Compare
Choose a tag to compare

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

  • @jbcr made their first contribution in #10

Full Changelog: v1.0.1...v2.0.0

v2.0.0-RC1

26 Jul 07:36
a3e7e60
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

What's Changed

  • Use Symfony Messenger in Win32Service by @jbcr in #10
  • fix version required by @jbcr in #11

New Contributors

  • @jbcr made their first contribution in #10

Full Changelog: v1.0.1...v2.0.0-RC1

v1.0.1

13 Mar 16:03
e9cf45b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Symfony 6 and PHP 8+

29 Sep 07:34
96910b9
Compare
Choose a tag to compare
  • Bump Symfony version to 6.0+
  • Bump to PHP version 8.0+

First Release

19 Mar 07:30
c206c81
Compare
Choose a tag to compare

Change from v0.1.0-RC1:

  • add min value for integer configuration keys (#6)
  • convert $runMax to integer ferore call doRun function (#5)

First Release candidate

20 Feb 14:52
Compare
Choose a tag to compare
Pre-release

Features:

  • Configuration for many services with one or more thread
  • Command line for register, unregister, send action, run the service
  • Integration into Symfony 4