All Versions
54
Latest Version
Avg Release Cycle
107 days
Latest Release
1812 days ago

Changelog History
Page 1

  • v3.1.3 Changes

    April 07, 2020
    • ๐Ÿ›  Fix deprecation warning in Rails 6 initialization (thanks to @ryanb for reporting it)
  • v3.1.2 Changes

    February 15, 2019
  • v3.1.1 Changes

    January 11, 2019
    • โœ‚ Remove I18n Hash#deep_merge! usage
    • ๐Ÿ‘Œ Support ruby 2.6
  • v3.1.0 Changes

    April 06, 2018
    • โž• add localeapp cp
  • v3.0.1 Changes

    March 12, 2018
    • actually prevent CVE-2013-0269 / OSVDB-101137 (3.0.0 was supposed to)
  • v3.0.0 Changes

    March 12, 2018
    • โฌ‡๏ธ drop support for i18n 0.4, 0.5 and 0.6 (โ„น๏ธ Rails dropped those in July 2014))
    • โž• add official support for i18n 0.8, 0.9 and 1.0
    • prevent users to use dependencies impacted by some vulnerabilities:
      • OSVDB-101157
      • CVE-2015-3448 / OSVDB-117461
      • CVE-2013-0269 / OSVDB-101137
      • CVE-2015-1820 / OSVDB-119878
    • fix a bug introduced in 2.5.0 where the exception handler was crashing with TypeMismatch error when blacklisted_keys_pattern was not explicitly configured
  • v2.5.0 Changes

    March 09, 2018
    • ๐ŸŒฒ Show fully-scoped keys in ExceptionHandler log messages (thanks to @leonhooijer)
    • ๐Ÿ‘ป Don't force raising an exception for blacklisted keys (thanks to @leonhooijer)
  • v2.4.0 Changes

    August 29, 2017
    • ๐Ÿ‘Œ Support pulling of single locales (thanks to @full-of-foo)
  • v2.3.0 Changes

    August 23, 2017
    • Report import identifier on push success
  • v2.2.0 Changes

    August 15, 2017
    • Read API key from environment in generated config files, instead of writing the API key directly in those files
    • ๐Ÿ›  Fix handling of HTTP errors when querying API
    • 0๏ธโƒฃ Stop checking project and app default locale at install