# v7 -> v8

No breaking changes except that the [early init (oidc-spa/entrypoint) is no longer optional](mailto:undefined).

Beyond that, this release get rid of an unessesary redirect when logging in, this yield a faster login experience. Previously you would have a couple of grey fram after the auth server redirected your users to your app. It's no longer the case.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.oidc-spa.dev/release-notes/v7-greater-than-v8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
