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 yourGemfile
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
- [ruby] Update all Bundler dependencies (2024-12-24) by @depfu in #1840
- [js] Update all Yarn dependencies (2024-12-24) by @depfu in #1841
- [ruby] Update all Bundler dependencies (2024-12-25) by @depfu in #1842
- [ruby] Update all Bundler dependencies (2024-12-26) by @depfu in #1843
- Ruby 3.4.1 by @jagthedrummer in #1847
- [js] Update Node.js 22.11.0 → 22.12.0 by @depfu in #1790
- [ruby] Update all Bundler dependencies (2024-12-30) by @depfu in #1844
- BT-Core version bump: - 1.14.0 by @jagthedrummer in #1848
Full Changelog: v1.13.0...v1.14.0