Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 18:18
· 143 commits to main since this release
fa6ce9a

Potentially Breaking Changes

  • We removed the password and implicit_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, and date_and_time attributes we now default to showing nothing if they are blank. Previously we'd show a label and nothing else for an empty boolean attribute, and for date/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

Full Changelog: v1.9.0...v1.10.0