Skip to content

Commit 997cdc0

Browse files
ci: Prepare for v0.308.0
1 parent ff0101a commit 997cdc0

7 files changed

Lines changed: 40 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Feldera Team <dev@feldera.com>"]
3-
version = "0.307.0"
3+
version = "0.308.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -103,7 +103,7 @@ csv = "1.2.2"
103103
csv-core = "0.1.10"
104104
dashmap = "6.1.0"
105105
datafusion = "53.1"
106-
dbsp = { path = "crates/dbsp", version = "0.307.0" }
106+
dbsp = { path = "crates/dbsp", version = "0.308.0" }
107107
dbsp_nexmark = { path = "crates/nexmark" }
108108
deadpool-postgres = "0.14.1"
109109
# Feldera fork of delta-rs: upstream tag `rust-v0.32.3` + 2 patches, on branch
@@ -128,20 +128,20 @@ erased-serde = "0.3.31"
128128
fake = "2.10"
129129
fastbloom = "0.14.0"
130130
fdlimit = "0.3.0"
131-
feldera-buffer-cache = { version = "0.307.0", path = "crates/buffer-cache" }
131+
feldera-buffer-cache = { version = "0.308.0", path = "crates/buffer-cache" }
132132
feldera-cloud1-client = "0.1.2"
133133
feldera-datagen = { path = "crates/datagen" }
134-
feldera-fxp = { version = "0.307.0", path = "crates/fxp", features = ["dbsp"] }
134+
feldera-fxp = { version = "0.308.0", path = "crates/fxp", features = ["dbsp"] }
135135
feldera-iceberg = { path = "crates/iceberg" }
136-
feldera-observability = { version = "0.307.0", path = "crates/feldera-observability" }
137-
feldera-macros = { version = "0.307.0", path = "crates/feldera-macros" }
138-
feldera-sqllib = { version = "0.307.0", path = "crates/sqllib" }
139-
feldera-storage = { version = "0.307.0", path = "crates/storage" }
140-
feldera-types = { version = "0.307.0", path = "crates/feldera-types" }
141-
feldera-rest-api = { version = "0.307.0", path = "crates/rest-api" }
142-
feldera-ir = { version = "0.307.0", path = "crates/ir" }
143-
feldera-adapterlib = { version = "0.307.0", path = "crates/adapterlib" }
144-
feldera-samply = { version = "0.307.0", path = "crates/samply" }
136+
feldera-observability = { version = "0.308.0", path = "crates/feldera-observability" }
137+
feldera-macros = { version = "0.308.0", path = "crates/feldera-macros" }
138+
feldera-sqllib = { version = "0.308.0", path = "crates/sqllib" }
139+
feldera-storage = { version = "0.308.0", path = "crates/storage" }
140+
feldera-types = { version = "0.308.0", path = "crates/feldera-types" }
141+
feldera-rest-api = { version = "0.308.0", path = "crates/rest-api" }
142+
feldera-ir = { version = "0.308.0", path = "crates/ir" }
143+
feldera-adapterlib = { version = "0.308.0", path = "crates/adapterlib" }
144+
feldera-samply = { version = "0.308.0", path = "crates/samply" }
145145
flate2 = "1.1.0"
146146
form_urlencoded = "1.2.0"
147147
futures = "0.3.30"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": {
1111
"name": "MIT OR Apache-2.0"
1212
},
13-
"version": "0.307.0"
13+
"version": "0.308.0"
1414
},
1515
"paths": {
1616
"/config/authentication": {

python/dbt-feldera/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "dbt-feldera"
77
readme = "README.md"
88
description = "The dbt adapter for Feldera — DBSP-native incremental view maintenance"
9-
version = "0.307.0"
9+
version = "0.308.0"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "feldera"
77
readme = "README.md"
88
description = "The feldera python client"
9-
version = "0.307.0"
9+
version = "0.308.0"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [

python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sql-to-dbsp-compiler/SQL-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<calcite.version>1.43.0</calcite.version>
2020
<jackson.version>2.21.1</jackson.version>
2121
<janino.version>3.1.12</janino.version>
22-
<project.version>0.307.0</project.version>
22+
<project.version>0.308.0</project.version>
2323
<avatica.version>1.28.0</avatica.version>
2424
</properties>
2525

0 commit comments

Comments
 (0)