We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e33026 commit a7b5f93Copy full SHA for a7b5f93
src/components/roadmap/index.jsx
@@ -11,6 +11,14 @@ const roadmapItems = [
11
description: '',
12
important: true
13
},
14
+ {
15
+ title: 'GCP PubSub Support',
16
+ month: 'March',
17
+ category: 'Integration',
18
+ issueLink: 'https://github.com/windmill-labs/windmill/issues/5445',
19
+ description:
20
+ 'Currently, Windmill does not have a native support for GCP PubSub. It would be great to have a native support for GCP PubSub.'
21
+ },
22
{
23
title: 'Backend side jsonschema validation of args',
24
month: 'March',
0 commit comments