Skip to content

Releases: BedrockStreaming/DaemonBundle

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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 14 Jan 15:57
66dd66b

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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 27 May 19:24
90b03db

For Symfony 5.4 backward compatibility support

Choose a tag to compare

@Oliboy50 Oliboy50 released this 05 Apr 12:35
d674b19

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

Choose a tag to compare

@sdechomets sdechomets released this 11 Oct 09:40
ce99584

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

Symfony 5.x support

Choose a tag to compare

@Oliboy50 Oliboy50 released this 10 Mar 09:34
02fd72f
  • drop support for Symfony < 4.4
  • add support for Symfony 5.x

PSR-14 implentation for event dispatcher

Choose a tag to compare

@haflit21 haflit21 released this 18 Nov 13:23
1c9da9f
Merge pull request #32 from M6Web/feat/4.3

feat: psr 14 implentation for event dispatcher

Add SF4 compatibility

Choose a tag to compare

@valentin-claras valentin-claras released this 18 Jun 08:17
9db55b0
Merge pull request #30 from Meroje/patch-1

Make service public for sf4 compatibility

Update Documentation

Choose a tag to compare

@DocRoms DocRoms released this 25 Apr 16:02
ed5e308

See #29

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

Choose a tag to compare

@DocRoms DocRoms released this 09 Apr 14:00
54d325a

See #28

Remove support < PHP 7.1

Add eventLoop

Fix travis build

Choose a tag to compare

@Oliboy50 Oliboy50 released this 26 Feb 09:22
ceffb7f
Merge pull request #27 from M6Web/fix/travis-builds

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