> For the complete documentation index, see [llms.txt](https://ftcoders.first-tech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ftcoders.first-tech.com/landing-page/release-notes-hop-api-v4.md).

# Release Notes HoP API V4

### Por que Migrar para a V4

A versão 4 do Hop API não é apenas uma atualização incremental. É uma reescrita dos pontos mais sensíveis da plataforma, endereçando limitações históricas de performance, resiliência e agilidade criptográfica. Abaixo, os benefícios principais que os clientes obtêm ao migrar.

#### 1. Capacidade escalada:

&#x20;A V4 foi desenhada para ser 10x mais eficiente utilizando o mesmo consumo de recursos, e sem aumento de custo para o cliente.

#### 2. Criptoagilidade

A camada criptográfica foi melhorada. Trocas de algoritmo, atualização de tamanho de chave, adequação a novas exigências PCI e, futuramente, migração para algoritmos pós-quânticos -  acontecerão de forma transparente para o código do cliente. Essa é uma das mudanças mais estratégicas da V4: isolar a agilidade criptográfica da First Tech do release cycle da aplicação do cliente.

#### 3. Novo ciclo de homologação PCI HSM

O novo ciclo de homologação PCI HSM acontece exclusivamente sobre a V4. Clientes que dependem da cadeia de certificação PCI para seus próprios processos regulatórios precisam estar na V4 para permanecerem cobertos.

#### 4. Evolução contínua exclusiva

Melhorias de performance e integração com outros serviços First Tech passam a ser entregues apenas na V4.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ftcoders.first-tech.com/landing-page/release-notes-hop-api-v4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
