jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Rollbar versioning problems. #21

Closed tonglil closed 8 years ago

tonglil commented 9 years ago

Is using ~ in composer.json a good idea?

~ is the "next significant release" operator, however Rollbar doesn't seems to follow semver and adjust versions that have BC changes in them while using the middle x.*.x version number.

I am in the process of upgrading some packages and noticed that Rollbar got upgraded to 0.12.1 and noticed some of my messages are getting scrubbed.

~0.11 is equivalent to >=0.11 < 1.0.0. If you use ~0.11.0 then it is equivalent to >=0.11.0 < 0.12.0

jenssegers commented 8 years ago

Minor releases shouldn't break compatibility. But still waiting for Rollbar to tag a 1.0.0 release though.