Skip to content

Conversation

@gotocoding-DB
Copy link
Contributor

@gotocoding-DB gotocoding-DB commented Nov 26, 2025

What changes are proposed in this pull request?

The set of flags are exactly the same as for default engine in kernel: https://github.com/delta-io/delta-kernel-rs/blob/main/kernel/Cargo.toml#L137-L144:

  • default is native tls
  • for rustls-tls we also enable http/2 and native certificates

How was this change tested?

@github-actions github-actions bot added the breaking-change Change that require a major version bump label Nov 26, 2025
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.75%. Comparing base (be93add) to head (10139f7).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1530   +/-   ##
=======================================
  Coverage   84.75%   84.75%           
=======================================
  Files         122      122           
  Lines       33012    33012           
  Branches    33012    33012           
=======================================
  Hits        27980    27980           
  Misses       3660     3660           
  Partials     1372     1372           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gotocoding-DB gotocoding-DB changed the title chore: Experimental uc-client – don't use native-tls, use rustls-tls chore: Experimental uc-client – add feature flag to use rustls-tls (and preserve the similar default as for kernel) Nov 26, 2025
@gotocoding-DB gotocoding-DB marked this pull request as ready for review November 26, 2025 16:42
@gotocoding-DB
Copy link
Contributor Author

@zachschuermann Hey Zach, please take a look at this small PR to uc-client once you have time. Thanks!

@gotocoding-DB gotocoding-DB changed the title chore: Experimental uc-client – add feature flag to use rustls-tls (and preserve the similar default as for kernel) feat: Experimental uc-client – add feature flag to use rustls-tls (and preserve the similar default as for kernel) Nov 26, 2025
Copy link
Collaborator

@zachschuermann zachschuermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually i think we could just always do rustls - opened something in #1533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Change that require a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants