Download Latest Version Keila v0.17.1 source code.tar.gz (6.5 MB)
Email in envelope

Get an email when there's a new version of Keila

Home / 0.16.0
Name Modified Size InfoDownloads / Week
Parent folder
Keila v0.16.0 source code.tar.gz 2024-12-19 5.6 MB
Keila v0.16.0 source code.zip 2024-12-19 5.9 MB
README.md 2024-12-19 1.5 kB
Totals: 3 Items   11.6 MB 0

Version 0.16.0

🔄 Automatic Update Notifications

Breaking Changes

  • MAILER_SMTP_FROM_EMAIL is now used as the default for MAILER_SMTP_USER when only MAILER_SMTP_FROM_EMAIL is set. Before, the inverse was true (only MAILER_SMTP_USER needed to be set and was used as the default for MAILER_SMTP_FROM_EMAIL). This change was made to address the fact that the SMTP username might be confidential and shouldn’t be accidentally exposed by using it as the FROM address in system emails. If you are already setting both environment variables, you don’t need to change anything but if you were only setting MAILER_SMTP_USER, you need to update your configuration. Fixes [#356] (thanks @kevinam99 for implementing)

Added

  • Information about new releases is now automatically fetched and displayed on a new "System info" admin page. You can disable this by setting DISABLE_UPDATE_CHECKS=true.
  • The log level can now be configured by setting LOG_LEVEL to debug, info, and warning. Implements [#360] (thanks @kevinam99)
  • mjml_body an html_body are now included in the Campaign API responses

Fixed

  • Segment queries with the $not operator (e.g. {"$not": {"data.foo": "bar"}}) now also correctly include entries where the queried data keys don't exist at all.
  • Fixed possible exception when removing "Reply To" setting from sender settings.
  • Fixed Campaign API docs to include json_body as a map instead of a string.
Source: README.md, updated 2024-12-19