Changelog
=========


1.4.0 (2023-02-01)
------------------

- Add support for logging to Fluentd. [lgraf]


1.3.1 (2020-05-19)
------------------

- SQL query logging: Be more defensive in trying to annotate a request
  that might not always be ready yet (e.g. during testing). [lgraf]


1.3.0 (2020-05-19)
------------------

- Log view name for browser views and REST API services.
  [deiferni, lukasg]


1.2.0 (2020-05-19)
------------------

- Track query execution time if SQLAlchemy is present. [lgraf]


1.1.0 (2019-01-11)
------------------

- DEPRECATED: The ``host`` field is deprecated. Instead, the newly introduced
  ``client_ip`` field should be used to get the client's IP address.
  [lgraf]

- Always log missing referer as empty string instead of ``null``.
  [lgraf]


1.0.1 (2017-09-03)
------------------

- Fail gracefully if eventlog config can't be found in order to derive
  log location from it. Instead of preventing instance startup, log a
  noticeable error message using the root logger.
  [lgraf]


1.0.0 (2017-09-03)
------------------

- Initial implementation
  [lgraf]
