Skip to content

Commit 543eecc

Browse files
authored
build: bump to 0.3.8 (#228)
1 parent 5565ecf commit 543eecc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This is an example of simple connector config file for polling an endpoint:
4545
# config-example.yaml
4646
apiVersion: 0.1.0
4747
meta:
48-
version: 0.3.7
48+
version: 0.3.8
4949
name: cat-facts
5050
type: http-source
5151
topic: cat-facts
@@ -75,7 +75,7 @@ Fluvio HTTP Source Connector supports Secrets in the `endpoint` and in the `head
7575
# config-example.yaml
7676
apiVersion: 0.1.0
7777
meta:
78-
version: 0.3.7
78+
version: 0.3.8
7979
name: cat-facts
8080
type: http-source
8181
topic: cat-facts
@@ -101,7 +101,7 @@ The previous example can be extended to add extra transformations to outgoing re
101101
# config-example.yaml
102102
apiVersion: 0.1.0
103103
meta:
104-
version: 0.3.7
104+
version: 0.3.8
105105
name: cat-facts
106106
type: http-source
107107
topic: cat-facts
@@ -141,7 +141,7 @@ Provide the `stream` configuration option to enable streaming mode with `delimit
141141
# config-example.yaml
142142
apiVersion: 0.1.0
143143
meta:
144-
version: 0.3.7
144+
version: 0.3.8
145145
name: wiki-updates
146146
type: http-source
147147
topic: wiki-updates
@@ -159,7 +159,7 @@ Connect to a websocket endpoint using a `ws://` URL. When reading text messages,
159159
# config-example.yaml
160160
apiVersion: 0.1.0
161161
meta:
162-
version: 0.3.7
162+
version: 0.3.8
163163
name: websocket-connector
164164
type: http-source
165165
topic: websocket-updates

crates/http-source/Connector.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "http-source"
33
group = "infinyon"
4-
version = "0.3.7"
4+
version = "0.3.8"
55
apiVersion = "0.1.0"
66
fluvio = "0.11.11"
77
description = "HTTP source connector"

0 commit comments

Comments
 (0)