Skip to content

Releases: BedrockStreaming/DaemonBundle

[SF 7.3 compat] Introduce ConsoleCommandListener to workaround the handleSignal function that is conflicting with Symfony 7.3

14 Jan 15:57
66dd66b

Choose a tag to compare

What's Changed

  • feat: implement ConsoleCommandListener by @pforesi in #42 (linked issue)
    • replace handleSignal function from this bundle with a new ConsoleCommandListener class, because the existing function was conflicting with a new handleSignal function introduced in Symfony 7.3

Full Changelog: v8.0.0...v9.0.0

Support Symfony 7.x and PHP 8.2

27 May 19:24
90b03db

Choose a tag to compare

For Symfony 5.4 backward compatibility support

05 Apr 12:35
d674b19

Choose a tag to compare

Why?

  • v7.0.0 drops support for Symfony versions < 6... but some of our applications still require Symfony 4.4/5.4 compatibility

How?

  • Use v6.x branch to produce v6.*.* tags for Symfony 4.4/5.4 compatibility

Symfony 6.1 support

11 Oct 09:40
ce99584

Choose a tag to compare

To be used only with symfony >=6.1 and php >=8.1

Symfony 5.x support

10 Mar 09:34
02fd72f

Choose a tag to compare

  • drop support for Symfony < 4.4
  • add support for Symfony 5.x

PSR-14 implentation for event dispatcher

18 Nov 13:23
1c9da9f

Choose a tag to compare

Merge pull request #32 from M6Web/feat/4.3

feat: psr 14 implentation for event dispatcher

Add SF4 compatibility

18 Jun 08:17
9db55b0

Choose a tag to compare

Merge pull request #30 from Meroje/patch-1

Make service public for sf4 compatibility

Update Documentation

25 Apr 16:02
ed5e308

Choose a tag to compare

Update for PHP7.1, and add >React Event Loop

09 Apr 14:00
54d325a

Choose a tag to compare

See #28

Remove support < PHP 7.1

Add eventLoop

Fix travis build

26 Feb 09:22
ceffb7f

Choose a tag to compare

Merge pull request #27 from M6Web/fix/travis-builds

Remove php5.5 build on travis since it's not supported anymore by PHP itself