v.0.6.0
=======

Improvements:
-------------

    #) [LUNA-6166] Setting `format` was added for logging settings.
       Possible values are "default" - standard logs formatting or "json" - for json formatted logs

    #) [LUNA-6171] A config section 'LUNA_STREAMS_HTTP_SETTINGS` was added. This section contains several settings which are responsible
       for process http connections. Available following settings now:

       * request_timeout - the duration of time between the instant when a new open TCP connection is passed to the
         server. Value (in seconds) is integer number, default 60.
       * response_timeout - the duration of time between the instant the server passes the HTTP request to
         the app, and the instant a HTTP response is sent to the client. Value (in seconds) is integer number,
         default 600.
       * request_max_size - how big a request may be (bytes). Value (in bytes) is integer number,
         default 1gb.
       * keep_alive_timeout - http keep alive timeout. Value (in seconds) is integer number, default 15.

       More detail see `here`_.

       .. _here: https://sanic.dev/en/guide/deployment/configuration.html#builtin-values

Migration:
----------

See a `migration <../migration.html>`_ manual.
