Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 19:45
· 12 commits to main since this release
09b308c

Possible Breaking Changes

Upgrade ruby 3.3.6 => 3.4.1

This release upgrades ruby to verison 3.4.1. 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.

This is a major ruby update. To prepare for upgrading your Bullet Train application you should make sure that all of your non-BT gems are up to date. You can see the status by running bundle outdated.

If you run into problems making this upgrade it's likely related to gems conflicting with the new ruby version. If you're having trouble getting things working, hit us up in Discord and we'll try to help.

Remove extended_email_reply_parser and charlock_holmes dependencies

NOTE This is only a breaking change if you use the bullet_train-conversations gem. If you're using that gem you should either:

  • Update it to version 1.1.5 or later
  • Add extended_email_reply_parser directly to your Gemfile

Upgrade node 22.11.0 => 22.12.0

This release upgrades node to version 22.12.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

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.13.0...v1.14.0