# Hyperspeed Releases

## 0.1.10 - Released 17-Jun-2024

* Revised redirect handling. Webflow-redirected pages are now directly redirected, and the redirect is edge-cached for 4 hours in a standard configuration.&#x20;
* SEO;&#x20;
  * Adds `<og:url>` based on your canonical URLs.&#x20;

## 0.1.9 -

* Caching focused on the edge cache durations, and minimizes browser cache durations. The goal is to make it possible to deploy updates instantaneously
* Asset coverage;&#x20;
  * Revised the CDN handler to recognize all asset URLs originating from `website-files.com` or `webflow.com` as being Webflow asset URLs. Better for future-proofing.&#x20;
* API;&#x20;
  * Augmented API with some monitoring features.&#x20;
  * Prototyping stats features.&#x20;

## 0.1.8 -

* Asset coverage;&#x20;
  * Added Webflow's new asset origin, `https://cdn.prod.website-files.com` to the list of recognized Webflow asset CDNs.&#x20;
* API;&#x20;
  * Introduced new Hyperspeed API.&#x20;

## 0.1.7 -&#x20;

* Revised image and media caching to 1 year.&#x20;
* Asset coverage;&#x20;
  * Updated CSS coverage for asset URLs to improve identification of assets with quoted URL variations.&#x20;

## 0.1.6 -&#x20;

* Asset coverage;&#x20;
  * Added `<style>` element coverage
  * Added `style` attribute coverage for background images&#x20;

## 0.1.5 -&#x20;

* Asset coverage;&#x20;
  * Added CSS coverage, for CSS-referenced asset URLs, such as background images and SVGs
  * Added video poster image caching&#x20;

## 0.1.4 -&#x20;

* Asset coverage;&#x20;
  * Added video caching

## 0.1.3 -&#x20;

* Added debugging and KV configurations&#x20;

## 0.1.2 -&#x20;

* Asset coverage;&#x20;
  * `<img srcset>` attributes&#x20;

## 0.1.1 -&#x20;

* Expanded caching control and durations.&#x20;

## 0.1.0 - Initial Release

* Asset coverage;
  * `<img src>` elements


---

# 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://hyperflow.sygnal.com/hyperspeed/hyperspeed-releases.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.
