Skip to content

Commit d745ac7

Browse files
authored
update acknowledgements and update version to 0.14.1 (#292)
* update acknowledgements * update version in banner
1 parent 1954616 commit d745ac7

3 files changed

Lines changed: 42 additions & 36 deletions

File tree

spiceaidocs/docs/acknowledgements/index.md

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ github.com/golang/protobuf/proto, https://github.com/golang/protobuf/blob/v1.5.3
1919

2020
github.com/hashicorp/go-cleanhttp, https://github.com/hashicorp/go-cleanhttp/blob/v0.5.2/LICENSE, MPL-2.0
2121

22-
github.com/hashicorp/go-retryablehttp, https://github.com/hashicorp/go-retryablehttp/blob/v0.7.1/LICENSE, MPL-2.0
22+
github.com/hashicorp/go-retryablehttp, https://github.com/hashicorp/go-retryablehttp/blob/v0.7.7/LICENSE, MPL-2.0
2323

2424
github.com/hashicorp/hcl, https://github.com/hashicorp/hcl/blob/v1.0.0/LICENSE, MPL-2.0
2525

@@ -71,7 +71,7 @@ go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.21.0/LICENSE.txt, MIT
7171

7272
golang.org/x/mod/semver, https://cs.opensource.google/go/x/mod/+/v0.14.0:LICENSE, BSD-3-Clause
7373

74-
golang.org/x/sys/unix, https://cs.opensource.google/go/x/sys/+/v0.18.0:LICENSE, BSD-3-Clause
74+
golang.org/x/sys/unix, https://cs.opensource.google/go/x/sys/+/v0.20.0:LICENSE, BSD-3-Clause
7575

7676
golang.org/x/text, https://cs.opensource.google/go/x/text/+/v0.14.0:LICENSE, BSD-3-Clause
7777

@@ -108,13 +108,13 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
108108
- arrow-odbc 11.1.0, MIT
109109
<br/>https://github.com/pacman82/arrow-odbc
110110

111-
- async-graphql 7.0.5, Apache-2.0 OR MIT
111+
- async-graphql 7.0.6, Apache-2.0 OR MIT
112112
<br/>https://github.com/async-graphql/async-graphql
113113

114-
- async-graphql-axum 7.0.5, Apache-2.0 OR MIT
114+
- async-graphql-axum 7.0.6, Apache-2.0 OR MIT
115115
<br/>https://github.com/async-graphql/async-graphql
116116

117-
- async-openai 0.21.0, MIT
117+
- async-openai 0.23.2, MIT
118118
<br/>https://github.com/64bit/async-openai
119119

120120
- async-stream 0.3.5, MIT
@@ -123,13 +123,13 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
123123
- async-trait 0.1.80, Apache-2.0 OR MIT
124124
<br/>https://github.com/dtolnay/async-trait
125125

126-
- aws-config 1.2.1, Apache-2.0
126+
- aws-config 1.5.1, Apache-2.0
127127
<br/>https://github.com/smithy-lang/smithy-rs
128128

129-
- aws-sdk-secretsmanager 1.23.0, Apache-2.0
129+
- aws-sdk-secretsmanager 1.32.0, Apache-2.0
130130
<br/>https://github.com/awslabs/aws-sdk-rust
131131

132-
- aws-sdk-sts 1.21.0, Apache-2.0
132+
- aws-sdk-sts 1.29.0, Apache-2.0
133133
<br/>https://github.com/awslabs/aws-sdk-rust
134134

135135
- axum 0.6.20, MIT
@@ -138,16 +138,19 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
138138
- axum 0.7.5, MIT
139139
<br/>https://github.com/tokio-rs/axum
140140

141+
- backoff 0.4.0, Apache-2.0 OR MIT
142+
<br/>https://github.com/ihrwein/backoff
143+
141144
- base64 0.13.1, Apache-2.0 OR MIT
142145
<br/>https://github.com/marshallpierce/rust-base64
143146

144147
- base64 0.21.7, Apache-2.0 OR MIT
145148
<br/>https://github.com/marshallpierce/rust-base64
146149

147-
- base64 0.22.0, Apache-2.0 OR MIT
150+
- base64 0.22.1, Apache-2.0 OR MIT
148151
<br/>https://github.com/marshallpierce/rust-base64
149152

150-
- bb8 0.8.3, MIT
153+
- bb8 0.8.5, MIT
151154
<br/>https://github.com/djc/bb8
152155

153156
- bb8-postgres 0.8.1, MIT
@@ -156,7 +159,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
156159
- bigdecimal 0.3.1, Apache-2.0 OR MIT
157160
<br/>https://github.com/akubera/bigdecimal-rs
158161

159-
- bigdecimal 0.4.3, Apache-2.0 OR MIT
162+
- bigdecimal 0.4.5, Apache-2.0 OR MIT
160163
<br/>https://github.com/akubera/bigdecimal-rs
161164

162165
- bollard 0.16.1, Apache-2.0
@@ -165,19 +168,22 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
165168
- byte-unit 5.1.4, MIT
166169
<br/>https://github.com/magiclen/byte-unit
167170

171+
- byteorder 1.5.0, MIT OR Unlicense
172+
<br/>https://github.com/BurntSushi/byteorder
173+
168174
- bytes 1.6.0, MIT
169175
<br/>https://github.com/tokio-rs/bytes
170176

171-
- candle-core 0.5.0, Apache-2.0 OR MIT
177+
- candle-core 0.5.1, Apache-2.0 OR MIT
172178
<br/>https://github.com/huggingface/candle
173179

174180
- candle-core 0.5.1, Apache-2.0 OR MIT
175181
<br/>https://github.com/huggingface/candle
176182

177-
- candle-examples 0.5.0, Apache-2.0 OR MIT
183+
- candle-examples 0.5.1, Apache-2.0 OR MIT
178184
<br/>https://github.com/huggingface/candle
179185

180-
- candle-transformers 0.5.0, Apache-2.0 OR MIT
186+
- candle-transformers 0.5.1, Apache-2.0 OR MIT
181187
<br/>https://github.com/huggingface/candle
182188

183189
- candle-transformers 0.5.1, Apache-2.0 OR MIT
@@ -192,7 +198,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
192198
- chrono-tz 0.9.0, Apache-2.0 OR MIT
193199
<br/>https://github.com/chronotope/chrono-tz
194200

195-
- clap 4.5.4, Apache-2.0 OR MIT
201+
- clap 4.5.7, Apache-2.0 OR MIT
196202
<br/>https://github.com/clap-rs/clap
197203

198204
- clickhouse-rs 1.1.0-alpha.1, MIT
@@ -225,6 +231,12 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
225231
- duckdb 1.0.0, MIT
226232
<br/>https://github.com/wangfenjin/duckdb-rs
227233

234+
- fallible-iterator 0.2.0, Apache-2.0 OR MIT
235+
<br/>https://github.com/sfackler/rust-fallible-iterator
236+
237+
- fallible-iterator 0.3.0, Apache-2.0 OR MIT
238+
<br/>https://github.com/sfackler/rust-fallible-iterator
239+
228240
- fundu 2.0.0, MIT
229241
<br/>https://github.com/fundu-rs/fundu
230242

@@ -252,7 +264,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
252264
- itertools 0.13.0, Apache-2.0 OR MIT
253265
<br/>https://github.com/rust-itertools/itertools
254266

255-
- keyring 2.3.2, Apache-2.0 OR MIT
267+
- keyring 2.3.3, Apache-2.0 OR MIT
256268
<br/>https://github.com/hwchen/keyring-rs.git
257269

258270
- lazy_static 1.4.0, Apache-2.0 OR MIT
@@ -279,7 +291,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
279291
- mysql_async 0.34.1, Apache-2.0 OR MIT
280292
<br/>https://github.com/blackbeam/mysql_async
281293

282-
- native-tls 0.2.11, Apache-2.0 OR MIT
294+
- native-tls 0.2.12, Apache-2.0 OR MIT
283295
<br/>https://github.com/sfackler/rust-native-tls
284296

285297
- ndarray 0.15.6, Apache-2.0 OR MIT
@@ -294,7 +306,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
294306
- object_store 0.10.1, Apache-2.0 OR MIT
295307
<br/>https://github.com/apache/arrow-rs/tree/master/object_store
296308

297-
- odbc-api 7.0.0, MIT
309+
- odbc-api 7.2.3, MIT
298310
<br/>https://github.com/pacman82/odbc-api
299311

300312
- once_cell 1.19.0, Apache-2.0 OR MIT
@@ -306,15 +318,9 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
306318
- parquet 52.0.0, Apache-2.0
307319
<br/>https://github.com/apache/arrow-rs
308320

309-
- pem 1.1.1, MIT
310-
<br/>https://github.com/jcreekmore/pem-rs.git
311-
312321
- pem 3.0.4, MIT
313322
<br/>https://github.com/jcreekmore/pem-rs.git
314323

315-
- pgtemp 0.3.0, MIT
316-
<br/>https://github.com/boustrophedon/pgtemp
317-
318324
- pin-project 1.1.5, Apache-2.0 OR MIT
319325
<br/>https://github.com/taiki-e/pin-project
320326

@@ -330,7 +336,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
330336
- prost 0.11.9, Apache-2.0
331337
<br/>https://github.com/tokio-rs/prost
332338

333-
- prost 0.12.4, Apache-2.0
339+
- prost 0.12.6, Apache-2.0
334340
<br/>https://github.com/tokio-rs/prost
335341

336342
- r2d2 0.8.10, Apache-2.0 OR MIT
@@ -345,7 +351,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
345351
- reqwest 0.11.27, Apache-2.0 OR MIT
346352
<br/>https://github.com/seanmonstar/reqwest
347353

348-
- reqwest 0.12.4, Apache-2.0 OR MIT
354+
- reqwest 0.12.5, Apache-2.0 OR MIT
349355
<br/>https://github.com/seanmonstar/reqwest
350356

351357
- rusqlite 0.31.0, MIT
@@ -372,7 +378,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
372378
- secrecy 0.8.0, Apache-2.0 OR MIT
373379
<br/>https://github.com/iqlusioninc/crates/tree/main/secrecy
374380

375-
- serde 1.0.198, Apache-2.0 OR MIT
381+
- serde 1.0.203, Apache-2.0 OR MIT
376382
<br/>https://github.com/serde-rs/serde
377383

378384
- serde_json 1.0.117, Apache-2.0 OR MIT
@@ -384,7 +390,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
384390
- snafu 0.7.5, Apache-2.0 OR MIT
385391
<br/>https://github.com/shepmaster/snafu
386392

387-
- snafu 0.8.2, Apache-2.0 OR MIT
393+
- snafu 0.8.3, Apache-2.0 OR MIT
388394
<br/>https://github.com/shepmaster/snafu
389395

390396
- snowflake-api 0.9.0, Apache-2.0
@@ -396,7 +402,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
396402
- ssh2 0.9.4, Apache-2.0 OR MIT
397403
<br/>https://github.com/alexcrichton/ssh2-rs
398404

399-
- suppaftp 5.3.1, Apache-2.0
405+
- suppaftp 5.4.0, Apache-2.0
400406
<br/>https://github.com/veeso/suppaftp
401407

402408
- time 0.3.36, Apache-2.0 OR MIT
@@ -405,7 +411,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
405411
- tokenizers 0.19.1, Apache-2.0
406412
<br/>https://github.com/huggingface/tokenizers
407413

408-
- tokio 1.37.0, MIT
414+
- tokio 1.38.0, MIT
409415
<br/>https://github.com/tokio-rs/tokio
410416

411417
- tokio-postgres 0.7.10, Apache-2.0 OR MIT
@@ -417,7 +423,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
417423
- tokio-stream 0.1.15, MIT
418424
<br/>https://github.com/tokio-rs/tokio
419425

420-
- toml 0.8.12, Apache-2.0 OR MIT
426+
- toml 0.8.14, Apache-2.0 OR MIT
421427
<br/>https://github.com/toml-rs/toml
422428

423429
- tonic 0.9.2, MIT
@@ -435,16 +441,16 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT
435441
- tracing-subscriber 0.3.18, MIT
436442
<br/>https://github.com/tokio-rs/tracing
437443

438-
- tract-core 0.21.4, Apache-2.0 OR MIT
444+
- tract-core 0.21.5, Apache-2.0 OR MIT
439445
<br/>https://github.com/snipsco/tract
440446

441-
- tract-onnx 0.21.4, Apache-2.0 OR MIT
447+
- tract-onnx 0.21.5, Apache-2.0 OR MIT
442448
<br/>https://github.com/snipsco/tract
443449

444450
- trust-dns-resolver 0.23.2, Apache-2.0 OR MIT
445451
<br/>https://github.com/bluejekyll/trust-dns
446452

447-
- url 2.5.0, Apache-2.0 OR MIT
453+
- url 2.5.1, Apache-2.0 OR MIT
448454
<br/>https://github.com/servo/rust-url
449455

450456
- uuid 1.8.0, Apache-2.0 OR MIT

spiceaidocs/docs/data-connectors/duckdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Datasets created from DuckDB functions are similar to a standard `SELECT` query.
6363

6464
```yaml
6565
datasets:
66-
- from: read_csv('test.csv', header = false)
66+
- from: duckdb:read_csv('test.csv', header = false)
6767
```
6868

6969
is equivalent to:

spiceaidocs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const config: Config = {
5757
// image: 'img/docusaurus-social-card.jpg',
5858
announcementBar: {
5959
content:
60-
'<a href="https://github.com/spiceai/spiceai/releases/tag/v0.14.0-alpha">Spice.ai OSS v0.14.0-alpha</a> is now available! 🚀',
60+
'<a href="https://github.com/spiceai/spiceai/releases/tag/v0.14.1-alpha">Spice.ai OSS v0.14.1-alpha</a> is now available! 🚀',
6161
backgroundColor: 'var(--announcement-bar-bg)',
6262
textColor: 'var(--announcement-bar-text)',
6363
isCloseable: true,

0 commit comments

Comments
 (0)