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

推荐订阅源

腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
D
DataBreaches.Net
D
Docker
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
罗磊的独立博客
Martin Fowler
Martin Fowler
U
Unit 42
Engineering at Meta
Engineering at Meta
IT之家
IT之家
Vercel News
Vercel News
B
Blog RSS Feed
人人都是产品经理
人人都是产品经理
博客园 - Franky
博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog

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! 🚀