Skip to content

Commit

Permalink
build: update 0.10.10 meta (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed May 30, 2023
1 parent f522e42 commit 80ecc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ http:
| method | POST | String | POST, PUT |
| endpoint | - | String | HTTP URL endpoint |
| headers | - | Array\<String\> | Request header(s) "Key:Value" pairs |
| user-agent | `fluvio/http-sink 0.1.0` | String | Request user-agent |
| user-agent | `fluvio/http-sink 0.2.2` | String | Request user-agent |
| http_request_timeout | 1s | String | HTTP Request Timeout |
| http_connect_timeout | 15s | String | HTTP Connect Timeout |

Expand Down
2 changes: 1 addition & 1 deletion crates/http-sink/Connector.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "http-sink"
group = "infinyon"
version = "0.2.2"
apiVersion = "0.1.0"
fluvio = "0.10.10-dev-1"
fluvio = "0.10.10"
description = "HTTP sink connector reads records from data streaming and generates an HTTP request"
license = "Apache-2.0"
visibility = "public"
Expand Down

0 comments on commit 80ecc1f

Please sign in to comment.