Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0 - breaking: completely re-write feature flags #108

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Fishrock123
Copy link
Member

Completely overhauls the feature flags for this library.

Feature flags are now formatted with a dash - instead of an underscore.

No default features are selected.

The hyper feature is now versioned: hyper0_14 (corresponding to hyper 0.14). This effectively brings in tokio 1.x support and drops support for 0.x.

The curl feature is now named isahc0_9 (pending an upgrade to isahc 1.x).

The rustls version has been upgraded across the board to 0.20, and the hyper0_14 client now has support for using rustls as the tls adaptor.

The unstable-config feature has been removed.

Doc updates have been made.

Completely overhauls the feature flags for this library.

Feature flags are now formatted with a dash `-` instead of an underscore.

No default features are selected.

The hyper feature is now versioned: `hyper0_14` (corresponding to hyper 0.14). This effectively brings in tokio 1.x support and drops support for 0.x.

The curl feature is now named `isahc0_9` (pending an upgrade to isahc 1.x).

The rustls version has been upgraded across the board to 0.20, and the `hyper0_14` client now has support for using rustls as the tls adaptor.

The `unstable-config` feature has been removed.

Doc updates have been made.
tide 0.16
tide-rustls 0.3
mockito 0.31
fundamentally incompatible with the tls backend flags unfortunately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant