Open jplatte opened 1 year ago
Currently, StaticSecret::new is deprecated with a message saying it will be removed in 2.1.0. Such a change would not be allowed as per semver. (unless 2.1.0 is supposed to be the first proper 2.x release?)
StaticSecret::new
It'd probably be good not to remove deprecated methods in a minor version.
They can be removed in the next major release.
Currently,
StaticSecret::new
is deprecated with a message saying it will be removed in 2.1.0. Such a change would not be allowed as per semver. (unless 2.1.0 is supposed to be the first proper 2.x release?)