Skip to content

Releases: BedrockStreaming/LogBridgeBundle

Listen on kernel.terminate to send logs

06 Sep 13:21
f169f8c
Compare
Choose a tag to compare

See #74, this should fix a duplicated log issue.

Listen on kernel.terminate to send logs

06 Sep 13:50
2b21b60
Compare
Choose a tag to compare

Backport from #74 available in v10.2.0

add new routes config

30 Aug 09:44
b09bc7b
Compare
Choose a tag to compare
fix(parser): parser could find route and routes in config (#72)

Co-authored-by: raphaelloussinian <rloussinian.externe@bedrockstreaming.com>

fix(token): fix getUsername calls only if there is no getUserIdentifier method available

09 Aug 12:43
c406a5b
Compare
Choose a tag to compare

PHP 8 support

13 Jun 09:56
194de71
Compare
Choose a tag to compare
Feat/support php8 (#68)

* feat: php8 support

* feat: GHA ?

* feat: removing composer.lock

* feat: removing composer.lock

* feat: type-hints in every files o/

* feat: self-review

* feat: self review still

* feat: fixing a dumb error :)

* feat: fixing another error

* feat: review

* feat: review

* feat: review

* feat: constructor property promotion

* feat: type hint !

* feat(quality): added PHPStan and rector

* feat(quality): apply rector rules

* feat(quality): fix phpstan warnings

* feat(quality): removed useless constructor

* feat(quality): updated ignore list

* feat(quality): updated types and misc phpstan adjustments

* feat(quality): apply rector & php-cs-fixer

* feat(quality): simplify some code after adding better types

* feat: merged vclavreul PR

Co-authored-by: vderudet <vderudet.externe@bedrockstreaming.com>
Co-authored-by: Valentin Clavreul <valentin.clavreul@bedrockstreaming.com>

Fix some deprecated

07 Feb 09:17
cab2888
Compare
Choose a tag to compare

See list of deprecated fixed here #65

Symfony 6 compatibility

09 Dec 13:57
9d6af2d
Compare
Choose a tag to compare
v9.0.0

chore: add Symfony 6 compatibility

Symfony 5 support

01 Jun 11:17
8460c91
Compare
Choose a tag to compare
v8.0.0

add Symfony 5 compatibility

Fix doc on return type

28 Dec 15:23
29f0e4e
Compare
Choose a tag to compare

Fix: use Throwable instead of Exception in formatter

17 Dec 14:39
f9c6a9e
Compare
Choose a tag to compare

Fix: use Throwable instead of Exception in formatter to handle TypeError exception

see #59