Skip to content

Commit 01e78a9

Browse files
Bump TypeScript, Python, Java versions (#114)
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
1 parent 007b922 commit 01e78a9

21 files changed

Lines changed: 67 additions & 22 deletions

.github/workflows/release-typescript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
cp artifacts/bindings-x86_64-unknown-linux-gnu/*.node .
119119
cp artifacts/bindings-aarch64-unknown-linux-gnu/*.node .
120120
cp artifacts/bindings-x86_64-pc-windows-msvc/*.node .
121+
cp prebuilt/*.node .
121122
122123
- name: Publish
123124
run: npm publish --access public --provenance --ignore-scripts

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Monorepo for Databricks Zerobus Ingest SDKs.
44

55
## Disclaimer
66

7-
[Public Preview](https://docs.databricks.com/release-notes/release-types.html): These SDKs are supported for production use cases and are available to all customers. Databricks is actively working on stabilizing the Zerobus Ingest SDKs. Minor version updates may include backwards-incompatible changes.
7+
[GA](https://docs.databricks.com/release-notes/release-types.html): This SDK is generally available and supported for production use cases. Minor and patch version updates will not contain breaking changes. Major version updates may include breaking changes.
88

99
We are keen to hear feedback from you. Please [file issues](https://github.com/databricks/zerobus-sdk/issues), and we will address them.
1010

@@ -22,6 +22,20 @@ Zerobus is a high-throughput streaming service for direct data ingestion into Da
2222
| TypeScript | [`typescript/`](typescript/) | [`@databricks/zerobus-ingest-sdk`](https://www.npmjs.com/package/@databricks/zerobus-ingest-sdk) |
2323
| Java | [`java/`](java/) | [`com.databricks:zerobus-ingest-sdk`](https://central.sonatype.com/artifact/com.databricks/zerobus-ingest-sdk) |
2424

25+
## Platform Support
26+
27+
We try to provide prebuilt native binaries for the following platforms:
28+
29+
| Platform | Architecture |
30+
|----------|-------------|
31+
| Linux | x86_64 |
32+
| Linux | aarch64 |
33+
| Windows | x86_64 |
34+
| macOS | x86_64 |
35+
| macOS | aarch64 (Apple Silicon) |
36+
37+
> **Note:** We do not currently have macOS CI runners, so macOS binaries are built locally and may not be available for every SDK or release. If your platform is not supported or you encounter compatibility issues, you can [build from source](CONTRIBUTING.md) or [file an issue](https://github.com/databricks/zerobus-sdk/issues).
38+
2539
## Prerequisites
2640

2741
Before using any SDK, you need the following:

java/CHANGELOG.md

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

3+
## Release v1.0.0
4+
5+
GA release of the Databricks Zerobus Ingest SDK for Java.
6+
7+
### New Features and Improvements
8+
- Added HTTP proxy support via standard environment variables (`grpc_proxy`, `https_proxy`, `http_proxy`), following gRPC core conventions. Proxied connections use HTTP CONNECT tunneling with end-to-end TLS. Supports `no_grpc_proxy` / `no_proxy` for bypass rules.
9+
310
## Release v0.3.0
411

512
### Native Library Update

java/NEXT_CHANGELOG.md

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

3-
## Release v0.4.0
3+
## Release v1.1.0
4+
5+
### Major Changes
46

57
### New Features and Improvements
68

@@ -10,4 +12,9 @@
1012

1113
### Internal Changes
1214

15+
### Breaking Changes
16+
17+
### Deprecations
18+
1319
### API Changes
20+

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.databricks</groupId>
66
<artifactId>zerobus-ingest-sdk</artifactId>
7-
<version>0.3.0</version>
7+
<version>1.0.0</version>
88
<packaging>jar</packaging>
99
<name>Zerobus Ingest SDK for Java</name>
1010
<description>Databricks Zerobus Ingest SDK for Java - Direct ingestion to Delta tables via native Rust SDK</description>
121 KB
Binary file not shown.
744 KB
Binary file not shown.
590 KB
Binary file not shown.
599 KB
Binary file not shown.
671 KB
Binary file not shown.

0 commit comments

Comments
 (0)