# Angie and Angie PRO updated to version 1.8.0

*19.12.2024*

Version 1.8.0 of the Angie web server and its commercial version Angie PRO
has been released, including new features in the ACME module, WebAssembly
support, as well as API improvements and new functionality.

Version 1.8.0 of the open-source web server Angie and its commercial version
Angie PRO has been released. This is the fourth planned Angie release in 2024.

With this release, the ACME module, designed for automating TLS certificate
setup, now supports issuing wildcard certificates.

The new implementation allows Angie to handle DNS queries for domain
verification using Angie's own capabilities, which significantly simplifies
setup even compared to existing automation tools like certbot.

For more details on these features, see the [comprehensive guide](https://en.angie.software//angie/docs/configuration/acme.md#acme-config) we have prepared for this new release.

Version 1.8.0 also includes the [previously announced WASM modules](https://en.angie.software//news/articles/wasm.md) for Angie. These modules add WebAssembly (WASM) support
and provide a dedicated SDK for creating WASM modules. The WASM implementation
in Angie allows developers to write extensions in popular programming languages
using the server API and SDK, opening up possibilities for customization and
flexible configuration.

Additionally, this update includes:

- New settings for the [sticky learn](https://en.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-sticky) mode in Angie PRO,
  implementing session binding with external storage. Now you can create entire
  clusters of load balancers with session binding!
- API metrics improvements: the [status_zone](https://en.angie.software//angie/docs/configuration/modules/http/index.md#status-zone) directive now supports
  variables, allowing detailed statistics based on arbitrary criteria.
- Features ported from the freenginx project and nginx version 1.27.3.

For more details on the new features, visit the following links:

- [Angie 1.8.0 changes](https://en.angie.software/angie/docs/oss_changes/#angie-1-8-0)
- [Angie PRO 1.8.0 changes](https://en.angie.software/angie/docs/pro_changes/#angie-pro-1-8-0)
