- Changelog
Changelog
307/308 redirect types
New featureAdded by popular demand: it's now possible to set-up 307/308 redirects. These advanced redirect types are mostly the same as the already existing 301/302 redirect types. We recommend using these new types only when there is a specific use case for them. Not sure which one to use? We recommend sticking with 301/302 redirects.
Realtime analytics
New featureWe've added a live indicator to Analytics to show how many hits your redirects got in the past 5 minutes.

Recommend root path
ImprovementWe now recommend setting up a root path redirect if only path-specific redirects are found for a given hostname. This ensures users will always be redirected, even though a specific path might not be configured.
DNS help improvements
ImprovementWe've made additional quality-of-life improvements to our inline help documentation when a DNS change is required:
- Detect common forwarding services based on IP address and inform that these first need to be disabled.
- Improved copy.
- Added label to some IP addresses if they are communicated differently in the DNS zone editor.
On top, we've been also been busy on other segments:
- Added better error handling to our tester to inform you
- Improved the performance of the SSL certificate installation.
- Some mobile styling improvements in-app.
Add inline documentation to DNS errors
ImprovementWhen we detect a DNS error, we now show inline documentation under the "DNS" button to help out with these settings in a step-by-step guide.
HSTS options customizable
New featureIt's now possible to define custom HSTS values. This includes max-age, include subdomains and the preload attributes.
By allowing the max-age to be configurable, you can safely introduce HSTS across your domains by setting a low limit, see what the impact is and increase the max-age over time.
You may define a default on team level and overrule per domain like before.

API documentation rewrite
ImprovementWe've rewritten our API documentation in OpenAPI 3.1 spec and added additional descriptions/examples to improve the experience of implementing our API.
Feedback on our API documentation is always welcome!
A small quality of life improvement: we've added a direct link to our tester in the sources list to easily test your redirects.