Lita v4.8.0 Release Notes
Release Date: 2020-09-25 // almost 4 years ago-
๐ Includes all the changes in v4.8.0.beta1 to make Lita work better with the latest version of Ruby and the latest gems.
๐ Features:
- 0๏ธโฃ
Lita.default_locale
is added to setI18n.default_locale
, which should be preferred toLita.locale
because it affects all threads. - ๐ง
config.robot.default_locale
added as a configuration attribute, which should be preferred toconfig.robot.locale
for the same reason. - 0๏ธโฃ
Lita.default_locale
will be set based on the environment variableLANG
, just asLita.locale
has previously.
- 0๏ธโฃ
Previous changes from v4.8.0.beta1
-
๐ This is a maintenance release to address Ruby version and dependency issues that have cropped up in the years since the v4.7.1 release. It is released as a beta because it has not been thoroughly tested with other gems in the Lita ecosystem. If you use this and find any compatibility issues or bugs introduced since v4.7.1, please report them via the issues page.
โก๏ธ Updates:
- ๐ The minimum Ruby version is now 2.5.
- Lita now requires the following versions of its dependencies:
- bundler: >= 2.0
- faraday: >= 1.0
- http_router: >= 0.11
- ice_nine: >= 0.11
- i18n: >= 1.8
- multi_json: >= 1.15
- puma: >= 4.3
- rack: >= 2.2
- rb-readline: >= 0.5
- redis-namespace: >= 1.7
- thor: >= 1.0