You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The minimum VERSION of the Fluvio Platform that this client is compatible with.
constMINIMUM_PLATFORM_VERSION:&str = "0.9.0";
/// The maximum VERSION of the Fluvio Platform that this client is compatible with.
constMAXIMUM_PLATFORM_VERSION:&str = "0.10.0";
The changes to the fluvio crate will be needed by test-connector, so it can connect to a 0.10.0 cluster for the smoke test (TODO: Create an issue at fluvio-connector to make this dependency change to use fluvio git repo instead of crates.io)
Remove max platform version check
The text was updated successfully, but these errors were encountered:
tjtelan
changed the title
Platform semver compatibility minor version 0.10.0
Platform semver compatibility minor version update - Prep for 0.10.0Jan 13, 2022
Before we update the platform version to
0.10.0
, we have a few areas to take care ofUpdate compatible version ranges. Set min for the last stable release (currently0.9.17
), and max to0.11.0
fluvio/crates/fluvio/src/lib.rs
Lines 113 to 117 in fbc7d10
The changes to thefluvio
crate will be needed bytest-connector
, so it can connect to a0.10.0
cluster for the smoke test (TODO: Create an issue at fluvio-connector to make this dependency change to use fluvio git repo instead of crates.io)Remove max platform version check
The text was updated successfully, but these errors were encountered: