Release notes

March 19, 2025

Azion Libraries

Azion Lib – JavaScript SDK

Azion introduces Azion Lib, a comprehensive JavaScript SDK designed to facilitate seamless interactions with various Azion services, including Edge Storage, Edge SQL, and Purge functionalities. This versatile library is compatible with both Azion Edge Runtime and external environments, ensuring efficient integration across diverse applications.

Key Features:

  • Unified Client Interface: provides a centralized client to manage interactions with multiple Azion services, streamlining development processes.​

  • Service-Specific Modules: offers dedicated modules for Storage, SQL, Purge, and more, allowing for targeted and efficient operations.​

  • Flexible Configuration: supports environment variable-based configurations and debug modes to cater to various development needs.​

For detailed installation and usage instructions, refer to the Azion Lib documentation or visit the NPM package page.

Azion Infrastructure as Code (IaC)

Azion Config – Enhanced resource support

The azion.config.js file, integral to Azion’s Infrastructure as Code (IaC) approach, now supports a broader range of resources. This enhancement enables more granular and comprehensive configurations, covering:

  • Enhancement on Edge Application - Rules Engine: configure origin settings with greater flexibility, including support for various origin types and connection policies.​

  • WAF settings

  • Edge Firewall: add-ons and Rules Engine.

For a comprehensive overview of the configurable properties, consult the Azion Config documentation.

Azion CLI

Improvements to the azion sync command

The azion sync command has been refined to enhance synchronization between local files and remote resources.

For more information, visit the CLI Command Sync documentation.

Native Windows support

Azion CLI now offers native support for Windows operating systems using Powershell. You can install it through Chocolatey or WinGet.

For more information on these updates, visit the CLI documentation.

March 10, 2025

GraphQL API

The GraphQL API now includes the Consumption dataset, offering detailed insights into product usage and the metrics accounted for in the client’s account.

Explore more about the GraphQL API and the Consumption dataset.


January 22, 2025

Edge Storage

Edge Storage now includes fully operational billing features and supports multiple regions when necessary. Usage is automatically tracked, and charges are applied according to the current pricing model. For more details on Edge Storage billing, visit the Pricing page.


December 20, 2024

GraphQL API

The new httpBreakdownMetrics dataset is available in the Real-Time Metrics GraphQL API. Through this dataset, you can get real-time, detailed, aggregated data on HTTP request events blocked.

Find out more on Real⁠-⁠Time Metrics GraphQL API Fields and learn How to query data from the httpBreakdownMetrics dataset.


December 16, 2024

Data Stream

Simple Storage Service (S3) connector

Now, when configuring a Simple Storage Service (S3) connector to receive data from Data Stream, file names will be composed of:

  • Object Key Prefix: the prefix for the uploaded object’s name. Example: user/logs.
  • Date and time the packets are sent in the YYYY/MM/DD/hh/mm/ format.
  • UUID: a unique request identifier.

Example: user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276.

This structure simplifies log management and monitoring by enabling precise searches and filtering using the date, time, and UUID.

Read more on Data Stream and how to configure Edge Storage and Amazon S3 connectors to receive data.


November 12, 2024

Azion Console

A new version of Azion Console has been released. Now you can select an Edge Firewall while creating or configuring a domain. Also, Cache Settings have been updated to include a browser no-cache option, providing more granular control over caching behavior.

This release also includes several improvements and fixes.

To learn more about Azion Console, check out the documentation.


November 8, 2024

Azion CLI

Version 2.3.1

In this new version of Azion CLI, existing environment variables will be updated with the use of the synccommand. Also, when creating environment variables, they will be sent as secret depending on their key. You can check the documentation for details.

Additionally, this release includes several improvements for user experience and messages.

Read more about Azion CLI and its commands.

Azion Console

Password field obfuscation has been implemented in Data Stream on Console. This update enhances security by hiding sensitive credential fields from view.

From now on, only users with Data Stream editing permissions will be able to view and edit the Keys. This change improves access control and security for Data Stream configurations.

Learn more about Data Stream and Azion Console.


October 31, 2024

Vector Search is a new Azion Edge SQL feature that enables customers to implement semantic search engines for various use cases, resulting in more relevant search results, real-time recommendations, and insights while drastically reducing latency and improving user satisfaction.

Get to know Edge SQL Vector Search by reading the documentation.


October 30, 2024

Real-Time Events

GraphQL filter

The Real-Time Events interface now includes the GraphQL filter component, enabling more precise filtering for streamlined troubleshooting and debugging. Additionally, it connects with GraphiQL Playground, allowing filters to be exported with a single click. Search results can also be downloaded in CSV format.

Read more on Real-Time Events and How to add filters on Real-Time Events

Real-Time Metrics

Bot Manager dashboard

You can now view metrics related to Bot Manager activity through the Real-Time Metrics interface. This new dashboard provides a complete view with two sections: Overview and Breakdown. It displays metrics for monitoring traffic, bot hits, common actions, impacted URLs, and requests flagged as bad bots from different IP addresses, among other metrics.

Check on Metrics’ monitoring charts. You can also query Bot Manager data with GraphQL API.


October 18, 2024

Azion Copilot

Azion Copilot is an AI-powered assistant integrated directly into Azion Console. Customers can use it to resolve issues or get answers to queries, with immediate, context-driven responses based on Azion’s knowledge base. This new capability simplifies tasks for users of all skill levels, making it easier to use Azion’s products and improving their workflow.

Additionally, Copilot runs directly on Azion’s distributed edge platform, ensuring fast processing and leveraging edge-native products, such as Edge Application, Edge Functions, and EdgeSQL, for optimal performance.

To test the new Azion Copilot, access Azion Console.


October 9, 2024

Azion CLI

Version 2.0

The latest version of Azion CLI introduces synchronized deployment. By running the azion deploy command, you’ll be redirected to the Azion Console, where you can monitor your application’s deployment logs in real time.

Additionally, this release includes several improvements for user experience and messages.

Read more about Azion CLI and its commands.


September 12, 2024

Marketplace

Add Request ID integration

The new Add Request ID integration enables you to add an additional header in the incoming request object, assigning a unique identifier to each HTTP request attended by Azion Edge Platform.

This identifier facilitates you in tracking and identifying individual requests, as well as allows you to analyze logs and identify issues.

Check the how-to guide to learn more about it.


September 9, 2024

Deploy button

Now you can deploy on the edge faster. This one-click integration allows you to start application deployments directly from any webpage, documentation, or GitHub repository by simply clicking the Deploy button, simplifying your workflows and speeding up your time-to-market with Azion.


September 2, 2024

GraphQL API

The new connectedUsersMetrics dataset is available in the Real-Time Metrics GraphQL API. Through this dataset, you can get real-time aggregated data, provided by Azion Live Ingest, related to the number of users connected to your applications with live streamings.

Find out more on Real⁠-⁠Time Metrics GraphQL API Fields and learn How to query Connected Users data with GraphQL API.


August 30, 2024

Account policies

Conditional Access by IP Address Policy

Now you can create a Conditional Access by IP Address policy, allowing access to your resources based on specific IP addresses, ensuring that only devices accessing from these addresses can reach the platform.

Check the how-to guide to get more details.

User Session Timeout Policy

The User Session Timeout policy allows you to define a maximum idle time, ensuring that sessions are automatically terminated after a period of inactivity. It also allows you to define a maximum session time to avoid sessions staying open indefinitely.

Check the reference to understand it better and the guide on how to configure it.

Account Lockout Policy

The Account Lockout policy is now available on Azion’s platform, protecting accounts from unauthorized access. If a user repeatedly enters the wrong password, exceeding the maximum allowed number of failed login attempts, the user account will be temporarily locked to prevent further attempts.

Read more about the Account Lockout Policy and how to configure it.

SSO

Microsoft Entra as IdP and Automated user provisioning integration

Using Microsoft Entra Identity Provider (IdP), you can authorize single sign-on (SSO) to access other sites or services, such as Azion. Your users can continue using their corporate user identities without remembering a specific password or entering credentials each time they access Azion’s platform.

Check the How to use Microsoft Entra custom SAML app as an IdP for Azion guide.

Additionally, with Microsoft Entra, you can enable Automated User Provisioning to streamline identity and access management by automatically creating, updating, and deleting user accounts across applications based on changes in Microsoft Entra ID. These changes are reflected on Azion’s platform users and teams, once the feature is enabled. The automation uses the SCIM protocol, making the provisioning process both scalable and secure.

Read more on this topic in the documentation.


August 6, 2024

Edge Application

Image Processor

The Image Processor module can now process images in the AVIF format, which provides superior compression and quality compared to other formats like WEPB, JPEG or PNG.

Read more about Image Processor.


July 8, 2024

Real-Time Metrics

Real-Time Metrics REST APIs

Access to the Real-Time Metrics REST APIs has been discontinued and deprecated. As a result, the api.azionapi.net/analytics and api.azionapi.net/metrics endpoints are no longer available. To perform data queries and analyze your application’s activity, you can access:

  • Real-Time Metrics GraphQL API, which provides aggregated metrics in real time.
  • Real-Time Events GraphQL API, which provides raw logs in real time.

Read more about GraphQL API and the First Steps to start using it.


June 19, 2024

Edge SQL

Azion Edge SQL REST API is now available in Preview. This API allows you to create, read, update, delete, and list Edge SQL databases, a database product, distributed on the edge, fully ACID compliant, and using the SQLite dialect.

Get to know more about Azion Edge SQL and the Edge SQL API.


June 14, 2024

Marketplace

Azion Bot Manager Lite

The Bot Manager Lite 0.1.4 version is now available. It includes the new should_write_warning_logs variable to define whether the function will write warning logs to Real-Time Events.

To read more about Bot Manager Lite features and variables, check the How to install Azion Bot Manager Lite from Azion Marketplace and How to update an integration guides.


June 7, 2024

Azion CLI

Announcing two new features:

  • --no-color: it’s a global flag that indicates the output to not use colors. Check more on the documentation.
  • reset: with this command, you can reset your Azion CLI settings to default and delete the personal token if possible. Check more on the documentation.

Read more about Azion CLI and its commands.


May 23, 2024

Azion CLI

You can now generate and manage Let’s Encrypt digital certificates within your domain via CLI. To do so, check the digital-certificate-id command documentation.

Additionally, you can now schedule the deletion of an Edge Storage bucket with objects inside by using the --force flag:

  • If you try to delete a bucket with objects inside, the platform will delete everything and schedule the bucket to be deleted after 24 hours (the time needed to delete a bucket after it’s emptied).
  • Next time you run a command after 24 hours, the deletion will be executed.

Read more about Azion CLI and its commands.


May 14, 2024

Azion CLI

Announcing new features:

  • Output Export: all CRUD commands now support the --out flag, allowing output export to JSON, TOML, and YAML files.
  • Environment Variables Dump: you can now dump all environment variables using the azion list variables --dump command.
  • CLI Control File Updates: updates to the CLI control file (azion.json).
  • Enhanced Deployment Information: improvement on the information provided to the user during deployment. This includes changes in names, the actual name used in the created resource, and more.

Get to know Azion CLI and its commands.


April 29, 2024

Improved GitHub Integration

With the new GitHub Integration, you can import your Jamstack projects including dozens of supported frameworks such as Next.js, Astro, and Svelte from your own GitHub repository, boosting your productivity.

Check the How to import an existing project from GitHub and deploy it guide for further details.


April 12, 2024

Azion CLI

Purge operations support is now available in Azion CLI, allowing effective cache management through URLs, wildcards, and cache-key options. This enhancement enables precise and efficient cache management.

Read more about the Purge command.


April 9, 2024

Azion CLI

Remote Repository Link feature available. It provides developers with a tool that significantly improves efficiency, team collaboration, and the speed of application development.

Read more about Azion CLI and its commands.


April 4, 2024

Edge Storage and CLI

Introducing CRUD functionalities for Edge Storage via CLI, allowing management of your buckets and objects. It includes:

  • Create, Read, Update, and Delete operations directly through CLI.
  • Full API compatibility, ensuring a smooth workflow.

Get to know Azion CLI and its commands.


March 15, 2024

Marketplace

Azion Integrations

A new integration is available at Azion Marketplace: Upstash Rate Limiting. It allows you to control incoming traffic right at the edge of the network, avoiding bottlenecks, managing traffic spikes, and protecting your applications from potential threats.

With this integration, based on an edge function and integrated with the upstash/ratelimit library, you can define: limiting requests, window limit, and a penalty configuration that analyzes the validity of each request.

Find out more on the documentation to install and configurate Upstash Rate Limiting.


March 12, 2024

Product Naming Update

There’ve been updates to the names of a few Azion Products. See the list of the new and former names:

  • Edge Cache (former Edge Caching)
  • Tiered Cache (former L2 Caching)
  • Application Accelerator (former Application Acceleration)
  • Edge DNS (former Intelligent DNS)
  • Data Stream (former Data Streaming)

No changes have been made to the functionality of the products.


March 11, 2024

Digital Certificates

mTLS Certificate Revocation Lists (CRL)

Digital Certificates now supports the management of Certificate Revocation Lists (CRL) through Azion API. CRL is a list of digital certificates revoked before their expiration date.

Use the Azion API to manage CRLs and see the Digital Certificates reference for more information.


March 7, 2024

Azion Console

Azion Console, the new Azion’s web interface, is now available for new accounts and users with Developer plan to experience the integration of a user-friendly redesign and a fully decoupled UI-API.

This interface was designed to streamline the development of products, features, and UX improvements, while enhancing your interaction with Azion’s products and services. It includes the same features available in the previous interface, Real-Time Manager (RTM).

Explore the Azion Console.

The goal is to migrate the current user base to Console by the end of 2024. During this transition, Real-Time Manager (RTM) will be available for customers with other Service Plans and the team will continue maintaining and providing support to it.


February 29, 2024

Marketplace

Azion Bot Manager Lite

Azion Bot Manager Lite v0.1.3 is now available in Marketplace. This version introduces:

  • An updated name (formerly Azion Bot Protection).
  • New actions: custom_html, hold_connection, random_delay, and redirect.
  • SIEM integration with Azion observability tools.

Check the How to install Azion Bot Manager Lite guide for more information.


February 20, 2024

GraphQL API

Updates

New serverProtocol field

The new serverProtocol field is available in the Real-Time Metrics GraphQL API through the httpMetrics datatset. It can also be queried through Real-Time Metrics in Real-Time Manager as Server Protocol.

This field informs the version of the request protocol used. Find out more on Real⁠-⁠Time Metrics GraphQL API Fields and in the How to add filters on Real⁠-⁠Time Metrics guide.

Selected fields limit

The new limit for selected fields in the Real-Time Metrics GraphQL API and the Real-Time Events GraphQL API is 37 fields per query.

Find out more on GraphQL API limits.


January 30, 2024

Edge Storage REST API

Edge Storage is a scalable and flexible data storage solution that stores data as discrete objects, each containing its own data, associated metadata, and a unique identifier. This solution now comes equipped with access to the Azion Edge Storage REST API, providing high scalability, accessibility, and cost-effectiveness for various unstructured data storage needs.

See more details on the Edge Storage documentation, the API documentation, and the following guides:


January 12, 2024

Marketplace

Upstash Waiting Room

The new Upstash Waiting Room integration uses a First-In, First-Out (FIFO) approach and leverages on Azion Edge Firewall, creating a waiting room to control and redirect access according to your parameters. This way, you can manage traffic surges and prevent overload on your websites and applications

Check the how-to guide for more information.


December 22, 2023

Marketplace

Fingerprint

The new Fingerprint integration enables you to capture device and network data to better identify devices accessing your applications.

This integration includes two features:

  • A browser-level script (optional) to capture the browser data and set it as a session cookie.
  • An edge function (mandatory) to capture connection-related data as well as the “frontend fingerprint” (created by the browser script) to create the session fingerprint.

The collected data is used to generate a unique identifier and add it as a request header in other integrations and use cases.

Read the How to install the Fingerprint integration through Azion Marketplace guide for more details.

December 12, 2023

Professional Services

Enterprise and Mission Critical Service Plans now have available Managed Configurations Service packages. These packages provide comprehensive management and control over Azion customers’ configurations, ensuring optimal performance, security, and compliance.

This way, the Azion team’s experienced engineers take care of the day-to-day tasks of configuring and remediating the configurations, freeing up your time to focus on more strategic initiatives.

Check more about these Profesional Services, on the website or the documentation.


December 1, 2023

Faster propagation times

Increases the speed of the execution and load times when creating, updating, and deleting instances in Edge Application, Edge Firewall, and WAF. This optimization was implemented to shorten the propagation time of changes made on the edge, allowing users to get the latest version of applications in a shorter span of time.

Edge Application

Updates

Increased Digital Certificates API Rate-Limit

Avoids request throttling when uploading multiple certificates within a short span of time.

New fields in Digital Certificates API

  • azion_information shows details from the Azion certificate management tool for Let’s Encrypt certificates.
  • is_waiting_domain indicates if the certificate is waiting for the domain’s DNS configuration.

Edge Firewall

Bug fixes

  • Fixed minor bugs in Network Lists.

Azion CLI

Version 1.1

New version of the Azion CLI integrated with Azion Bundler, a dev tool for building, running locally, and deploying static javascript-based frameworks, such as:

  • Next
  • React
  • Vue
  • Angular
  • Astro
  • Hexo
  • Vite

Updates

Login and Logout

Adds login and logout commands. For detailed information run:

Terminal window
azion login -h
azion logout -h

Management commands

Adds management commands for the following products and features:

  • Edge Applications
  • Edge Functions
  • Origins
  • Domains
  • Rules Engine
  • Cache Settings
  • Personal Tokens

Usage of the new commands is described in the Azion CLI documentation or via the azion -h command.

Edge Functions

Updates

Node.js APIs in Edge Functions

Adds compatibility with Node.js async_hooks:

Real-Time Events GraphQL API

Updates

New Activity History fields

Eight new fields are available to query on the Activity History dataset:

  • refererHeader
  • remotePort
  • resourceId
  • resourceType
  • requestData
  • userAgent
  • userId
  • userIp

See more details on the Real-Time Events GraphQL API Fields reference documentation.

Real-Time Metrics

Updates

General Availability Release Stage

Real-Time Metrics is now available in General Availability and can be used according to Azion Terms of Services.

See the Real-Time Metrics documentation for more information.


October 10, 2023

CLI

The new version 1.3.0 reintroduces Edge Application and Rules Engine granular commands, ensuring a seamless experience.

Get to know more about Azion CLI and its commands.


October 4, 2023

Edge Firewall

Customizable Edge Firewall HTTP return code is in General Availability. Now you can set a specific return (status code, content type, and content body) as an Edge Firewall Rules Engine behavior, using SSL status.

Visit the documentation for further details.


October 3, 2023

Service Plans

Announcing the new Azion Service Plans structure, designed to increase value and give more visibility to all the service levels Azion offers.

Now, customers can choose between four different plans the one that meet their needs better:

  • Developer: customers with a Developer profile using the platform for testing or personal purposes.
  • Business: customers running production workloads on Azion.
  • Enterprise: customers who have production or business-critical workloads on Azion.
  • Mission Critical: customers whose online presence is critical and service performance, security, availability, and scalability have a direct impact on the business results.

Each Service Plan provides different levels of Support, Professional Services, Product Features, and Compliance Assets, offering enhanced flexibility to Azion customers to get the best fit, empowering them to succeed and grow.

Get to know Azion Service Plans.


September 25, 2023

Edge Firewall

Rules Engine for Edge Firewall

You can now use the new behavior Set Custom Response, allowing you to customize HTTP headers and status codes.

Read more in the documentation.


September 6, 2023

Edge Application

Updates

HTTP/3 support

HTTP/3 support is now compatible with all TLS versions supported by Edge Application.

Rules Engine for Edge Application

You can now insert variables created with Capture Match Groups in the Add Request Header behavior argument.

Check the Capture Match Groups documentation for more details.

Websocket

The Websocket module is now in General Availability. This module for Edge Application allows you to establish the WebSocket communication protocol between your origin and your users under the reverse proxy architecture.

Go to the Websocket documentation to learn more about the requirements, specifications, and limits.

At the moment, this module is exclusively accessible to subscribers of the Enterprise and Mission Critical Service Plans. Contact the Support team to request access to this module.

DDoS Protection

DDoS Protection is now automatically enabled in all accounts. It offers protection against DoS and DDoS attacks with unmetered bandwidth for all Azion customers.

Get to know more about DDoS Protection.


August 31, 2023

Marketplace

Azion Bot Manager Lite

The Azion Bot Manager Lite integration is now available in the Marketplace, in the Preview stage. The integration uses an Edge Firewall’s edge function to analyze each request; then, it assigns to the request a score based on a set of rules and behaviors. If the score is equal to or greater than the predetermined threshold, the integration can take actions like denying or dropping the request.

Read more on How to install Azion Bot Manager Lite from Azion Marketplace.

GraphQL

Azion now provides a Grafana plugin integration available for local installation. With it, you can use Grafana’s interface to create dashboards and complement your metrics visualization. Your dashboards can be created using GraphQL queries. You can use it to view and create:

  • Top X metrics (such as IP addresses or blocked countries).
  • Security metrics.
  • Customized alerts.
  • Specific status codes.

It queries data from Real-Time Metrics and Real-Time Events, which use the GraphQL APIs.

For more details, check the documentation on How to integrate Azion with Grafana and How to customize a dashboard with the Azion plugin on Grafana.


June, 2023

Updates

Real-Time Manager

Rules Engine for Edge Application and Edge Firewall

Bug fixes

Origins

  • Azion API now correctly sends HMAC authentication data via PATCH method.

May, 2023

New releases

Edge Application

Edge Functions

GraphQL API

  • The GraphQL API Sorting feature now allows you to use the descending order specification for all fields of all datasets with the groupBy property.

Marketplace

CLI

Updates

Marketplace

Bug fixes

Edge Application

  • Applications without simultaneous multiport that use port 9443 no longer invalidate changes in the edge application’s configurations.
  • Azion SAN certificate no longer overwrites custom certificates.

April, 2023

Updates

CLI (Beta)

  • New Version: 0.57.0
  • Added edge functions instances and device groups management.

Edge Functions

  • Now it’s possible to make use of event.respondWith() for intercepting requests, returning custom responses, and modifying the response headers or content on Azion Edge Application and Edge Firewall.

Bug Fixes

Edge Application

  • Build an Application assistant on RTM no longer returns an error when creating an edge application.
  • RTM now returns an error when users attempt to delete an application that no longer exists.

Digital Certificates

  • TLS certificates that contain special ASCII characters no longer return a 500 error upon upload to RTM or API.

Domains

  • Domains API now returns a 400 error when required properties aren’t sent.

New features

Edge Application

  • Simultaneous multiport added to Internal Access.

  • Ciphers

    • Users can now choose the cipher suite (encryption algorithms used, in this case, for a more secure data transmission between client and server) that their edge applications will use.
    • Azion now provides a way to select which cipher suite will be supported in the application, according to the TLS versions. Azion provides 3 different cipher suites to be used with TLS 1.2 and 1 option for TLS 1.3.

Data Stream

New Releases

Marketplace


March, 2023

Updates

Azion CLI (Beta)

  • New version, 0.54.0, added cache settings management.

Edge Firewall

  • On Web Application Firewall Tuning (WAF Tuning), now, users can allow a list of IP addresses that were blocked by WAF, in case of tests, false positives, and internal traffic.

New features

Data Stream

  • Data Stream now relies on the max_size field when configuring a payload. The field is available in RTM’s UI and also via API. With this addition, users can analyze their logs faster (with lower latency).

Bug Fixes

Edge Application

  • API now returns a 400 error when Edge Application requests that contain http_port and https_port are sent as empty arrays.
  • API now accepts entries with unicode characters when Edge Application - Edge Functions instances are created.
  • API now accepts order by unicode characters when Edge Applications are queried.

February, 2023

Updates

Azion CLI (Beta)

  • New version 0.50.0.
  • Added domains and origins management.
  • Added type CDN, that enables the creation of a traditional edge application.
  • Documentation updated with Edge Applications Command and Edge Functions Command.
  • The command webapp has been deprecated and replaced by edge_applications.

Edge Application

  • Rules Engine debugging capabilities are now in Early Access.

Edge Firewall

  • Rules Engine debugging capabilities are now in Early Access.

Edge Functions

  • Edge functions on Edge Firewall.

Users can run edge functions written in JavaScript on the Edge Firewall. Alongside that, developers can access and use a set of available metadata and manipulate request and response headers.

Real-Time Events

  • Variable $traceback.

Users are able to verify the $traceback value through the Real-Time Events UI.

Bug Fixes

Digital Certificates

  • Increased character limit for uploading multiple trusted CA certificates on RTM.

Edge Firewall

  • In CSR certificate generation, RTM now shows a warning when another certificate with the same name already exists.

January, 2023

Updates

Marketplace

  • Content for solutions now appears on a single page, in addition to having navigation through tabs.
  • Help Center is now available on Marketplace pages to exhibit in-product documentation.

Edge Application

  • Last Editor and Last Modified visualization

Added details for the last modification. In the list of edge applications, there are two new pieces of information: Last Editor and Last Modified, allowing users to easily identify by whom and when the last change was made to an edge application. These new information are also available through API.


December, 2022

New Releases

Real-Time Events GraphQL API

The Real-Time Events GraphQL API provides access to a range of product usage, security, request/response, and user data. It can provide raw data in JSON format, human-readable, or connected with an analysis tool such as Grafana, where developers and analysts can customize their own views. Raw data can be retrieved for up to 7 days.


November, 2022

New Releases

Real-Time Metrics GraphQL API

The Real-Time Metrics GraphQL API provides access to a range of product usage, security, request/response, and user data. It can provide aggregated data in JSON format, human-readable in its raw form, or connected with an analysis tool such as Grafana, where developers and analysts can customize their own views. Aggregated metrics can be retrieved for different periods: minutes, hours, or days.

Data Stream

  • Activity History as a Data Stream Data Source

Users are now able to select Activity History as one of the Data Sources from Data Stream and stream these logs to an endpoint of choice.

Updates

Azion CLI (Beta)

New version 0.42.0 gives you the option of autocompleting commands.

Real-Time Manager

  • New in-product documentation capability.
  • New UI components Get help and Help Center to support the user’s journey.
  • New additional data screen to better understand our customer profile.

October, 2022

Updates

  • Azion CLI (Beta)
  • New version 0.39.0
  • Azion CLI documentation updated with First Steps, Guides and Tutorials.
  • Now you have the option to use installation packages with the main Package Managers.
  • Improved command output and error messages.
  • Apple M1 native support added.

Bug Fixes

  • Edge Orchestrator.
  • 500 Error while using 4 bits unicode character on Edge Nodes and Credential Names fixed.

September, 2022

Updates

  • Edge Firewall

Search optimization for Domains and Last Editor in the Edge Firewall screen.

  • Azion CLI
  • New help screens.
  • New command tree for init, build, publish.
  • The use of Args has been replaced by Flags.

Bug Fixes

  • API — Rules Engine — Edge Firewall

Fixed error and message issues on situations where the Edge Firewall Rules Engine API receives if values for the conditional field.

  • Rules Engine — Edge App

Behavior adjustment when implementing a Regex with Behavior Redirect to 301 or 302 on an Edge Rule in the Rules Engine section of an Edge Application.

  • Edge Functions

Adjusted the behavior of using the JSON data structure in the Args field in Edge Functions.

  • Azion CLI

Fixed expired token message.

  • Credentials
  • Fixed a bug that displayed a success and an error message simultaneously after exceeding 255 characters in the name field.
  • Name list search now considers accented characters.
  • Table retains its format even when entering a name with many characters.
  • Fixed Internal Error when entering description with more than 200 characters.
  • Edge Services
  • Name list search now considers accented characters.
  • Edge Service name is now updated even after exceeding the character limit.
  • Fixed Internal Error when inserting emojis in Edge Service name.
  • Edge Nodes

Name list search now considers accented characters.

New releases

  • Marketplace

Added versioning system to Marketplace solutions, allowing customers to decide whether they want to update a solution or not. Furthermore, customers are now able to choose which version to use.


August, 2022

Updates

Real-Time Manager

  • Account Menu As part of our ongoing efforts to make the admin experience more productive on Azion RTM, we’ve streamlined the layout of the Account Menu while keeping all previous links. After a series of research and brainstorming sessions, we’re excited to share the new design with the community.

Edge Orchestrator

  • Azion CLI
    Azion CLI (Beta) is at version 0.28.0.

  • Web Application Firewall

Deprecated

Log4j vulnerability mitigation: WAF security rules to protect customers from CVE-2021-44228 were deprecated.

Bug Fixes

Edge Orchestrator

  • Azion CLI
    Fixed timeout occurrence when managing Edge Functions and Edge Services.

July, 2022

New Releases

Marketplace

  • Azion Marketplace is officially launched to the market. Marketplace is a digital catalog that makes it easy to find, test, and deploy edge-enabled software that runs anywhere. With a wide range of solutions, Azion clients can use it to easily enhance, compose, or customize their applications. Marketplace also provides means for ISVs, software developers, and open source communities to distribute edge-enabled software to an audience of thousands of active buyers. Get to know more about Marketplace here.

Azion CLI

  • Beta Release: now, you can publish your Javascript, NextJS, and Flareact applications on Azion. Furthermore, Azion clients can manage their Edge Functions and Edge Services through command lines. Find out more about Azion CLI here.

June, 2022

New Releases

Real-Time Manager

  • Social Login: you can now login to Real-Time Manager using your Google account and Github. Learn more here.

Updates

Real-Time Manager

  • Multi-Factor Authentication (MFA): Account Owners can enable 2FA for all users. Also, it is possible to unlink MFA from a user’s account. Read the documentation for more information.

May, 2022

New Releases

Real-Time Manager

  • Personal Tokens: Client Account Users, including SSO-based authentication, can now create long-lived tokens to authenticate into Azion APIs and CLI. Read the documentation for more information.

Data Stream

  • Azure Monitor and Azure Blob Storage: two new connectors available for integration. Now, you can analyze your data in Microsoft Sentinel more easily. Check them out here.

Bug Fixes

  • Issue fixed to improve the byte size information correctly on the UI.
  • Issue fixed when exporting Kinesis Firehouse to S3 AWS.
  • Issue fixed when the user disables the Slice feature on Real-Time Manager.

April, 2022

Bug Fixes

Domains

  • Fixed issue with duplicate domains when an Edge Application is cloned.

Edge Cache

  • Fixed issue in Cache Settings when disabling Application Accelerator on caching use for POST.

March, 2022

New Releases

Real-Time Manager

  • Single Sign-On (SSO): users in your organization can authenticate to Real-Time Manager using the same company login credentials. It is required that your chosen provider supports the SAML 2.0 or OIDC standard.

Updates

Data Stream and Real-Time Events

  • Logs v7: now available to all customers through Data Stream and Real-Time Events. To learn more, read the updated product documentation.

February, 2022

Bug Fixes

Edge Application

  • Issue fixed when selecting a rate limit for an edge function instance in Edge Application.
  • API: method POST – when you send a utf-8 character.
  • Load Balancer module in IP HASH feature.

Domains

  • API: method POST – when you send a utf-8 character.

January, 2022

New Releases

Data Stream, Real-Time Events and Real-Time Metrics

  • All pipelines of these products have their stages using secure connection. From now on, your data will not be transmitted in plain text at any time.

Previous Years

Learn more about previous years here.


Contributors