Releases: carbonfive/raygun-rails
Releases · carbonfive/raygun-rails
v1.10.2
Notable Changes
- Use correct homebrew package for PostgreSQL by @mattbrictson in #711
- Fix "no such middleware" error in production mode by @mattbrictson in #712
- Update all Bundler dependencies, including Rails 7.0.4 (2022-09-28) by @depfu in #714
- [js] Upgrade Node.js to 16.17.1 by @depfu in #713
- Pin puma 5.x since Rails doesn't support puma 6 yet by @mattbrictson in #720
Full Changelog: v1.10.1...v1.10.2
v1.10.1
Notable Changes
- Node requirement changed from 16.15 to 16.17.
- Various minor and patch level Ruby and Node dependency updates
Full Changelog: v1.10.0...v1.10.1
v1.10.0
Notable Changes
- Rails 7
- Ruby 3.1
- Node 16
- Switch to new Circle CI
cimg
Docker image and latest orbs - Add accessibility checks to PR template
- Drop spring
- Send
Cache-Control: no-store
header by default
Full Changelog: v1.9.6...v1.10.0
v1.9.0
v1.8.0
Notable Changes
- Rails 6.1
- Updated JS and Ruby dependencies
- Default to Postgres 13.1
- Drop mailcatcher configuration and notes
v1.7.0
v1.6.1
1.6.0
Significant changes in this release:
- Switch from awesome_print to amazing_print (#365)
- Improve cache keys and fallbacks for CircleCI (#337)
- Ensure db:setup and db:sample_data are run in CI (#334)
- Add a
yarn start
command that launches the Rails server and webpack-dev-server (#327) - Rename
HOSTNAME
env var toCANONICAL_HOSTNAME
(#323)
Other changes:
- Rename master branch to "main" (#393)
- Upgrade to Ruby 2.6.6 (latest in 2.6 series) (#349)
- Regenerate config for compatibility w annotate 3.x (#333)
- Add webpacker-react as a suggestion to Gemfile (#333)
- Ignore coverage dir created by simplecov (#333)
- Ignore
.env.*local
files (#333) - Reorganize .gitignore entries (#333)
- Alphabetize Gemfile (#333)
- Add guard-rpsec out of the box; remove livereload (#333)
- Catch EADDRNOTAVAIL, which happens in Docker (#333)
- Add byebug gem (#333)
- Document env vars required for deployment (#333)
- Sort environment variables alphabetically in README (#333)
- Require Node 10+ (#333)
1.5.1
Other changes:
bundle update
to use latest versions of gems- Correct several rubocop cop naming deprecations