2.3 --- - Add API methods: ``DELETE /notification/all`` and ``DELETE /event/all`` `moira-alert/moira#73 `_. - Add notifier config option: DateTime format for email sender `moira-alert/moira#74 `_. - Add Graphite-API support for remote triggers `moira-alert/moira#75 `_. See more: :ref:`remote-triggers-checker`. Thanks to `@errx `_. - Fix newlines in trigger description body for web and email sender `moira-alert/moira#76 `_. - Add option to enable runtime metrics in Graphite-section of configuration `moira-alert/moira#79 `_. - Add new fancy email template 🎂 `moira-alert/moira#82 `_. - Change default trigger state to TTLState option instead of NODATA `moira-alert/moira#83 `_. - Refactor maintenance logic `moira-alert/moira#87 `_. See more: :doc:`/user_guide/maintenance`. - Add basic false NODATA protection `moira-alert/moira#90 `_. See more: :doc:`/user_guide/selfstate`. - Prohibit removal of contact with assigned subscriptions found `moira-alert/moira#91 `_. - Make trigger exception messages more descriptive `moira-alert/moira#92 `_. - Make filter cache capacity configurable `moira-alert/moira#93 `_. See more :ref:`Filter Configuration `. - Fix incorrect behavior in which the trigger did not return from the ``EXCEPTION`` state `moira-alert/moira#94 `_. - Remove deprecated pseudo-tags, use checkboxes instead `moira-alert/moira#95 `_. See more: :ref:`subscription-states-transitions`. - Allow to use single-valued thresholds (ex. only ``WARN`` or only ``ERROR``) `moira-alert/moira#96 `_. - Reduce the useless CPU usage in Moira-Filter `moira-alert/moira#98 `_. Thanks to `@errx `_. - Add concurrent matching workers in Moira-Filter `moira-alert/moira#99 `_. Thanks to `@errx `_. - Update Carbonapi to 1.0.0-rc.0 `moira-alert/moira#101 `_. - Improve checker performance `moira-alert/moira#103 `_. - Add Markdown support in contact edit modal view `moira-alert/web2.0#138 `_. - Fix default timezone in trigger `moira-alert/web2.0#173 `_. - Add ability to type negative numbers in simple trigger edit mode `moira-alert/web2.0#169 `_. - Fix trailing whitespaces in tag search bar `moira-alert/web2.0#139 `_. - Update `Moira Client 2.3.4 `_. - Update `Moira Trigger Role 2.3 `_. .. important:: **Redis DB conversion is desirable.** Moira 2.3 has some structure changes in Redis DB. It will work fluently out of the box, but we recommend you to run converter once Moira is updated. .. code-block:: bash moira-cli -update --config=/etc/moira/cli.yml .. code-block:: YAML :name: cli.yml :caption: /etc/moira/cli.yml redis: host: localhost port: "6379" dbid: 0 log_file: stdout log_level: debug If you would like to downgrade back to Moira 2.2, you should run CLI-converter. .. code-block:: bash moira-cli -downgrade --config=/etc/moira/cli.yml Both cases imply usage of Moira-Cli v.2.3, you can find it on `Release Page `_. 2.3.1 ----- - Fix ``last_remote_check_delay`` option in :ref:`Notifier configuration ` `moira-alert/moira#114 `_.