Skip to content

Tempesta-fw 0.7.0

Compare
Choose a tag to compare
@pale-emperor pale-emperor released this 04 Jul 18:30
· 709 commits to master since this release
e64ce6e

Installation

Use installation script:

git clone https://github.com/tempesta-tech/tempesta.git
tempesta/pkg/scripts/tempesta_installer.sh --install

Start tempesta:

systemctl restart tempesta-fw

Check is it works properly:

systemctl status tempesta-fw

Watch logs:

journalctl -u tempesta-fw

Tail logs:

journalctl -u tempesta-fw -f

New features

  • HTTP/2 is now supported for the server side
  • Websockets
  • Significantly improved TLS handshakes perfromance
  • TLS sessions resumption
  • SAN TLS certificates
  • Custom HTTP redirects
  • Per-vhost listening addresses and TLS configuration
  • Access log
  • include configuration option
  • Caching by Cookie header value
  • Cache behavior tuning (new options cache_control_ignore and cache_resp_hdr_del)
  • Automatic Platform Optimization with a new header X-Tempesta-Cache for PURGE method
  • Sticky cookies load balancing

Known issues

  • No Tempesta DB removal and eviction (web cache overflow is possible)
  • No HTTP/2 streams prioritization
  • Several bugs

Full Changelog: https://github.com/tempesta-tech/tempesta/commits/ubuntu-20/0.7.0