Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 17:45
· 71 commits to main since this release
54fa5a1

Potentially Breaking Changes

pagy upgrade

This release upgrades the pagy gem from version 6 to version 8. In doing so the text for the "next page" and "previous page" buttons has changed from < Prev & Next > to < & >. This may break system tests if you have custom tests around pagination. See the PR for details about how to go back to the old text and/or how to update your pagination tests.

ruby upgrade

This release upgrades ruby to verison 3.3.6. You'll need to install it locally via whatever runtime manager you use (asdf is a good one if you're looking for recommendations) and then run bundle install to install all the gems for the new version. See the ruby upgrade PR for details on exactly what changed.

node upgrade

This release upgrades node to version 22.11.0. You'll need to install it locally via whatever runtime manager you use (asdf is a good one if you're looking for recommendations) and then do the following to install yarn and all the JS dependencies:

npm install -g yarn
corepack enable
yarn install

See the node upgrade PR for details on exactly what changed and for more context around the commands listed above.

What's changed in bullet_train-core

Also check the corresponding release for the bullet_train-core repo:
https://github.com/bullet-train-co/bullet_train-core/releases

What's Changed

Full Changelog: v1.8.5...v1.9.0