From 04fa369aa7b6c2c980909943b40abc264e873494 Mon Sep 17 00:00:00 2001 From: Abdullah Sabaa Allil <36844223+Abdullahsab3@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:37:09 +0200 Subject: [PATCH] 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 2266b81e44ca..0d4d67b94971 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.