Skip to content

Releases: carbonfive/raygun-rails

v1.10.2

22 Nov 21:34
5bc5c9b
Compare
Choose a tag to compare

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

26 Aug 18:53
15f5b7b
Compare
Choose a tag to compare

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

04 Jun 01:41
471e8a4
Compare
Choose a tag to compare

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

15 Jan 01:00
4e23d03
Compare
Choose a tag to compare

Notable Changes

  • Ruby 3.0.0
  • Raygun 1.1.1
  • Updated JS and Ruby dependencies

v1.8.0

17 Dec 21:31
8e9be41
Compare
Choose a tag to compare

Notable Changes

  • Rails 6.1
  • Updated JS and Ruby dependencies
  • Default to Postgres 13.1
  • Drop mailcatcher configuration and notes

v1.7.0

09 Oct 17:44
b3ca947
Compare
Choose a tag to compare

Notable changes in this release

  • Add rubocop-rspec (#436)
  • Upgrade to Ruby 2.7.2 (#432)
  • Precompile assets before system tests (#416)

Other changes

  • Routine dependency updates

v1.6.1

28 Jul 19:49
dc443d7
Compare
Choose a tag to compare

Significant changes in this release

  • Upgrade to Ruby 2.7.1 from 2.6.6 (#404)

Other changes

  • Routine dependency updates

1.6.0

07 Jul 20:09
ef1e2cc
Compare
Choose a tag to compare

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 to CANONICAL_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

08 Jan 01:07
Compare
Choose a tag to compare

Other changes:

  • bundle update to use latest versions of gems
  • Correct several rubocop cop naming deprecations

1.5.0

07 Jan 17:59
Compare
Choose a tag to compare

Major changes in this release:

  • Remove sprockets; switch to webpacker (#244)
  • Remove bootstrap; now it is opt-in (#285)

Other changes:

  • Use new CircleCI 2.1 syntax with executors (#269)
  • Add shoulda-matchers gem (#284)
  • Fix irb context warning (#274)