2024#

Angie 1.5.0#

Release date: 27.03.2024.

Features#

  • Basic support for automatically obtaining and updating certificates using the ACME protocol, configurable with the acme_client and acme directives, as well as variables of the form $acme_cert_* and $acme_cert_key_*.

  • Configuration of automatic redirection, which adds trailing slashes to request URIs, with the auto_redirect directive.

  • Output statistics metrics with dates in Epoch format instead of ISO 8601 for use in Prometheus and optionally in the JSON API with the ?date=epoch request argument.

  • New recovering state for upstream peers in the statistics API, indicating that a peer is slowly starting up after a failure, as suggested by the slow_start option.

  • Now the -V switch also shows the relevant version of nginx, which is useful for compatibility with third-party utilities, certbot in particular. Thanks to AdvTechnoKing.

  • All functionality of nginx 1.25.4.

  • Added packages for FreeBSD 13 (arm64), RED OS 8 (x86-64).

  • Dynamic module packages added:

Bugfixes#

  • If the SSL session reuse mechanism proxy_ssl_session_reuse was used and the list of proxied servers was dynamically updated, a leak could occur in the shared memory zone configured for the corresponding upstream block.

Changes#

Updates#

16.04.2024

25.04.2024

  • Dynamic module packages added:

    • angie-module-vts: includes module-vts <https://github.com/vozlt/nginx-module-vts>, module-sts <https://github.com/vozlt/nginx-module-sts>, module-stream-vts <https://github.com/vozlt/nginx-module-stream-sts>


Angie 1.4.1#

Release date: 15.02.2024.

Security#

  • When using HTTP/3, a segmentation error may have occured in a worker process while processing a specially crafted QUIC session (CVE-2024-24989); note that Angie as of 1.4.0 is already not vulnerable to CVE-2024-24990.

Changes#

2023#

Angie 1.4.0#

Release date: 12.12.2023.

Features#

  • Support for establishing HTTP/3 connections to upstream servers in the HTTP proxy module while allowing clients to use arbitrary HTTP versions. Configuration is done with the proxy_http_version directive and a set of proxy_quic_ and proxy_http3_ directives.

  • A mechanism for smoothly bringing the proxied server online after a failure using the slow_start option of the server directive in the upstream block.

  • mqtt_preread directive in the stream module, which allows extracting the username and client ID from the CONNECT packet of the MQTT protocol into the $mqtt_preread_username and $mqtt_preread_clientid variables.

  • Limiting the response rate of MP4 files transmission to the client proportionally to the bitrate using the mp4_limit_rate and mp4_limit_rate_after directives, which reduces the bandwidth load.

  • All functionality of nginx 1.25.3.

  • Added packages for Alpine 3.19.

  • Dynamic module packages added:

Bugfixes#

  • If a proxied server was the only one in a group, it could be incorrectly reported as unavailable in the metrics API even after recovery.

Changes#

Updates#

22.01.2024


Angie 1.3.2#

Release date: 23.11.2023.

Bugfixes#

  • possible incorrect values of metrics in Prometheus output that used variables other than $p8s_value for their values; in practice the issue could occur with angie_http_upstreams_peers_state and angie_stream_upstreams_peers_state from the standard prometheus_all.conf template.

  • some connection attempts to upstream servers might not have been properly accounted for in the statistics API if they failed immediately; the bug had appeared in 1.3.0.

Updates#

04.12.2023

07.12.2023


Angie 1.3.1#

Release date: 18.10.2023.

Security#

  • Added extra limitations to HTTP/2 stream handling for better protection against the DoS attack known as “HTTP/2 Rapid Reset” (CVE-2023-44487).

Updates#

26.10.2023

13.11.2023


Angie 1.3.0#

Release date: 19.09.2023.

Features#

  • Ability to specify multiple match patterns in the location directive, which allows to combine several location blocks with similar settings and therefore simplify configuration by reducing duplication.

  • Export of varied statistics metrics in Prometheus format with flexible template configuration using the new prometheus and prometheus_template directives.

  • Detailed information and metrics for groups of stream upstream servers in the statistics interface provided by the api directive.

  • The resolve option of the server directive in the stream module’s upstream block that allows to monitor changes to the list of IP addresses corresponding to a domain name, and automatically update it without the need of reloading configuration.

  • The service option of the server directive in the stream module’s upstream block that allows to retrieve lists of addresses from DNS SRV records, with basic priority support.

  • Access to the contents of configuration files used by the current generation of worker processes via the interface provided by the api directive with the api_config_files directive enabled.

  • Display of the configuration generation number in process titles, which allows to monitor the success of configuration reloads and the number of previous worker process generations using the ps utility.

  • All functionality of nginx 1.25.2.

Bugfix#

  • Compilation failed when ./configure options --without-http_upstream_zone_module or --without-stream_upstream_zone_module were used; the bug had appeared in 1.2.0.

Changes#

  • Now appname angie is used when loading the OpenSSL configuration.

  • Packages updated:


Angie 1.2.0#

Release date: 30.05.2023.

Features#

  • The sticky directive and related options in the HTTP module’s upstream block that allow to configure sticky sessions mode, where all requests of the session are routed to the same server.

  • The $upstream_sticky_status variable that takes either NEW, HIT or MISS values depending on success of requesting related upstream server with sticky sessions enabled.

  • Support for NTLS in the HTTP and stream modules when using the TongSuo TLS library; the support can be enabled via the ‑‑with‑ntls build time option and configured with the corresponding ssl_ntls and proxy_ssl_ntls directives.

  • In the HTTP and stream proxy modules, the ability to specify multiple certificates with different types (RSA and ECDSA) and corresponding keys using the proxy_ssl_certificate and proxy_ssl_certificate_key directives.

  • Display of version and build name in the master process title, which allows to get this information about a running server instance using the ps utility.

  • The gzip module’s ability to compress “207 Multi-Status” responses. Thanks to DBotThePony.

  • All functionality of nginx 1.25.0, including HTTP/3 support.

  • Added packages for Ubuntu 23.04 “Lunar Lobster”.

  • Dynamic modules packages added:

Updates#

13.06.2023

12.07.2023

28.07.2023

18.08.2023


Angie 1.1.0#

Release date: 24.01.2023.

Features#

  • The resolve option of the server directive in the HTTP module’s upstream block that allows to monitor changes to the list of IP addresses corresponding to a domain name, and automatically update it without the need of reloading configuration.

  • The service option of the server directive in the HTTP module’s upstream block that allows to retrieve lists of addresses from DNS SRV records, with basic priority support.

  • Detailed information and metrics for the groups of HTTP upstream servers in the statistics interface provided by the api directive.

  • autoindex uses natural sorting order for directory listings.

  • All functionality of nginx 1.23.3.

Bugfix#

  • Compilation failed due to false warning when using GCC 9 or older with the -O2 or higher optimization.

Updates#

15.03.2023

07.04.2023

  • Added packages for ALT Linux.

11.05.2023

26.05.2023

  • Added packages for Astra Linux Special Edition.


2022#

Angie 1.0.0#

Release date: 27.10.2022.

Features#

  • The api directive that provides HTTP RESTful interface for accessing in JSON format basic information about a web server instance, as well as metrics of client connections, shared memory zones, DNS queries, HTTP requests, HTTP responses cache, TCP/UDP sessions of stream module, and zones of limit_conn/limit_req modules.

  • The status_zone directive in HTTP module for specifying zone to collect request metrics in server and location contexts.

  • The status_zone directive in stream module for specifying zone to collect TCP/UDP session metrics.

  • The status_zone parameter of the resolver directive for specifying zone to collect metrics on DNS queries.

  • The $angie_version variable with version of Angie.

  • All functionality of nginx 1.23.2.