Skip to main content

Silvan

Kreya 1.9 is here :partying_face:. This time with a small release. Just a few new features, but an important macOS bugfix.

Silvan

It has been more than half a year since Kreya released a new version. Now Kreya 1.8 is here with many new features. Kreya now supports REST APIs, scripting and tests 🚀. We also introduced a Pro and Enterprise plan. Don't worry, almost all features are still available in the free version of Kreya.

Manuel

One question we are often asked is why Kreya is not open source. We explain our thoughts and considerations in this blog post.

Silvan

At the beginning of 2021, the first release of Kreya was published. Since then, many more releases have been added and more and more users are actively using Kreya. In this article, we give you an insight into our current telemetry data and briefly summarise the year 2021.

Manuel

Creating and using gRPC services is pretty easy. However, there are a few gotchas and best practices that should be known to all. For example, do you know the default message size limit? Or do you know that protobuf supports optional fields since v3.15? Or that enum names should be unique inside a protobuf package?

If you don't know the answers to these questions, then this blog post is exactly for you.

Silvan

Kreya 1.7 introduces generating fake data, referencing authentication configurations, adds a new light theme and other useful changes.

Silvan

How many users use Kreya? How many requests are sent each day? Why do we collect this information? These and more questions we want to answer in the following blogpost and give you a detailed insight in our telemetry data.

Manuel

In our blog, we'll try to give you insights into decisions and considerations that went into Kreya. We'll start by showing you how we started building Kreya over a year ago. Back then, the only gRPC GUI client was BloomRPC. It worked well, but we missed some crucial features like environments or global authentications, which made it a bit cumbersome to use. Both Postman and Insomnia, which we used for REST APIs, did not support gRPC (Insomnia has since added basic gRPC support). We decided that we should build a gRPC GUI client similar to Postman or Insomnia, which supports advanced features to make calling and testing gRPC APIs easier.