logo
  • Core Gateway
  • Documentation
  • Blog
  • Pricing
  • About
  • Sign In
    Start your project
Blog
Product Update

Convoy v0.9

3 min read March 29, 2023

Written by

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

Share

Hey Friends,

Convoy v0.9 stable release has landed 🎉. We’ve been working on these improvements and we are super excited to share this release. This release includes a migration to PostgreSQL as our default datastore store, includes integration with message brokers such Amazon SQS & Google PubSub, a new client CLI and an improved Dashboard experience. Lets go

PostgreSQL

In the past, we’ve shared our pain of dealing with MongoDB and how using it as our primary datastore hasn’t been the best architectural decision. But we can summarise them with the following:

  • The lack of a good schema and data migration tool for self-hosted users reduced our velocity to ship new features without fear of breaking their deployment.

  • Again, for self-hosted users to run Convoy successfully, they needed a replica set because MongoDB doesn’t support transactions on a single node instance, and bootstrapping a replica set does not provide the best experience for our users.

  • Lastly, tweaking queries in MongoDB is hard. Even in the short time of our migration, we’ve found Convoy’s API & Dashboard to be noticeably faster.

We finally got around to switching from PostgreSQL to MongoDB in Convoy v0.9. For new installations, this has no impact other than you have to specify a PostgreSQL DSN. We are working on a migration script for old installations to assist with your data migration. We will share updates very soon.

Message Brokers

Convoy can now consume webhook events off topics and queues on Amazon SQS and Google PubSub. We did this to improve the deliverability guarantees of ingesting webhook into Convoy compared to our REST API interface because Message Brokers are stateful services that provide more guarantees as long as a message has been committed, it will eventually be read off the queue and delivered as a webhook event. To achieve this over HTTP is a combination of retries, building an async dispatch system etc. which can all be side-stepped with a direct message broker integration. To do this, we introduced the concept of Sources to an Outgoing Webhooks Project. This means you can now configure multiple webhook ingest sources, as shown below:

Convoy v0.9 Message Broker Source Config

Then run the convoy ingest process to spin up workers dedicated to consuming messages on the queues and publishing webhook events to client endpoints.

Client CLI

In the past, we talked about local debugging for Convoy. Yes, we had to re-launch this because our previous implementation wasn’t intuitive enough for our users. To achieve this new implementation, we

  1. We decided to ship this only for our Incoming Project users, while we ship this in a more intuitive fashion for Outgoing Projects.
  2. Shipped a new cli entirely called the Client CLI. See the full docs here.

We wrote a full blog post on how to get started with our new cli here - Please let us know your thoughts.

Improved Dashboard

Several aspects of our product experience weren’t intuitive enough for our users in previous releases. In this release, we worked hard to rethink several pages including

  1. Our onboarding pages included several steps that weren't quite necessary; this created significant confusion and user drop-off. In this release, we've eliminated redundant steps in the onboarding process.

  2. Several forms had redundant fields that weren't necessary to the function. E.g. Endpoint description. In this release, we did a complete audit of our forms and improved the experience all-round.

What’s Next?

For Convoy v0.10, we have planned the following features: Kafka Integration, Webhook Idempotent Keys, Meta Events and the first release candidate for our Enterprise Edition. For Convoy EE, v0.10 will include Role-Based Access Controls. If you’re interested in our early EE release, please reach out to us at [email protected]

Getting started with Convoy?

Want to add webhooks to your API in minutes? Sign up to get started.

Sign up

Related Posts

What I’ve learned from talking to users as a Technical Founder

April 23, 2025

It’s widely accepted that the two most important things a startup needs to get right are building a great product and talking to users. As a technical founder, building has always come naturally to me. Talking to users? Not so much. In this post, i’ll share some of the misconceptions I had about talking to users—and the surprising benefits I’ve discovered from doing it consistently.

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

Transactional Outbox: How to reliably generate webhook events

April 17, 2025

In the world of distributed systems, ensuring reliable event delivery is crucial, especially when dealing with webhooks. The transactional outbox pattern has emerged as a robust solution to this challenge. In this post, we'll explore how to implement this pattern to guarantee reliable webhook delivery, even in the face of system failures.

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

logo

2261 Market Street, San Francisco, CA 94114

Companyaccordion icon

About Us

Trust Center

Terms of Use

Privacy Policy

DPA

Productaccordion icon

Open Source

Core Gateway

Cloud

Convoy Playground

Resourcesaccordion icon

API Reference

Documentation

Status Page

Roadmap

What are Webhooks?

Convoy vs. Internal Implementation

Speak to usaccordion icon

Slack

Follow Us

Copyright 2025, All Rights Reserved

soc stamp