Highlights
- Simplified and improved
rake rollbar:test
, works reliably with current Rails versions - Accept Rack Spec env vars for request URI
- Capistrano integration improvements:
- Capistrano 2.x fixed missing constant exception
- Deploys now unaffected by Rollbar API outages
- Send comment with succeeded/failed deploy events
Pull requests
Capistrano: use real_revision, not current_revision, #973
Capistrano Deploy Rollbar Comment Fix, #974
Recreate REQUEST_URI using Rack SPEC-compliant variables, #978
Use message occurrence for new project verification test, #981
Rescue exceptions in deploy tasks, allow deploy to continue, #983
Add guard to ensure CAPISTRANO::VERSION is defined, #984