> For the complete documentation index, see [llms.txt](https://web-token.spomky-labs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-token.spomky-labs.com/v4.3/migration/from-v4.2-to-v4.3.md).

# From v4.2 to v4.3

{% hint style="info" %}
Version 4.3 is under development. This page is filled in as the changes land; it lists nothing yet because the branch currently carries no user-facing change over 4.2.
{% endhint %}

This is a minor version upgrade. As for every 4.x release, it follows [semantic versioning](https://semver.org/): your code keeps working, and anything scheduled for removal is deprecated here before it disappears in 5.0.

If you are coming from an earlier version, read the previous guides first:

* [From v4.1 to v4.2](/v4.3/migration/from-v4.1-to-v4.2.md) — the Brainpool curves, `withEncodedPayload()`, the RFC 7516 disjoint header requirement enforced on decryption, and key sets keeping every key sharing the same `kid`.
* [From v4.0 to v4.1](/v4.3/migration/from-v4.0-to-v4.1.md) — Symfony 8.0 support and the deprecation of `UrlKeySetFactory::enabledCache()`.

## New Features

*Nothing yet.*

## Behaviour Changes

*Nothing yet.*

## Deprecations

The deprecations introduced in 4.1 and 4.2 are still in place and will be removed in 5.0:

* [`UrlKeySetFactory::enabledCache()`](/v4.3/migration/from-v4.0-to-v4.1.md#urlkeysetfactoryenabledcache) — configure caching at the HTTP client level instead.
* [The hardcoded `RSA1_5` CEK size table](/v4.3/migration/from-v4.1-to-v4.2.md#the-hardcoded-rsa15-cek-size-table) — custom key encryption algorithms should read the [expected CEK size](/v4.3/advanced-topics/custom-algorithm.md#the-expected-cek-size) passed as an additional argument.


---

# 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://web-token.spomky-labs.com/v4.3/migration/from-v4.2-to-v4.3.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.
