<!-- review: finished -->

<a id="oss-changes"></a>

# Angie Version History

## 2026

<a id="angie-1-11-6"></a>

### Angie 1.11.6

Release date: 25.05.2026.

<a id="security-1-11-6"></a>

#### Security

- When using the [rewrite](https://en.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#id4) directive with a regex containing nested
  PCRE captures and a replacement string referencing multiple such
  captures, an attacker, given conditions beyond the attacker's control,
  could cause a worker process crash, or, on systems without address
  space layout randomization, arbitrary code execution
  ([CVE-2026-9256](https://nvd.nist.gov/vuln/detail/CVE-2026-9256));
  the fix was ported from nginx 1.31.1.

<a id="packages-1-11-6"></a>

#### Packages

- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.13.1
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.9
  - [angie-module-testcookie](https://en.angie.software//angie/docs/installation/external-modules/testcookie.md#external-testcookie), to version 7d263d4
  - [angie-module-vod](https://en.angie.software//angie/docs/installation/external-modules/vod.md#external-vod), to version v1.7.2

<a id="angie-1-11-5"></a>

### Angie 1.11.5

Release date: 15.05.2026.

<a id="security-1-11-5"></a>

#### Security

- When the [rewrite](https://en.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#id4) directive with an unnamed capture (e.g.,
  `$1`, `$2`) and a replacement string containing `?` was followed by a
  [rewrite](https://en.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#id4), [if](https://en.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#if), or [set](https://en.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#set) directive, an attacker, given conditions
  beyond the attacker's control, could cause a worker process crash
  and, on systems without address space layout randomization, arbitrary
  code execution
  ([CVE-2026-42945](https://nvd.nist.gov/vuln/detail/CVE-2026-42945));
  the fix was ported from nginx 1.31.0.
- When using the [ssl_ocsp](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#ssl-ocsp) directive, a use of previously
  freed memory could occur while processing DNS server responses,
  allowing an attacker to corrupt the worker process memory or cause
  its crash
  ([CVE-2026-40701](https://nvd.nist.gov/vuln/detail/CVE-2026-40701));
  the fix was ported from nginx 1.31.0.
- When using HTTP/3, an attacker could spoof the IP address
  and thereby bypass restrictions or authorization in some
  configurations
  ([CVE-2026-40460](https://nvd.nist.gov/vuln/detail/CVE-2026-40460));
  the fix was ported from nginx 1.31.0.
- When [scgi_pass](https://en.angie.software//angie/docs/configuration/modules/http/http_scgi.md#scgi-pass) or [uwsgi_pass](https://en.angie.software//angie/docs/configuration/modules/http/http_uwsgi.md#uwsgi-pass) was configured, an
  attacker in a man-in-the-middle (MITM) position, controlling
  responses from a proxied server, could cause excessive memory
  allocation or an over-read of data, leading to the disclosure of
  worker process memory to the client or a process crash
  ([CVE-2026-42946](https://nvd.nist.gov/vuln/detail/CVE-2026-42946));
  the fix was ported from nginx 1.31.0.
- When processing a specially crafted response with UTF-8
  decoding via the [charset_map](https://en.angie.software//angie/docs/configuration/modules/http/http_charset.md#charset-map) directive, an out-of-bounds read could
  occur in the worker process, allowing an attacker, given conditions
  beyond the attacker's control, to send limited worker process memory
  contents to the client or cause process crash
  ([CVE-2026-42934](https://nvd.nist.gov/vuln/detail/CVE-2026-42934));
  the fix was ported from nginx 1.31.0.

<a id="packages-1-11-5"></a>

#### Packages

- Updated:
  - [angie-module-auth-totp](https://en.angie.software//angie/docs/installation/external-modules/auth-totp.md#external-auth-totp), to version 1.2.0
  - [angie-module-cache-purge](https://en.angie.software//angie/docs/installation/external-modules/cache-purge.md#external-cache-purge), to version 3.0.2
  - [angie-module-keyval](https://en.angie.software//angie/docs/installation/external-modules/keyval.md#external-keyval), to version 0.4.0
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.8
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version v0.46.0
- Switched source of [angie-module-dav-ext](https://en.angie.software//angie/docs/installation/external-modules/dav-ext.md#external-dav-ext) to
  [mid1221213/nginx-dav-ext-module](https://github.com/mid1221213/nginx-dav-ext-module) v4.0.1.
- Switched source of [angie-module-vod](https://en.angie.software//angie/docs/installation/external-modules/vod.md#external-vod) to
  [dio-az/nginx-vod-module](https://github.com/dio-az/nginx-vod-module) v1.7.1.

<a id="angie-1-11-4"></a>

### Angie 1.11.4

Release date: 25.03.2026.

<a id="security-1-11-4"></a>

#### Security

- TLS handshake with a client in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module might
  succeed despite OCSP rejecting the client certificate
  ([CVE-2026-28755](https://nvd.nist.gov/vuln/detail/CVE-2026-28755));
  the fix was ported from nginx 1.29.7.
- A buffer overflow might occur in the DAV module while
  handling a COPY or MOVE request in a `location` with the [alias](https://en.angie.software//angie/docs/configuration/modules/http/index.md#alias)
  directive, allowing an attacker to modify the source or destination
  path outside of the document root directory
  ([CVE-2026-27654](https://nvd.nist.gov/vuln/detail/CVE-2026-27654));
  the fix was ported from nginx 1.29.7.
- Processing of a specially crafted file by the MP4 module on
  32-bit platforms might cause a worker process crash, or might have
  potential other impact
  ([CVE-2026-27784](https://nvd.nist.gov/vuln/detail/CVE-2026-27784));
  the fix was ported from nginx 1.29.7.
- Processing of a specially crafted file by the MP4 module
  might cause a worker process crash, or might have potential other
  impact
  ([CVE-2026-32647](https://nvd.nist.gov/vuln/detail/CVE-2026-32647));
  the fix was ported from nginx 1.29.7.
- If the CRAM-MD5 or APOP authentication methods were used in
  the [Mail](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-mail) proxy module and authentication retry was enabled,
  then a worker process could crash
  ([CVE-2026-27651](https://nvd.nist.gov/vuln/detail/CVE-2026-27651));
  the fix was ported from nginx 1.29.7.
- When the [Mail](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-mail) proxy module was used, an attacker using PTR
  DNS records could inject data in authentication HTTP requests, as
  well as in the XCLIENT command in the SMTP connection to the proxied
  server
  ([CVE-2026-28753](https://nvd.nist.gov/vuln/detail/CVE-2026-28753));
  the fix was ported from nginx 1.29.7.

<a id="bugfixes-1-11-4"></a>

#### Bugfixes

- Rare system errors before the connection to the proxied
  server might affect the peer status correctness in [HTTP](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-http)
  and [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) modules; they might also lead to the crash
  of a worker process in a [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module;
  the bug had appeared in 1.9.1.
- In configurations where the [proxy_http_version](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-http-version) `3` and
  [proxy_set_header](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-set-header) `Host ..` directives were inherited from the
  `http` block, outgoing HTTP/3 requests might be sent without the
  `Host` header.

<a id="packages-1-11-4"></a>

#### Packages

- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.11.0
  - [angie-module-cache-purge](https://en.angie.software//angie/docs/installation/external-modules/cache-purge.md#external-cache-purge), to version 2.5.6
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version v0.15
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.6
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version v0.43.0

<a id="angie-1-11-3"></a>

### Angie 1.11.3

Release date: 06.02.2026.

<a id="security-1-11-3"></a>

#### Security

- An attacker in a man-in-the-middle (MITM) position before a proxied server
  using TLS, given conditions beyond the attacker's control, could inject
  plaintext data into the response before the TLS handshake begins
  ([CVE-2026-1642](https://nvd.nist.gov/vuln/detail/CVE-2026-1642));
  the fix was ported from nginx 1.29.5.

<a id="packages-1-11-3"></a>

#### Packages

- Updated:
  - [angie-module-jwt](https://en.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt), to version 3.4.4

<a id="angie-1-11-2"></a>

### Angie 1.11.2

Release date: 15.01.2026.

<a id="bugfixes-1-11-2"></a>

#### Bugfixes

- If BPF was disabled, HTTP/3 requests might fail with an error
  `[alert] sendmsg() failed (90: Message too large) while sending frames`;
  the bug had appeared in 1.11.0.
- HTTP/3 requests were not accepted when listening on an IPv6
  wildcard address with BPF enabled;
  the bug had appeared in 1.11.0.
- When a domain name was specified in the [docker_endpoint](https://en.angie.software//angie/docs/configuration/modules/http/http_docker.md#docker-endpoint) directive,
  connections to the Docker API and updates of the upstream server
  groups didn't occur.

<a id="packages-1-11-2"></a>

#### Packages

- Updated:
  - [angie-module-cache-purge](https://en.angie.software//angie/docs/installation/external-modules/cache-purge.md#external-cache-purge) to version 2.5.5

02.02.2026

- Updated:
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.5

## 2025

<a id="angie-1-11-1"></a>

### Angie 1.11.1

Release date: 30.12.2025.

<a id="changes-1-11-1"></a>

#### Changes

- Now, if only port without IP is specified (default value) in
  the [acme_http_port](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-http-port) directive and there are
  `server` blocks listening on that port, HTTP challenge handling
  for the port in ACME is working only on the IP addresses configured in
  the [listen](https://en.angie.software//angie/docs/configuration/modules/http/index.md#listen) directives of these blocks; there will be no attempt
  to listen on all IP addresses, like it was before; this makes
  configuration more flexible and prevents the issue with updating from
  previous versions with configurations where there were only
  `server` blocks listening on port `80` and particular IP
  addresses.

<a id="bugfixes-1-11-1"></a>

#### Bugfixes

- HTTP/2 requests were not counted in server zone statistics;
  the bug had appeared in 1.11.0.
- When an ACME client was disabled in the configuration and had
  no previously obtained certificate, a statistics API request for that
  client could crash a worker process.
- If the `$http_host` or `$cookie_*` variables were used as
  keys in the [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) directive within the `server`
  block, HTTP/3 requests might not be counted in this status zone.

<a id="packages-1-11-1"></a>

#### Packages

- Updated:
  - [angie-module-vts](https://en.angie.software//angie/docs/installation/external-modules/vts.md#external-vts), to version v0.2.5

<a id="angie-1-11-0"></a>

### Angie 1.11.0

Release date: 24.12.2025.

<a id="changes-1-11"></a>

#### Changes

- The `$http_host` variable in HTTP/3 requests is now
  initialized from the value of the `:authority` pseudo-header if the
  `Host` header was not passed, which is normal for clients;
  previously, differences from earlier protocol versions might cause
  issues in configurations with `$http_host`.
- If all HTTP servers in an `upstream` group are unavailable or
  returning an error, the own error page is now always returned instead
  of the response from the last server when receiving a status
  considered an error according to the
  [proxy_next_upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-next-upstream) directive
  (and similar); this ensures consistent behavior in all cases.
- The `REQUEST_METHOD` parameter in `fastcgi.conf`,
  `fastcgi_params`, `uwsgi_params`, and `scgi_params`
  configuration files now is set via the `$upstream_request_method` variable, which
  takes the value `GET` for `HEAD` requests when caching is configured;
  this prevents an issue where a `HEAD` request could previously result
  in storing an empty response, which would then be served for `GET`
  requests, since the request method is not a part of the cache key in
  common configurations.
- The maximum response size from the ACME server is now limited
  by the [acme_max_response_size](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-max-response-size) directive instead of the
  `max_cert_size=` parameter of the [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive; the
  default value is enough for most cases, but if a certificate update
  ends up with the `[error] too big subrequest response while sending
  to client` error message, its value should be increased.
- The default value of the [variables_hash_max_size](https://en.angie.software//angie/docs/configuration/modules/http/index.md#variables-hash-max-size) directive
  in the HTTP module was increased to `2048` in order to reduce
  possibility of a warning about suboptimal hash build due to new
  variables added during the recent years: `[warn] could not build
  optimal variables_hash, you should increase either
  variables_hash_max_size: 1024 or variables_hash_bucket_size: 64;
  ignoring variables_hash_bucket_size`.

<a id="features-1-11"></a>

#### Features

- The new [Metric](https://en.angie.software//angie/docs/configuration/modules/http/http_metric.md#http-metric) module enabling arbitrary, real‑time HTTP
  metrics collection with fully configurable aggregation methods
  (counters, histograms, moving averages, etc.); it allows tracking any
  request‑processing data at any stage, grouped by custom keys, and
  exposes the metrics via the `/status/http/metric_zones/` API section
  (including Prometheus support), providing a powerful built‑in
  analytics tool for the entire HTTP traffic.
- Support for ALPN validation for ACME, enabled by specifying
  `alpn` in the `challenge` parameter of the
  [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive;
  allows to request multi-domain certificates while keeping only the
  HTTPS port open.
- Information on ACME clients and certificate requesting
  procedure in the `/status/http/acme_clients/` section of the
  statistics API (with Prometheus support).
- Added support for Encrypted Client Hello (ECH) in HTTP and
  stream SSL modules; the new [ssl_encrypted_hello_key](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#ssl-encrypted-hello-key) directive
  specifies the file with the private key; the `$ssl_encrypted_hello`
  variable contains information about ECH usage.
  Thanks to Maxim Dounin (freenginx).
- Conversion of the image format using the `convert` parameter
  for the [image_filter](https://en.angie.software//angie/docs/configuration/modules/http/http_image_filter.md#id1) directive.
- Support for AVIF and HEIC formats in the Image Filter
  module.
- Support for PROXY protocol V2 with upstream server
  connections in the stream module and the ability to set arbitrary TLV
  values using the [proxy_protocol_tlv](https://en.angie.software//angie/docs/configuration/modules/stream/stream_proxy.md#s-proxy-protocol-tlv) directive which allows a string
  with variables.
- The `$upstream_request_method` variable that contains the
  upstream request method, which can be different from the client
  request method when caching is enabled or the
  [proxy_method](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-method) is set;
  this helps avoid the common configuration issue where a cached empty
  `HEAD` response is served for `GET` requests, as well as avoid caching
  `HEAD` and `GET` responses separately.
- Removed the need to define a separate `server` block with a
  `listen 80` directive for ACME HTTP challenges; the listening port
  can be customized using the [acme_http_port](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-http-port) directive if
  necessary.
- Ability to count the number of items in lists and objects
  when exporting Prometheus metrics; paths ending with a trailing slash
  now return the count of items in the corresponding API collection.
- The `$sent_body` variable containing the response body of a
  subrequest or external request by client module.
- XOAUTH2 and OAUTHBEARER authentication mechanisms support in
  the mail proxy module.
  Thanks to Rob Mueller and Maxim Dounin (freenginx).
- The `route` parameter of the [sticky](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-sticky) directive may now
  include arbitrary strings with any number of variables.
- In the ACME module, the approximate size of a renewed
  certificate is now calculated automatically, eliminating the need to
  increase the `max_cert_size` parameter of the
  [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive
  when issuing a certificate with a very large number of domains; the
  parameter is retained for cases where manual configuration is still
  required.
- The `$upstream_cache_key` variable that contains the cache
  key being used.
  Thanks to Kirill A. Korinsky and Maxim Dounin (freenginx).
- Support for building with AWS-LC SSL library.
  Thanks to Piotr Sikora (piotr at aviatrix.com).
- The new Makefile target `test` executing the test suite.
- All functionality of nginx 1.29.3 except the
  `add_header_inherit` and `add_trailer_inherit` directives, which are
  omitted due to their poor design.

<a id="bugfixes-1-11"></a>

#### Bugfixes

- Reload and binary upgrade procedures are now working
  correctly with HTTP/3 connections; connections are properly routed to
  all existing processes using the BPF module.
- If all servers in an `upstream` group were unavailable or
  returning an error, then receiving an erroneous response from the
  last one might be considered a success despite the
  [proxy_next_upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-next-upstream) directive settings.
- If path in the [try_files](https://en.angie.software//angie/docs/configuration/modules/http/index.md#try-files) directive was shorter than a
  prefix in the relevant `location` block, then using a
  [proxy_pass](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-pass) with a URI could crash a worker process; the fix was ported from
  nginx 1.29.4.
- If an ACME client was not referenced in a `stream` block via
  any `acme` directive, using any of the corresponding
  `$acme_cert_*` variables in that block would cause the configuration to be rejected
  with an `unknown variable` error; the bug had appeared in 1.10.3.
- If preserving of the cache index to a file was configured,
  the configuration test during operation might end with errors
  `[alert] mmap() failed (17: File exists)` and `[alert] munmap()
  failed (22: Invalid argument)`.
- The [proxy_method](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-method) directive was ignored if
  `proxy_cache_convert_head on` was triggered.
- The duration of the time-out specified by the `fail_timeout`
  option of the `server` directive within an `upstream` block was
  actually one second longer.
- Angie could not be built on `NetBSD 10.0`.
  Thanks to Maxim Dounin (freenginx).
- Loading modules built for Angie PRO could cause issues and
  crashes due to ABI incompatibility; now such incorrect configurations
  are prohibited with a relevant error message.

<a id="packages-1-11"></a>

#### Packages

- Updated:
  - [angie-module-echo](https://en.angie.software//angie/docs/installation/external-modules/echo.md#external-echo), to version v0.64

<a id="angie-1-10-3"></a>

### Angie 1.10.3

Release date: 13.11.2025.

<a id="security-1-1-1-1-1-1"></a>

#### Security

- Processing of a specially crafted login/password when using
  the `none` authentication method in the SMTP module might cause
  worker process memory disclosure to the authentication server
  ([CVE-2025-53859](https://nvd.nist.gov/vuln/detail/CVE-2025-53859)); the fix was ported from nginx 1.29.1.

<a id="bugfixes-1-1-1-1-1-1-1"></a>

#### Bugfixes

- When the `renew_on_load` option of the [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client)
  directive was used, a previously obtained certificate would not be
  loaded if it existed. This could limit functionality until the
  certificate renewal was completed. If the certificate did not exist,
  attempts to obtain a new one would fail with the error `[alert]
  lseek() failed (9: Bad file descriptor)`.
- If an [ACME client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#id1) was referenced in the `stream` block but
  not the `http` block, it was disabled with the warning `[warn] ACME
  client ... is defined but not used` and would never fetch a
  certificate.
- If all [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directives had the `enabled=off`
  parameter and the relevant `$acme_cert_*` variables were used in the
  configuration, Angie would not start, reporting the error `[emerg]
  unknown acme_cert_* variable`.
- If the [ACME client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#id1) was used in the `stream` block that came
  before an `http` block, Angie would not start, reporting the error
  `[emerg] ACME client .. is not defined but referenced`.
- Some `client` block configurations might cause worker
  processes to crash when using variables that refer to an incoming
  connection missing in this case.

<a id="packages-1-1-1-1-1-1-1"></a>

#### Packages

- Updated:
  - [angie-module-cache-purge](https://en.angie.software//angie/docs/installation/external-modules/cache-purge.md#external-cache-purge), to version 2.5.4
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version v0.14.1
  - [angie-module-lua](https://en.angie.software//angie/docs/installation/external-modules/lua.md#external-lua), to version 0.10.29
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.4

---

<a id="angie-1-10-2"></a>

### Angie 1.10.2

Release date: 21.08.2025.

<a id="bugfixes-1-1-1-1-1-1"></a>

#### Bugfixes

- Proxy module settings in the `http` block could break
  functionality of modules that use the `client` block for outgoing
  requests; the bug had appeared in 1.10.0.
- Enabling [proxy_ignore_client_abort](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ignore-client-abort) together with modules
  that use the `client` block for outgoing requests could lead to
  worker process crashes; the bug had appeared in 1.10.0.
- If a single server was pre-configured in an upstream group,
  servers added via the [Docker API](https://en.angie.software//angie/docs/configuration/modules/http/http_docker.md#http-docker) might not be included in load
  balancing.
- If the only server in an upstream group was added via the
  [Docker API](https://en.angie.software//angie/docs/configuration/modules/http/http_docker.md#http-docker), it might be excluded from load balancing when detected to
  be unavailable.

<a id="packages-1-1-1-1-1-1"></a>

#### Packages

- Dynamic modules added:
  - [angie-module-auth-totp](https://en.angie.software//angie/docs/installation/external-modules/auth-totp.md#external-auth-totp)
  - [angie-module-combined-upstreams](https://en.angie.software//angie/docs/installation/external-modules/combined-upstreams.md#external-combined-upstreams)
- Updated:
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.41.0

---

<a id="angie-1-10-1"></a>

### Angie 1.10.1

Release date: 17.07.2025.

<a id="changes-1-1-1-1-1"></a>

#### Changes

- Directives specified in the `client` block can now only be inherited by
  explicitly declared `location` blocks within that block, so they don't
  affect the configuration of other modules that implicitly use the
  `client` block for outgoing requests.

<a id="features-2-1-1-1-1-1-1-1"></a>

#### Features

- Support for multiple `client` blocks allows common settings for
  different `location` blocks to be grouped within each block, which
  mitigates configuration duplication.

<a id="bugfixes-1-1-1-1-1"></a>

#### Bugfixes

- When the `reuseport` parameter was used in the `listen` directive,
  all connections to the specified address and port were handled by a single
  worker process; the bug had appeared in version 1.10.0.
- An HTTP/3 handshake with an upstream server might fail with OpenSSL library
  version 3.5.0 or later if the QUIC protocol `retry` mode was active on
  the server.
- Building the `HTTP/2` and `HTTP/3` modules using GCC 15 resulted
  in an error.
- Building with the `-O3` flag could result in an error when using GCC.

---

<a id="angie-1-10-0"></a>

### Angie 1.10.0

Release date: 03.07.2025.

<a id="features-2-1-1-1-1-1-1"></a>

#### Features

- Automatic retrieval and dynamic updating of proxied server groups based on
  Docker (or Podman) container labels, configured using the
  [docker_endpoint](https://en.angie.software//angie/docs/configuration/modules/http/http_docker.md#docker-endpoint) directive. This enables real-time monitoring of
  container start and stop events via the specified Docker API endpoint, and
  allows their addresses to be added to or removed from an `upstream`
  group based on their labels — all without requiring a configuration reload.
- Support for automatic certificate acquisition in the `stream` module
  via the ACME protocol, configured with the [acme](https://en.angie.software//angie/docs/configuration/modules/stream/stream_acme.md#s-acme) directive and
  variables like [$acme_cert_\*](https://en.angie.software//angie/docs/configuration/modules/stream/stream_acme.md#v-s-acme-cert-name) and
  [$acme_cert_key_\*](https://en.angie.software//angie/docs/configuration/modules/stream/stream_acme.md#v-s-acme-cert-key-name).
- Support for handling MPTCP connections using the `multipath` parameter
  of the [listen](https://en.angie.software//angie/docs/configuration/modules/http/index.md#listen) directive.
  Thanks to Maxim Dounin (freenginx), Maxime Dourov, and Anthony Doeraene.
- New [client](https://en.angie.software//angie/docs/configuration/modules/http/index.md#client) block, which allows specification of additional
  configuration for internal HTTP requests issued by various modules.
- Includes all functionality from [nginx 1.27.5](https://nginx.org/en/CHANGES),
  including CUBIC congestion control for QUIC connections.

<a id="packages-1-1-1-1-1"></a>

#### Packages

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.8.0
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version 0.13
  - [angie-module-otel](https://en.angie.software//angie/docs/installation/external-modules/otel.md#external-otel), to version 0.1.2

14.07.2025

- Updated:
  - [angie-module-headers-more](https://en.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more), to version v0.39
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs),
    [angie-module-njs-light](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.1

---

<a id="angie-1-9-1"></a>

### Angie 1.9.1

Release date: 29.05.2025.

<a id="features-2-1-1-1-1-1"></a>

#### Features

- Support for IP addresses along with port numbers in the [acme_dns_port](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-dns-port)
  directive; both IPv4 and IPv6 are allowed.

<a id="bugfixes-1-1-1-1"></a>

#### Bugfixes

- Using both a wildcard domain and matching third-level domains in
  [server_name](https://en.angie.software//angie/docs/configuration/modules/http/index.md#server-name) directives could cause the ACME server to fail when
  issuing a certificate for these domains under a single ACME client.
- In the `stream` module, after a successful connection to the proxied
  server during a passive check, its status in the statistics API was
  erroneously displayed as `unavailable` until the session ended.
- HTTP/3 requests might stall and time out; the fix was ported from nginx
  1.29.0.
- An early error while establishing an HTTP/3 connection to a proxied server
  could cause a worker process to crash.
- When proxying via the HTTP/3 protocol, the number of active connections
  in the statistics could be displayed incorrectly.

<a id="packages-1-1-1-1"></a>

#### Packages

- Dynamic modules added:
  - [angie-module-njs-light](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs)
- Updated:
  - [angie-module-auth-spnego](https://en.angie.software//angie/docs/installation/external-modules/auth-spnego.md#external-auth-spnego), to version 1.1.3
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version 0.12.1
  - [angie-module-modsecurity](https://en.angie.software//angie/docs/installation/external-modules/modsecurity.md#external-modsec), to version 1.0.4
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.9.0
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.40.0

---

<a id="angie-1-9-0"></a>

### Angie 1.9.0

Release date: 11.04.2025.

<a id="features-2-1-1-1-1"></a>

#### Features

- The ability to specify a file in the [proxy_cache_path](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-cache-path) directive, where
  the contents of the shared memory zone with the cache index will be saved
  between server startups; this eliminates the need to reload the cache after a
  restart and allows the server to come back online almost immediately.
- Support of TLS 1.3 Early Data (0-RTT) in the `stream` module using the
  [ssl_early_data](https://en.angie.software//angie/docs/configuration/modules/stream/stream_ssl.md#s-ssl-early-data) directive.
- New `busy` state for upstream peers in the statistics API, indicating
  that a peer has reached the limit configured by the `max_conns` option.
- The `uri=` parameter in the [acme_hook](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-hook) directive allows redefining
  the hook request URI and supports variables.
- The `renew_on_load` parameter of the [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive allows
  forcing certificate renewal on config load.
- Build time is now displayed via the `build_time` field of the
  `/status/angie` statistics API object and in the output of the
  `-V` command-line option.
- All functionality of [nginx 1.27.4](https://nginx.org/en/CHANGES), except
  for the `keepalive_min_timeout` directive (a similar feature has existed
  since version 1.8.0).

<a id="changes-1-1-1-1"></a>

#### Changes

- The `enabled=off` parameter in the [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive now
  disables only certificate renewal for the given client while preserving all
  other functionality; the key and certificate (if available) can be accessed
  via the `$acme_cert_*` variables, while the use of `$acme_hook_*`
  variables and the `acme` directives doesn't cause errors.
- The `no valid domain name defined for ACME client` error is now issued
  only if no valid (i.e., ACME-compliant) domain name is found in the
  `server` block that references an ACME client using the `acme`
  directive.

<a id="bugfixes-1-1-1"></a>

#### Bugfixes

- If built with NTLS support, inheritance of the `proxy_ssl_certificate`
  and `proxy_ssl_certificate_key` directives with variables did not work
  properly.

<a id="packages-1-1-1"></a>

#### Packages

- Updated:
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version 0.11.1
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.10

---

<a id="angie-1-8-3"></a>

### Angie 1.8.3

Release date: 02.04.2025.

<a id="bugfixes-1-1"></a>

#### Bugfixes

- The [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) statistics in the HTTP module's [server](https://en.angie.software//angie/docs/configuration/modules/http/index.md#server) block could be
  miscalculated if requests within the same connection belonged to different
  statistics zones, or if an error occurred during early request processing; the
  bug had appeared in 1.8.2.

<a id="packages-1-1"></a>

#### Packages

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.7.0
  - [angie-module-cgi](https://en.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi), to version 57f660bb2c6ef6e4b75c65406080d0236860ca08
  - [angie-module-jwt](https://en.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt), to version v3.4.3
  - [angie-module-ndk](https://en.angie.software//angie/docs/installation/external-modules/ndk.md#external-ndk), to version v0.3.4
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version v0.39.0
  - [angie-module-vts](https://en.angie.software//angie/docs/installation/external-modules/vts.md#external-vts), to version v0.2.4

04.04.2025

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.7.1

07.04.2025

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.7.2

<a id="angie-1-8-2"></a>

### Angie 1.8.2

Release date: 13.02.2025.

<a id="security-1-1-1-1-1"></a>

#### Security

- Insufficient validation while handling virtual servers with TLSv1.3 SNI
  allowed SSL sessions to be reused in a different virtual server,
  bypassing client SSL certificate verification ([CVE-2025-23419](https://www.cve.org/CVERecord?id=CVE-2025-23419));
  the fix was ported from nginx 1.27.4.

<a id="bugfixes-1"></a>

#### Bugfixes

- API requests to retrieve statistic values from an individual zone,
  which was set via variables,
  could cause a worker process to enter an infinite loop.
- HTTP/3 requests were not counted in zone statistics;
  the bug had appeared in 1.8.0.
- TLS handshakes using QUIC protocol were not counted in SSL statistics.
- Certificate renewal via the [ACME protocol](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#id1) could fail
  for server names prefixed with a dot in the [server_name](https://en.angie.software//angie/docs/configuration/modules/http/index.md#server-name) directive.

<a id="packages-1"></a>

#### Packages

- Dynamic modules added:
  - [angie-module-auth-pam](https://github.com/sto/ngx_http_auth_pam_module)
  - [angie-module-cgi](https://github.com/pjincz/nginx-cgi)

---

## 2024

<a id="angie-1-8-1"></a>

### Angie 1.8.1

Release date: 28.12.2024.

<a id="id55"></a>

#### Bugfixes

- Using the [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) directive in the `server` block of the
  HTTP module caused excessive logging of empty requests in [access_log](https://en.angie.software//angie/docs/configuration/modules/http/http_log.md#access-log) on
  TLS handshakes; the bug had appeared in 1.8.0.
- Decoding errors in HTTP/3 stream could cause a worker process crash when
  closing a QUIC connection; the fix was ported from nginx 1.27.4.
- Sending QUIC protocol version negotiation packets could cause an infinite
  packet exchange loop; the fix was ported from nginx 1.27.4.
- Using DNS-challenge without hooks in the [ACME module](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#http-acme) could
  cause a worker process crash in some configurations.

<a id="id57"></a>

#### Packages

- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.9.0

23.01.2025

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.6.0

27.01.2025

- Dynamic modules added:
  - [angie-module-unbrotli](https://github.com/clyfish/ngx_unbrotli)
- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.6.1
  - [angie-module-auth-spnego](https://en.angie.software//angie/docs/installation/external-modules/auth-spnego.md#external-auth-spnego), to version v1.1.2
  - [angie-module-headers-more](https://en.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more), to version v0.38
  - [angie-module-lua](https://en.angie.software//angie/docs/installation/external-modules/lua.md#external-lua), to version 0.10.28
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.9
  - [angie-module-vts](https://en.angie.software//angie/docs/installation/external-modules/vts.md#external-vts), to version v0.2.3
  - [angie-module-wasm](https://en.angie.software//angie/docs/configuration/modules/wasm/index.md#wasm-core), to version v0.2-beta2

---

<a id="angie-1-8-0"></a>

### Angie 1.8.0

Release date: 19.12.2024.

<a id="features-2-1-1-1"></a>

#### Features

- Support of `DNS-01` challenges by handling DNS queries from the ACME
  server, which allows to automatically request certificates of any types,
  including wildcard ones.
- Hooks system in the ACME module, configurable using the [acme_hook](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-hook)
  directive, which allows handling of domain name challenges using an external
  application to provide integration with various services and DNS hosting
  providers.
- The ACME module logs some additional information: why exactly the certificate
  is being renewed, full domain name list, client's account ID, long periods of
  inactivity (e.g. pollings), and the domain name being challenged; this
  information simplifies troubleshooting and allows to specify the CAA DNS
  record.
- The `account_key` parameter of the [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) directive, which
  allows to reuse an existing key for the ACME server account instead of
  auto-generating a new one.
- Support for variables in the [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) directives in the stream and
  HTTP modules allows to dynamically account statistics within several zones in
  a single `location` or `server` block; in particular, it's
  especially useful when a single `server` block is handling multiple
  virtual hosts.
- GZip HTTP compression module compatibility with the `zlib-ng` versions
  2.2.0 and above, which could previously cause `[alert] gzip filter
  failed to use preallocated memory` messages in the error log.
- The [max_headers](https://en.angie.software//angie/docs/configuration/modules/http/index.md#max-headers) directive that limits the number of HTTP request header
  fields to better protect against DoS attacks. Thanks to Maxim Dounin
  (freenginx) and Maksim Yevmenkin.
- The [http3_max_table_capacity](https://en.angie.software//angie/docs/configuration/modules/http/http_v3.md#http3-max-table-capacity) and [proxy_http3_max_table_capacity](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-http3-max-table-capacity)
  directives to configure the HTTP/3 dynamic header compression table limits.
- Cross-compilation support - the build system can now use a wrapper script to
  run autotests, which enables to prepare a build without running test programs
  directly on the target platform.
- All functionality of [nginx 1.27.3](https://nginx.org/en/CHANGES).

#### Bugfixes

- HTTP/3 clients could time out when using `0-RTT`; the bug was inherited
  from nginx in version 1.7.0.
- Proxying with HTTP/3 using variables in the [proxy_pass](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-pass) directive and
  without specifying an `upstream` block could crash the worker process.
- HTTP/3 upstreams using dynamic table could lead to worker process crash if
  used with cache.
- Some SSL handshakes could be not counted in statistics for the Stream module.
- HTTP/3 proxy settings specified in `http` or `server` level might
  be ignored.
- The [proxy_ssl_certificate](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ssl-certificate) directive didn't work when proxying via
  HTTP/3 with NTLS support enabled.

<a id="changes-1-1-1"></a>

#### Changes

- When gracefully shutting down old worker processes, keep-alive connections are
  now closed only after the timeout specified by the [lingering_timeout](https://en.angie.software//angie/docs/configuration/modules/http/index.md#lingering-timeout)
  directive has expired; this behaviour allows to avoid possible client errors
  when receiving replies at that moment. Thanks to Maxim Dounin (freenginx).
- Disabled caching of the Stream module variables [$ssl_server_name](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#v-ssl-server-name),
  [$ssl_server_cert_type](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#v-ssl-server-cert-type), [$ssl_preread_protocol](https://en.angie.software//angie/docs/configuration/modules/stream/stream_ssl_preread.md#v-ssl-preread-protocol), and
  [$ssl_preread_server_name](https://en.angie.software//angie/docs/configuration/modules/stream/stream_ssl_preread.md#v-ssl-preread-server-name), which allows to get actual values when using
  virtual servers.

#### Packages

- Dynamic modules added:
  - [angie-module-http-auth-radius](https://github.com/ten0s/ngx_http_auth_radius_module)
- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.8.0
  - [angie-module-jwt](https://en.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt), to version 3.4.2
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.8
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.38.0
  - [angie-module-wasm](https://en.angie.software//angie/docs/configuration/modules/wasm/index.md#wasm-core), to version 0.1-beta5

---

<a id="angie-1-7-0"></a>

### Angie 1.7.0

Release date: 19.09.2024.

<a id="features-2-1-1"></a>

#### Features

- Forced closing of all connections to a proxied server when it's removed from
  the group can be configured via the [proxy_connection_drop](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-connection-drop),
  [grpc_connection_drop](https://en.angie.software//angie/docs/configuration/modules/http/http_grpc.md#grpc-connection-drop), [fastcgi_connection_drop](https://en.angie.software//angie/docs/configuration/modules/http/http_fastcgi.md#fastcgi-connection-drop),
  [scgi_connection_drop](https://en.angie.software//angie/docs/configuration/modules/http/http_scgi.md#scgi-connection-drop), and [uwsgi_connection_drop](https://en.angie.software//angie/docs/configuration/modules/http/http_uwsgi.md#uwsgi-connection-drop) directives.
- Counters of sent DNS query types in the resolver statistics API, which is
  collected with the `status_zone` parameter of the [resolver](https://en.angie.software//angie/docs/configuration/modules/http/index.md#resolver)
  directive.
- The [$ssl_server_cert_type](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#v-ssl-server-cert-type) variable that contains the type of selected
  certificate for a received TLS connection.
- Disabling creation of the PID file with the `off` parameter of the
  [pid](https://en.angie.software//angie/docs/configuration/modules/core.md#pid) directive, which might be beneficial with immutable images and
  direct control by a service manager. Thanks to Maxim Dounin (freenginx).
- Creation of the PID file made atomic via an intermediate temporary file, which
  removes a moment when the file is already in the directory but still empty,
  and allows external programs to handle it more easily and reliably.
- Now, during reconfiguration, no attempt is made to recreate the PID file if
  the name in the [pid](https://en.angie.software//angie/docs/configuration/modules/core.md#pid) directive has changed but points to the same file
  via symlinks; in particular, it allows avoiding issues on systems that migrate
  from `/var/run/angie.pid` to `/run/angie.pid`. Thanks to Maxim
  Dounin (freenginx).
- [Syslog logging](https://en.angie.software//angie/docs/configuration/processing.md#syslog-logging) errors are now reported no more than
  once per second; this helps avoid flooding the logs with such messages when
  the syslog server is down or overloaded. Thanks to Maxim Dounin (freenginx).
- In the Mail proxy module, the maximum number of commands during
  authentication, configured with the [max_commands](https://en.angie.software//angie/docs/configuration/modules/mail/index.md#max-commands) directive, is limited
  to better protect against DoS attacks. Thanks to Maxim Dounin (freenginx).
- The [--feature-cache](https://en.angie.software//angie/docs/installation/sourcebuild.md#configure) option of the
  **./configure** script to cache its results for optimization when
  building multiple modules or cross-compiling.
- All functionality of [nginx 1.27.1](https://nginx.org/en/CHANGES).

#### Bugfixes

- `PID file ... not readable (yet?) after start` and `Failed to
  parse PID from file...` errors might appear when starting with
  **systemd**. Thanks to Maxim Dounin (freenginx).

<a id="changes-1-1"></a>

#### Changes

- Updated descriptions of HTTP status codes in conformance with RFC 9110. Thanks
  to Maxim Dounin (freenginx) and Michiel W. Beijen.
- A maximum of one empty line is now allowed before an HTTP request to better
  protect against DoS attacks. Thanks to Maxim Dounin (freenginx).
- HTTP/1.x header field names without a colon at the end are now prohibited;
  such invalid header fields from a client or a proxied server will now cause an
  error response. Thanks to Maxim Dounin (freenginx) and Maksim Yevmenkin.
- When reading a request body using HTTP/1.1 chunked transfer encoding, the
  total size of ignored chunk extensions and trailer header fields is now
  limited by the [client_max_body_size](https://en.angie.software//angie/docs/configuration/modules/http/index.md#client-max-body-size) directive to better protect against
  DoS attacks. Thanks to Maxim Dounin (freenginx) and Bartek Nowotarski.
- The MIME type in the `mime.types` configuration file has been changed to
  `image/bmp` for the `bmp` extension and
  `application/vnd.rar` for the `rar` extension; set to
  `application/vnd.debian.binary-package` for the `deb` and
  `udeb` extensions. Thanks to Yuriy Izorkin.

#### Packages

- Updated:
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.36.0
  - [angie-module-lua](https://en.angie.software//angie/docs/installation/external-modules/lua.md#external-lua), to version 0.10.27

24.10.2024

- Added packages for [SberLinux](https://en.angie.software//angie/docs/installation/oss_packages.md#install-yum-oss).

29.11.2024

- Added WASM support with the following packages:
  - [angie-module-wamr](https://en.angie.software//angie/docs/configuration/modules/wasm/wasm_wamr.md#wasm-wamr)
  - [angie-module-wasm](https://en.angie.software//angie/docs/configuration/modules/wasm/index.md#wasm-core)
  - [angie-module-wasmtime](https://en.angie.software//angie/docs/configuration/modules/wasm/wasm_wasmtime.md#wasm-wasmtime)

---

<a id="angie-1-6-2"></a>

### Angie 1.6.2

Release date: 16.08.2024.

<a id="security-1-1-1-1"></a>

#### Security

- Processing a specially crafted MP4 file with the
  [ngx_http_mp4_module](https://en.angie.software//angie/docs/configuration/modules/http/http_mp4.md#http-mp4)
  could cause a worker process crash
  ([CVE-2024-7347](https://nvd.nist.gov/vuln/detail/CVE-2024-7347));
  the fix was ported from nginx 1.27.1.

---

<a id="angie-1-6-1"></a>

### Angie 1.6.1

Release date: 08.08.2024.

<a id="features-2-1"></a>

#### Features

- A new `passed` counter in the
  [API statistics](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#api-status-stream-server-zones)
  of the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module's [status_zone](https://en.angie.software//angie/docs/configuration/modules/stream/index.md#s-status-zone) directive
  tracks connections passed to other sockets
  using [pass](https://en.angie.software//angie/docs/configuration/modules/stream/stream_pass.md#s-pass) directives.

#### Bugfixes

- When using virtual servers or the [pass](https://en.angie.software//angie/docs/configuration/modules/stream/stream_pass.md#s-pass) directives in the
  [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module,
  connections could be accounted incorrectly in the statistics API.
- Worker processes could crash on configurations with 5 ACME
  clients or more; the bug had appeared in 1.6.0.
- Handling cached responses with the `X-Accel-Redirect` header
  could crash the worker process.
  Thanks to Maxim Dounin (freenginx) and Jiří Setnička.

#### Packages

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#install-console-light-oss), to version 1.4.0
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.35.3
  - [angie-module-zstd](https://en.angie.software//angie/docs/installation/external-modules/zstd.md#external-zstd), to revision `f4ba115`

---

<a id="angie-1-6-0"></a>

### Angie 1.6.0

Release date: 28.06.2024.

<a id="features-2"></a>

#### Features

- The [sticky](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-u-sticky) directive and related options
  in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module's [upstream](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-u-upstream) block,
  which allow to configure sticky sessions mode
  where all connections in the session are routed to the same server.
- Extraction of Cookie values from RDP connections using the
  [rdp_preread](https://en.angie.software//angie/docs/configuration/modules/stream/stream_rdp_preread.md#s-rdp-preread) directive in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module
  into [$rdp_cookie](https://en.angie.software//angie/docs/configuration/modules/stream/stream_rdp_preread.md#v-rdp-cookie) and [$rdp_cookie_NAME](https://en.angie.software//angie/docs/configuration/modules/stream/stream_rdp_preread.md#id3) variables,
  which allows to log and stick RDP client sessions to particular servers
  while load balancing.
- Support for multiple [acme](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#id1) directives
  in a [server](https://en.angie.software//angie/docs/configuration/modules/http/index.md#server) block,
  which allows to configure obtaining two types of certificates at once
  for that virtual server.
- Command line options `-m` and `-M`
  to list built-in and loaded modules.
- Support for [BoringSSL](https://www.chromium.org/Home/chromium-security/boringssl/)
  in the [ACME](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#http-acme) module.
- All functionality of [nginx 1.27.0](https://nginx.org/en/CHANGES),
  including support for virtual servers in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module
  and the `pass` directive,
  which allows to pass accepted connections
  for handling to another listening sockets,
  including [HTTP](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-http) and [Mail](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-mail) modules.

#### Bugfixes

- Certificate request via the ACME protocol could result in
  error on some configurations with a log message like
  `[alert] getsockname() failed (9: Bad file descriptor)`.
- Certificate request with large number of domain names via the
  ACME protocol could result in error with a log message like
  `[error] JSON parser error`.
- ACME clients in configurations
  with multiple [error_log](https://en.angie.software//angie/docs/configuration/modules/core.md#error-log) directives
  could log messages to irrelevant logs.

#### Packages

- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.7.0
  - [angie-module-auth-ldap](https://en.angie.software//angie/docs/installation/external-modules/auth-ldap.md#external-ldap), to revision `241200e`
  - [angie-module-jwt](https://en.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt), to version 3.4.1
  - [angie-module-keyval](https://en.angie.software//angie/docs/installation/external-modules/keyval.md#external-keyval), to version 0.3.0
  - [angie-module-lua](https://en.angie.software//angie/docs/installation/external-modules/lua.md#external-lua):
    `stream_lua_module`, to revision `bea8a0c`
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.5

---

<a id="angie-1-5-2"></a>

### Angie 1.5.2

Release date: 03.06.2024.

<a id="security-1-1-1"></a>

#### Security

- When using HTTP/3, processing of a specially crafted QUIC
  session could cause a worker process crash, worker process memory
  disclosure on systems with MTU larger than 4096 bytes, or have other
  impact ([CVE-2024-32760](https://nvd.nist.gov/vuln/detail/CVE-2024-32760),
  [CVE-2024-31079](https://nvd.nist.gov/vuln/detail/CVE-2024-31079),
  [CVE-2024-35200](https://nvd.nist.gov/vuln/detail/CVE-2024-35200),
  [CVE-2024-34161](https://nvd.nist.gov/vuln/detail/CVE-2024-34161));
  the fix has been ported from nginx 1.26.1.

#### Packages

- Updated:
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.35.2

---

<a id="angie-1-5-1"></a>

### Angie 1.5.1

Release date: 16.05.2024.

#### Bugfixes

- The `proxy_next_upstream` mechanism did not work correctly when using
  the [resolve](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-reresolve) option of the `server`
  directive in the `upstream` block if
  the number of resolved IP addresses differed from the number of specified
  servers.
- While requesting a certificate via the ACME protocol, a
  segmentation fault could occur in a worker process.
- The [slow_start](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-slow-start) mechanism did not work when proxying TCP
  connections in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module.
- HTTP/3 requests could result in an error if received as TLS
  1.3 early data; the bug had appeared in 1.4.0.
- HTTP/3 connection could be prematurely closed while using
  0-RTT in QUIC.
- When reading a request body from a fast connection, reading
  for a long time was possible. Thanks to Maxim Dounin (freenginx).

<a id="changes-1"></a>

#### Changes

- Now ACME clients do not discard previously stored
  certificates that were expired or issued for a different domain list,
  but use them while renewing.

#### Packages

27.05.2024

- Added packages for [Alpine](https://en.angie.software//angie/docs/installation/oss_packages.md#install-alpine-oss) 3.20.

---

<a id="angie-1-5-0"></a>

### Angie 1.5.0

Release date: 27.03.2024.

#### Features

- Basic support for automatically obtaining and updating certificates using the
  [ACME protocol](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#http-acme), configurable with the
  [acme_client](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#acme-client) and [acme](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#id1) directives, as well as variables of the
  form [$acme_cert_=](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#v-acme-cert-name) and [$acme_cert_key_=](https://en.angie.software//angie/docs/configuration/modules/http/http_acme.md#v-acme-cert-key-name).
- Configuration of automatic redirection, which adds trailing
  slashes to request URIs, with the [auto_redirect](https://en.angie.software//angie/docs/configuration/modules/http/index.md#auto-redirect) directive.
- Output [statistics metrics](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#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](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#metrics), 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](https://github.com/webserver-llc/angie/commit/eb914d43aa6a2231d7321c808cb4180abb013ca0).
- All functionality of [nginx 1.25.4](https://nginx.org/en/CHANGES).

#### Bugfixes

- If the SSL session reuse mechanism ([proxy_ssl_session_reuse](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ssl-session-reuse)) was used and
  the list of proxied servers was dynamically updated, a leak could occur in the
  shared memory zone (`zone`) configured for the corresponding `upstream` block.

#### Packages

- Added packages for [FreeBSD 13](https://en.angie.software//angie/docs/installation/oss_packages.md#install-freebsd-oss) (arm64),
  [RED OS 8](https://en.angie.software//angie/docs/installation/oss_packages.md#install-yum-oss) (x86-64).
- Dynamic modules added:
  - [angie-module-otel](https://github.com/nginxinc/nginx-otel)
- Updated:
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.34.0

28.03.2024

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#oss-packages), to version 1.3.0

16.04.2024

- Dynamic modules added:
  - [angie-module-zstd](https://github.com/tokers/zstd-nginx-module)
- Updated:
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.4

25.04.2024

- Dynamic modules 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-sts](https://github.com/vozlt/nginx-module-stream-sts)

---

<a id="angie-1-4-1"></a>

### Angie 1.4.1

Release date: 15.02.2024.

<a id="security-1-1"></a>

#### Security

- When using HTTP/3, a segmentation error may have occurred in a worker process
  while processing a specially crafted QUIC session
  ([CVE-2024-24989](https://nvd.nist.gov/vuln/detail/CVE-2024-24989));
  note that Angie as of 1.4.0 is already not vulnerable to
  [CVE-2024-24990](https://nvd.nist.gov/vuln/detail/CVE-2024-24990).

#### Packages

- Dynamic modules added:
  - [angie-module-dynamic-limit-req](https://github.com/limithit/ngx_dynamic_limit_req_module)
- Updated:
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.3
  - [angie-module-vod](https://en.angie.software//angie/docs/installation/external-modules/vod.md#external-vod), to version 1.33

## 2023

<a id="angie-1-4-0"></a>

### Angie 1.4.0

Release date: 12.12.2023.

#### Features

- Support for establishing HTTP/3 connections to upstream
  servers in the [HTTP proxy module](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#http-proxy) while allowing clients
  to use arbitrary HTTP versions. Configuration is done with the
  [proxy_http_version](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#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](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-server)
  directive in the [upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-upstream) block.
- [mqtt_preread](https://en.angie.software//angie/docs/configuration/modules/stream/stream_mqtt_preread.md#s-mqtt-preread) directive in the [stream](https://en.angie.software//angie/docs/configuration/modules/index.md#modules-stream) module, which
  allows extracting the username and client ID from the CONNECT packet
  of the MQTT protocol into the [$mqtt_preread_username](https://en.angie.software//angie/docs/configuration/modules/stream/stream_mqtt_preread.md#v-mqtt-preread-username)
  and [$mqtt_preread_clientid](https://en.angie.software//angie/docs/configuration/modules/stream/stream_mqtt_preread.md#v-mqtt-preread-clientid) variables.
- Limiting the response rate of MP4 files transmission to the
  client proportionally to the bitrate using the [mp4_limit_rate](https://en.angie.software//angie/docs/configuration/modules/http/http_mp4.md#mp4-limit-rate)
  and [mp4_limit_rate_after](https://en.angie.software//angie/docs/configuration/modules/http/http_mp4.md#mp4-limit-rate-after) directives,
  which reduces the bandwidth load.
- All functionality of [nginx 1.25.3](https://nginx.org/en/CHANGES).

#### Bugfixes

- If a proxied server was the only one in a group, it could be
  incorrectly reported as `unavailable` in the
  [metrics API](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#metrics)
  even after recovery.

#### Packages

- Added packages for [Alpine](https://en.angie.software//angie/docs/installation/oss_packages.md#install-alpine-oss) 3.19.
- Dynamic modules added:
  - [angie-module-auth-ldap](https://github.com/kvspb/nginx-auth-ldap)
- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.4.0
  - [angie-module-headers-more](https://en.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more), to version 0.36
  - [angie-module-ndk](https://en.angie.software//angie/docs/installation/external-modules/ndk.md#external-ndk), to version 0.3.3
  - [angie-module-opentracing](https://en.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing), to version 0.33.0

18.12.2023

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#oss-packages), to version 1.2.0

25.12.2023

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#oss-packages), to version 1.2.1

22.01.2024

- Dynamic modules added:
  - [angie-module-zip](https://github.com/evanmiller/mod_zip)
- Updated:
  - [angie-module-auth-jwt](https://en.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt), to version 0.6.0
  - [angie-module-headers-more](https://en.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more), to version 0.37
  - [angie-module-lua](https://en.angie.software//angie/docs/installation/external-modules/lua.md#external-lua):
    `http_lua_module`, to version 0.10.26;
    `stream_lua_module`, to version 0.0.14

---

<a id="angie-1-3-2"></a>

### Angie 1.3.2

Release date: 23.11.2023.

#### Bugfixes

- Possible incorrect values of metrics in [Prometheus](https://en.angie.software//angie/docs/configuration/modules/http/http_prometheus.md#id1) 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](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api) if they failed immediately;
  the bug had appeared in 1.3.0.

#### Packages

04.12.2023

- Dynamic modules added:
  - [angie-module-modsecurity](https://github.com/owasp-modsecurity/ModSecurity-nginx)

07.12.2023

- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#oss-packages), to version 1.1.1

---

<a id="angie-1-3-1"></a>

### Angie 1.3.1

Release date: 18.10.2023.

<a id="security-1"></a>

#### 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](https://nvd.nist.gov/vuln/detail/CVE-2023-44487)).

#### Packages

26.10.2023

- Dynamic modules added:
  - [angie-module-opentracing](https://github.com/opentracing-contrib/nginx-opentracing/)

13.11.2023

- Dynamic modules added:
  - [angie-module-testcookie](https://github.com/kyprizel/testcookie-nginx-module/)
- Updated:
  - [angie-console-light](https://en.angie.software//angie/docs/installation/oss_packages.md#oss-packages), to version 1.1.0
  - [angie-module-headers-more](https://en.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more), to version 0.35
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.2
  - [angie-module-vod](https://en.angie.software//angie/docs/installation/external-modules/vod.md#external-vod), to version 1.32

---

<a id="angie-1-3-0"></a>

### Angie 1.3.0

Release date: 19.09.2023.

#### Features

- Ability to specify multiple match patterns in the `location` directive,
  which allows to [combine](https://en.angie.software//angie/docs/configuration/modules/http/index.md#combined-locations) 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](https://en.angie.software//angie/docs/configuration/modules/http/http_prometheus.md#id1) and
  [prometheus_template](https://en.angie.software//angie/docs/configuration/modules/http/http_prometheus.md#prometheus-template) directives.
- Detailed information and [metrics](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#api-status-stream-upstreams) for
  groups of stream upstream servers in the statistics interface provided by the
  [api](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api) directive.
- The [resolve](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-reresolve) option of the `server` directive in the
  [stream](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#stream-upstream) 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](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-reresolve) option of the `server` directive in the
  [stream](https://en.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#stream-upstream) 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](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api) directive
  with the [api_config_files](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api-config-files) directive enabled.
- Display of the [configuration generation](https://en.angie.software//angie/docs/configuration/runtime.md#control-config-change)
  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](https://nginx.org/en/CHANGES).

<a id="bugfix-1"></a>

#### 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.

<a id="id106"></a>

#### Changes

- Now appname `angie` is used
  when loading the OpenSSL configuration.

#### Packages

- Updated:
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.1

---

<a id="angie-1-2-0"></a>

### Angie 1.2.0

Release date: 30.05.2023.

#### Features

- The [sticky](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-sticky) directive and related options in the [HTTP](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#http-upstream) module's [upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-upstream) block that allow configuring
  sticky sessions mode, where all requests within a session are routed to the
  same server.
- The [$upstream_sticky_status](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#v-upstream-sticky-status) variable that takes either `NEW`,
  `HIT`, or `MISS` values depending on the success of routing the request to the
  relevant upstream server with sticky sessions enabled.
- Support for NTLS in the [HTTP](https://en.angie.software//angie/docs/configuration/modules/stream/stream_ssl.md#stream-ssl) modules when using the [TongSuo](https://github.com/Tongsuo-Project/Tongsuo) TLS library; the support can
  be enabled via the `‑‑with‑ntls` build time option and configured with the
  corresponding [ssl_ntls](https://en.angie.software//angie/docs/configuration/modules/http/http_ssl.md#ssl-ntls) and [proxy_ssl_ntls](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ssl-ntls) directives.
- In the [HTTP](https://en.angie.software//angie/docs/configuration/modules/stream/stream_proxy.md#stream-proxy) proxy
  modules, the ability to specify multiple certificates with different types
  (RSA and ECDSA) and corresponding keys using the [proxy_ssl_certificate](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ssl-certificate)
  and [proxy_ssl_certificate_key](https://en.angie.software//angie/docs/configuration/modules/http/http_proxy.md#proxy-ssl-certificate-key) directives.
- Display of version and build name in the `master` process title, which
  allows getting this information about a running server instance using the
  `ps` utility.
- The [gzip](https://en.angie.software//angie/docs/configuration/modules/http/http_gzip.md#http-gzip) module's ability to compress "207 Multi-Status"
  responses.  Thanks to [DBotThePony](https://github.com/webserver-llc/angie/pull/26).
- All functionality of [nginx 1.25.0](https://nginx.org/en/CHANGES),
  including [HTTP/3](https://en.angie.software//angie/docs/configuration/modules/http/http_v3.md#http-v3) support.

#### Packages

- Added packages for [Ubuntu 23.04 "Lunar Lobster"](https://en.angie.software//angie/docs/installation/oss_packages.md#install-deb-oss).
- Dynamic modules added:
  - `angie-module-lua` package includes
    [http_lua_module](https://github.com/openresty/lua-nginx-module)
    and
    [stream_lua_module](https://github.com/openresty/stream-lua-nginx-module).
  - [angie-module-redis2](https://github.com/openresty/redis2-nginx-module)

13.06.2023

- Added packages for [Debian 12 "Bookworm"](https://en.angie.software//angie/docs/installation/oss_packages.md#install-deb-oss) and
  [AlmaLinux](https://en.angie.software//angie/docs/installation/oss_packages.md#install-yum-oss).

12.07.2023

- Dynamic modules added:
  - [angie-module-cache-purge](https://github.com/nginx-modules/ngx_cache_purge)
  - [angie-module-echo](https://github.com/openresty/echo-nginx-module)
  - [angie-module-keyval](https://github.com/kjdev/nginx-keyval)
  - [angie-module-postgres](https://github.com/FRiCKLE/ngx_postgres)
- Updated:
  - [angie-module-njs](https://en.angie.software//angie/docs/installation/external-modules/njs.md#external-njs), to version 0.8.0.

28.07.2023

- Dynamic modules added:
  - [angie-module-auth-jwt](https://github.com/kjdev/nginx-auth-jwt)

18.08.2023

- Dynamic modules added:
  - [angie-module-enhanced-memcached](https://github.com/bpaquet/ngx_http_enhanced_memcached_module)
  - [angie-module-eval](https://github.com/openresty/nginx-eval-module)

---

<a id="angie-1-1-0"></a>

### Angie 1.1.0

Release date: 24.01.2023.

#### Features

- The [resolve](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#reresolve) option of the [server](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-server) directive in the
  [HTTP](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#http-upstream) module's [upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-upstream) block that allows
  monitoring changes to the list of IP addresses corresponding to a domain name,
  and automatically updating it without the need to reload configuration.
- The [service](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#reresolve) option of the [server](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-server) directive in the
  [HTTP](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#http-upstream) module's [upstream](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-upstream) block that allows
  retrieving lists of addresses from DNS SRV records, with basic priority support.
- [Detailed information and metrics](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-upstream) for the groups of HTTP
  upstream servers in the statistics interface provided by the [api](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api)
  directive.
- [autoindex](https://en.angie.software//angie/docs/configuration/modules/http/http_autoindex.md#id1) uses natural sorting order for directory listings.
- All functionality of [nginx 1.23.3](https://nginx.org/en/CHANGES).

<a id="id114"></a>

#### Bugfix

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

#### Packages

15.03.2023

- Added packages for [Oracle](https://en.angie.software//angie/docs/installation/oss_packages.md#install-yum-oss) and
  [Rocky](https://en.angie.software//angie/docs/installation/oss_packages.md#install-yum-oss) Linux.
- Dynamic modules added:
  - [angie-module-auth-spnego](https://github.com/stnoonan/spnego-http-auth-nginx-module)
  - [angie-module-brotli](https://github.com/google/ngx_brotli)
  - [angie-module-dav-ext](https://github.com/arut/nginx-dav-ext-module)
  - [angie-module-headers-more](https://github.com/openresty/headers-more-nginx-module/)
  - [angie-module-ndk](https://github.com/vision5/ngx_devel_kit)
  - [angie-module-rtmp](https://github.com/arut/nginx-rtmp-module)
  - [angie-module-set-misc](https://github.com/openresty/set-misc-nginx-module)

07.04.2023

- Added packages for [ALT](https://en.angie.software//angie/docs/installation/oss_packages.md#install-alt-oss) Linux.

11.05.2023

- Added packages for [FreeBSD](https://en.angie.software//angie/docs/installation/oss_packages.md#install-freebsd-oss).
- Dynamic modules added:
  - [angie-module-jwt](https://github.com/max-lt/nginx-jwt-module)
  - [angie-module-subs](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)
  - [angie-module-upload](https://github.com/fdintino/nginx-upload-module)
  - [angie-module-vod](https://github.com/kaltura/nginx-vod-module)

26.05.2023

- Added packages for [Astra](https://en.angie.software//angie/docs/installation/oss_packages.md#install-astrase-oss) Linux Special Edition.

---

## 2022

<a id="angie-1-0-0"></a>

### Angie 1.0.0

Release date: 27.10.2022.

#### Features

- The [api](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#a-api) directive that provides an HTTP RESTful interface for accessing
  in JSON format basic information about a web server instance, as well as
  [metrics](https://en.angie.software//angie/docs/configuration/modules/http/http_api.md#metrics) of client connections, shared memory zones, DNS
  queries, HTTP requests, HTTP responses cache, TCP/UDP sessions of the
  [stream](https://en.angie.software//angie/docs/configuration/modules/stream/index.md#stream-core) module, and zones of the [limit_conn](https://en.angie.software//angie/docs/configuration/modules/http/http_limit_conn.md#http-limit-conn)/[limit_req](https://en.angie.software//angie/docs/configuration/modules/http/http_limit_req.md#http-limit-req) modules.
- The [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) directive in the [HTTP](https://en.angie.software//angie/docs/configuration/modules/http/index.md#http-core)
  module for specifying a zone to collect request metrics in [server](https://en.angie.software//angie/docs/configuration/modules/http/index.md#server) and
  [location](https://en.angie.software//angie/docs/configuration/modules/http/index.md#location) contexts.
- The [status_zone](https://en.angie.software//angie/docs/configuration/modules/stream/index.md#s-status-zone) directive in the [stream](https://en.angie.software//angie/docs/configuration/modules/stream/index.md#stream-core) module for specifying a zone to collect TCP/UDP session metrics.
- The [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#resolver-status) parameter of the [resolver](https://en.angie.software//angie/docs/configuration/modules/http/index.md#resolver)
  directive for specifying a zone to collect metrics on DNS queries.
- The [$angie_version](https://en.angie.software//angie/docs/configuration/modules/http/index.md#v-angie-version) variable with the version of Angie.
- All functionality of [nginx 1.23.2](https://nginx.org/en/CHANGES).
