惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
H
Help Net Security
The Cloudflare Blog
U
Unit 42

Kreya Blog

REST vs. gRPC - Which should You choose for your next API? The new HTTP QUERY method explained Kreya 1.20 - What's New The Hidden Cost of Cloud-First API Clients Testing REST APIs with Kreya How to call Google Cloud APIs with Kreya Getting Started with GraphQL in Kreya gRPC in the browser: gRPC-Web under the hood Postman vs Kreya Virtual Scrolling: Rendering millions of messages without lag Kreya 1.19 and 1.19.1 - What's New Calling Auth0 Secured APIs with Kreya gRPC deep dive: from service definition to wire format Looking back on 2025 Transfering files with gRPC Catching API regressions with snapshot testing 5 Best API Testing Tools Kreya 1.18 - What's New Comparing the privacy of popular API clients Demystifying the protobuf wire format - Part 2 Import HAR Files in Kreya: Debug APIs & gRPC-Web
Kreya 1.21 - What's New
Silvan · 2026-08-31 · via Kreya Blog

Kreya 1.21 is here with general settings across all technologies, keymap support and configurable timeouts, as well as many other UI improvements.

General settings across all technologies

A new tab has been added to the default and directory settings to configure general settings across all technologies. Open a directory or the default settings, add values to the 'General' tab, and these values will be applied to all technologies.

An animation showcasing using the general settings across all technologies

Keymap support

Keymap support is now available in the settings. Open the settings and select 'Keyboard shortcuts'. You can now define your own key bindings.

An animation showcasing using the keymap feature

Request and response size

A detailed view of the size of a request and response is now available on hover in the response header.

An animation showcasing displaying the size of a request and response

Kreya can compress the REST request body before sending it and automatically decompress compressed REST response bodies. This can be achieved by setting the Content-Encoding or Accept-Encoding header. For more information, see REST request and response compression in the documentation.

kreya.wait in Scripting Pro / Enterprise

The kreya.wait function is now available for scripting. It replaces the deprecated kreya.sleep function, which blocked the entire scripting thread. Rather than blocking the entire scripting thread, it now returns a promise that resolves after the specified time.

Improved Timing tab Pro / Enterprise

The timing tab has been updated and improved. It can be found in the 'Timing' tab in the response view.

Kreya screenshot of the new timing tab

Configurable timeouts

A timeout can be set for REST, WebSocket and GraphQL (this is already possible for gRPC). Open an operation and enter the timeout in your desired format (e.g. 1.2d, 10h, 5.5m, 3s, 50ms) in the 'Settings' tab. The operation will now time out and be cancelled after the specified time.

An animation showcasing configuring timeouts

Release notes and feedback

For a full list of new features and bugfixes, see the release notes.

If you have feedback or questions, please contact us or report an issue.

Stay tuned! 🚀