Skip to content

Releases: BedrockStreaming/DaemonBundle

Support Symfony 7.x and PHP 8.2

27 May 19:24
90b03db
Compare
Choose a tag to compare

For Symfony 5.4 backward compatibility support

05 Apr 12:35
d674b19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

09 Apr 14:00
54d325a
Compare
Choose a tag to compare

See #28

Remove support < PHP 7.1

Add eventLoop

Fix travis build

26 Feb 09:22
ceffb7f
Compare
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

Remove check on pcntl_signal since it required in composer.json

16 Feb 20:04
d6aedac
Compare
Choose a tag to compare
Merge pull request #25 from lyrixx/my-2-cents

Some cleanup