Skip to content

Commit 0a74bab

Browse files
authored
[Rust] Release v2.1.0 (#327)
Signed-off-by: brankogrb-db <branko.grbic@databricks.com>
1 parent 27400c0 commit 0a74bab

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

rust/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Version changelog
22

3+
## Release v2.1.0
4+
5+
### Major Changes
6+
7+
### New Features and Improvements
8+
9+
- **`zeroparser` (opt-in Cargo feature): zero-copy, descriptor-driven
10+
protobuf parser** for ingestion paths where the schema is only known at
11+
runtime. Exposes `databricks_zerobus_ingest_sdk::zeroparser`. Off by
12+
default; see `sdk/src/zeroparser/README.md`.
13+
14+
### Bug Fixes
15+
16+
### Documentation
17+
18+
### Internal Changes
19+
20+
### Breaking Changes
21+
22+
### Deprecations
23+
24+
### API Changes
25+
326
## Release v2.0.1
427

528
### Major Changes

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEXT CHANGELOG
22

3-
## Release v2.1.0
3+
## Release v2.1.1
44

55
### Major Changes
66

rust/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "databricks-zerobus-ingest-sdk"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
authors = ["Databricks"]
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)