Skip to content

v2.0.0

Compare
Choose a tag to compare
@bdurand bdurand released this 12 Oct 01:07
· 36 commits to main since this release

Added

  • Added controls for sorting settings in the web UI by keys or last modified time.
  • Isolated of CSS classes in the web UI to prevent conflicts with other CSS libraries.
  • Dark mode support in web UI.
  • Added ability to embed the web UI in a view to allow tighter integration with your application's UI.
  • Added storage adapter for storing settings in an S3 object.
  • Added storage adapter for storing settings in MongoDB.
  • HTTP storage adapter now uses keep-alive connections to improve performance.

Fixed

  • Changing a key now works as expected. Previously, a new setting was created with the new key and the old setting was left unchanged. Now, the old setting is properly marked as deleted.
  • Consistently handle converting floating point number to timestamps in Redis storage.

Removed

  • Rails 4.2, 5.0, and 5.1 support has been removed.
  • Removed support for Ruby 2.5.

Full Changelog: v1.0.2...v2.0.0