Skip to content

Commit

Permalink
build: bump to 0.3.8 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Aug 7, 2024
1 parent 5565ecf commit 543eecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is an example of simple connector config file for polling an endpoint:
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.3.7
version: 0.3.8
name: cat-facts
type: http-source
topic: cat-facts
Expand Down Expand Up @@ -75,7 +75,7 @@ Fluvio HTTP Source Connector supports Secrets in the `endpoint` and in the `head
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.3.7
version: 0.3.8
name: cat-facts
type: http-source
topic: cat-facts
Expand All @@ -101,7 +101,7 @@ The previous example can be extended to add extra transformations to outgoing re
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.3.7
version: 0.3.8
name: cat-facts
type: http-source
topic: cat-facts
Expand Down Expand Up @@ -141,7 +141,7 @@ Provide the `stream` configuration option to enable streaming mode with `delimit
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.3.7
version: 0.3.8
name: wiki-updates
type: http-source
topic: wiki-updates
Expand All @@ -159,7 +159,7 @@ Connect to a websocket endpoint using a `ws://` URL. When reading text messages,
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.3.7
version: 0.3.8
name: websocket-connector
type: http-source
topic: websocket-updates
Expand Down
2 changes: 1 addition & 1 deletion crates/http-source/Connector.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-source"
group = "infinyon"
version = "0.3.7"
version = "0.3.8"
apiVersion = "0.1.0"
fluvio = "0.11.11"
description = "HTTP source connector"
Expand Down

0 comments on commit 543eecc

Please sign in to comment.