v1.10.0
Potentially Breaking Changes
-
We removed the
password
andimplicit_grant
flows from the default Doorkeeper config because they are kind of risky from a security standpoint. It's easy to add them back if you use them. See the PR for details: #1772 -
When displaying
boolean
,date
, anddate_and_time
attributes we now default to showing nothing if they are blank. Previously we'd show a label and nothing else for an emptyboolean
attribute, and fordate
/date_and_time
we'd display the word "Never" without an associated label. See the PR for details: bullet-train-co/bullet_train-core#960 -
Newly created Teams now default the
time_zone
to UTC if one is not specified. This should only come into play for Teams created outside the normal Bullet Train UI flows. See the PR for details: bullet-train-co/bullet_train-core#958
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-11-20) by @depfu in #1770
- [ruby] Update all Bundler dependencies (2024-11-21) by @depfu in #1775
- Clean up the CircleCI setup by @jagthedrummer in #1773
- Remove a couple of the riskier Doorkeeper grant flows by @jagthedrummer in #1772
- BT-Core version bump: - 1.10.0 by @jagthedrummer in #1776
Full Changelog: v1.9.0...v1.10.0