Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ You'll see the following fields:
- Filter by
- Refresh


:::note
Real-Time Events now offers a new analysis interface inspired by Kibana, designed to make it easier to view and investigate real-time events. To access the new interface, click the **Switch to new view** button in the upper-right corner of the Real-Time Events page.
:::


Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,73 @@ permalink: /documentation/products/release-notes/
import Tag from 'primevue/tag'


---
## June 18, 2026

### Azion Console

#### Features

- **Real-Time Events**: Released a new analysis interface inspired by Kibana to make it easier to view and investigate real-time events.
- **New View Access**: Added access to the new Real-Time Events interface through the **Switch to new view** button in the upper-right corner of the Real-Time Events page.

---
## June 15, 2026

### Terraform Provider

**Version 2.7.0**

#### Improvements

- **Workloads**: Improved management of `http3` and `quic_ports`.
- **Retry Handling**: Improved retry functionality with retry options for `500` errors.

### Azion CLI

**Version 4.22.1**

#### Improvements

- Updated CLI support for the latest DevTools and integrations improvements.

### DevTools & Integrations

#### Versions shipped

- **@aziontech/unenv-preset**: 1.0.1
- **@aziontech/presets**: 1.1.0
- **@aziontech/builder**: 1.0.2
- **@aziontech/bundler**: 1.1.0

#### Features

- **Nitro preset**: Added a development preset for Nitro, enabling builds for applications and frameworks that run on the Nitro server.
- **TypeScript packages**: Published updates across multiple TypeScript packages to support the new Nitro preset.

### Marketplace

#### Send Event function

**Version 1.2.0**

#### Improvements

- **Asynchronous transmission**: The Send Event function now handles data transmission asynchronously, preventing slow external HTTP endpoints or S3 buckets from affecting the end-user experience.

### Azion API

Updates deployed to `api.azion.com/v4/`:

#### Features

- **Runners dataset**: Added to `/events/graphql`.

#### Bug Fixes

- **Plans and support products filtering**: Filtered by `metric_slug` instead of `product_slug` using `/accounting/graphql` and `/billing/graphql`.
- **Aggregated billing queries**: Kept plans and support products rows visible using `/billing/graphql`.

---
## May 28, 2026

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ permalink: /documentacao/produtos/observe/real-time-events/primeiros-passos/

Antes de começar a usar o **Real-Time Events**, você deve ter uma conta no [Azion Console](https://console.azion.com). Você encontra mais informações na [página de documentação](/pt-br/documentacao/produtos/contas/criar-uma-conta/).

Para ativar o Real-Time Metrics em sua conta:
Para ativar o Real-Time Events em sua conta:

1. Acesse o [Azion Console](https://console.azion.com).
2. No canto superior direito, selecione o **Account menu**, representado pelo avatar.
3. Selecione **Billing & Subscriptions**.
4. Selecione a aba **Subscriptions**.
5. Na seção **Edge Analytics**, confira se o switch para **Real-Time Metrics** está habilitado.
5. Na seção **Edge Analytics**, confira se o switch para **Real-Time Events** está habilitado.

Para acessar o Real-Time Events, prossiga conforme a seguir:

Expand All @@ -29,7 +29,9 @@ Você verá os seguintes campos:
- Filter by
- Refresh


:::note
O Real-Time Events agora oferece uma nova interface de análise inspirada no Kibana, projetada para facilitar a visualização e investigação de eventos em tempo real. Para acessar a nova interface, clique no botão **Switch to new view** no canto superior direito da página do Real-Time Events.
:::

---

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,73 @@ permalink: /documentacao/produtos/release-notes/
import Tag from 'primevue/tag'


---
## 18 de junho, 2026

### Azion Console

#### Recursos

- **Real-Time Events**: Lançada uma nova interface de análise inspirada no Kibana para facilitar a visualização e investigação de eventos em tempo real.
- **Acesso à nova visualização**: Adicionado acesso à nova interface do Real-Time Events pelo botão **Switch to new view** no canto superior direito da página Real-Time Events.

---
## 15 de junho, 2026

### Terraform Provider

**Versão 2.7.0**

#### Melhorias

- **Workloads**: Melhorado o gerenciamento de `http3` e `quic_ports`.
- **Tratamento de retry**: Melhorada a funcionalidade de retry com opções de retry para erros `500`.

### Azion CLI

**Versão 4.22.1**

#### Melhorias

- Atualizado o suporte da CLI para as melhorias mais recentes de DevTools e integrações.

### DevTools & Integrations

#### Versões lançadas

- **@aziontech/unenv-preset**: 1.0.1
- **@aziontech/presets**: 1.1.0
- **@aziontech/builder**: 1.0.2
- **@aziontech/bundler**: 1.1.0

#### Recursos

- **Nitro preset**: Adicionado um preset de desenvolvimento para Nitro, permitindo builds para aplicações e frameworks executados no servidor Nitro.
- **Pacotes TypeScript**: Publicadas atualizações em vários pacotes TypeScript para oferecer suporte ao novo Nitro preset.

### Marketplace

#### Function Send Event

**Versão 1.2.0**

#### Melhorias

- **Transmissão assíncrona**: A função Send Event agora realiza a transmissão de dados de forma assíncrona, evitando que endpoints HTTP externos lentos ou buckets S3 afetem a experiência do usuário final.

### Azion API

Atualizações implantadas em `api.azion.com/v4/`:

#### Recursos

- **Dataset Runners**: Adicionado ao `/events/graphql`.

#### Correções de Bugs

- **Filtragem de planos e produtos de suporte**: Filtrados por `metric_slug` em vez de `product_slug` usando `/accounting/graphql` e `/billing/graphql`.
- **Consultas agregadas de Billing**: Mantidas linhas de planos e produtos de suporte visíveis usando `/billing/graphql`.

---
## 28 de maio, 2026

Expand Down