This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 04fa369aa7 Update README.md (#6550)
04fa369aa7 is described below
commit 04fa369aa7b6c2c980909943b40abc264e873494
Author: Abdullah Sabaa Allil <[email protected]>
AuthorDate: Sat Oct 12 15:37:09 2024 +0200
Update README.md (#6550)
Update flight version and add missing feature flag
---
arrow-flight/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arrow-flight/README.md b/arrow-flight/README.md
index 2266b81e44..0d4d67b949 100644
--- a/arrow-flight/README.md
+++ b/arrow-flight/README.md
@@ -31,7 +31,7 @@ Add this to your Cargo.toml:
```toml
[dependencies]
-arrow-flight = "51.0.0"
+arrow-flight = "53.1.0"
```
Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between
processes. See the blog post [Introducing Apache Arrow Flight: A Framework for
Fast Data
Transport](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/)
for more information.
@@ -46,6 +46,8 @@ that demonstrate how to build a Flight server implemented
with [tonic](https://d
- `flight-sql-experimental`: Enables experimental support for
[Apache Arrow FlightSQL], a protocol for interacting with SQL databases.
+- `tls`: Enables `tls` on `tonic`
+
## CLI
This crates offers a basic [Apache Arrow FlightSQL] command line interface.