rollbar / rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker
MIT License
28 stars 25 forks source link

Update tag from 3.1.2 to 3.1.3? #58

Closed ellisgl closed 4 years ago

ellisgl commented 4 years ago

I noticed the last merge into master (my fix) wasn't tagged, so everyone is stuck with the previous version.

anthropos9 commented 4 years ago

Symfony 4.4 is now complaining about the TreeBuilder deprecation. If we could get a release with that fix sooner than later that'd be great.

ellisgl commented 4 years ago

5.0 will totally break.

ghost commented 4 years ago

Bump. The bundle is now unusable due to Symfony 5 BCs...

mwidner commented 4 years ago

Very much would like to see this merged in. It's blocking our ability to upgrade to Symfony 5.

eman1986 commented 4 years ago

I'd like to see a fix soon too, I've taken out rollbar support from my code and I'd like to bring it back in.

Dyachenko commented 4 years ago

Hi I've updated bundle to be able to use it with Symfony 5 and also bumped PHP version to >7.1 https://github.com/rollbar/rollbar-php-symfony-bundle/pull/61 it works for me with Symfony 5 if somebody also could test, it would be perfect

ArturMoczulski commented 4 years ago

The tag v4.0.0 is out with Symfony5 support here: https://github.com/rollbar/rollbar-php-symfony-bundle/releases/tag/v4.0.0

ellisgl commented 4 years ago

v4.0.0 has BC breaking changes with 4.x.... My PR made it compatible with both.