mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 02:01:35 +00:00
chore(identify): remove deprecated items
Related: https://github.com/libp2p/rust-libp2p/issues/3647. Pull-Request: #3698.
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
## 0.43.0 - unreleased
|
## 0.43.0 - unreleased
|
||||||
|
|
||||||
|
- Remove deprecated `Identify` prefixed symbols. See [PR 3698].
|
||||||
- Raise MSRV to 1.65.
|
- Raise MSRV to 1.65.
|
||||||
See [PR 3715].
|
See [PR 3715].
|
||||||
|
|
||||||
|
[PR 3698]: https://github.com/libp2p/rust-libp2p/pull/3698
|
||||||
[PR 3715]: https://github.com/libp2p/rust-libp2p/pull/3715
|
[PR 3715]: https://github.com/libp2p/rust-libp2p/pull/3715
|
||||||
|
|
||||||
## 0.42.2
|
## 0.42.2
|
||||||
|
@ -44,27 +44,6 @@
|
|||||||
pub use self::behaviour::{Behaviour, Config, Event};
|
pub use self::behaviour::{Behaviour, Config, Event};
|
||||||
pub use self::protocol::{Info, UpgradeError, PROTOCOL_NAME, PUSH_PROTOCOL_NAME};
|
pub use self::protocol::{Info, UpgradeError, PROTOCOL_NAME, PUSH_PROTOCOL_NAME};
|
||||||
|
|
||||||
#[deprecated(
|
|
||||||
since = "0.40.0",
|
|
||||||
note = "Use re-exports that omit `Identify` prefix, i.e. `libp2p_identify::Config`"
|
|
||||||
)]
|
|
||||||
pub type IdentifyConfig = Config;
|
|
||||||
|
|
||||||
#[deprecated(
|
|
||||||
since = "0.40.0",
|
|
||||||
note = "Use re-exports that omit `Identify` prefix, i.e. `libp2p_identify::Event`"
|
|
||||||
)]
|
|
||||||
pub type IdentifyEvent = Event;
|
|
||||||
|
|
||||||
#[deprecated(since = "0.40.0", note = "Use libp2p_identify::Behaviour instead.")]
|
|
||||||
pub type Identify = Behaviour;
|
|
||||||
|
|
||||||
#[deprecated(
|
|
||||||
since = "0.40.0",
|
|
||||||
note = "Use re-exports that omit `Identify` prefix, i.e. `libp2p_identify::Info`"
|
|
||||||
)]
|
|
||||||
pub type IdentifyInfo = Info;
|
|
||||||
|
|
||||||
mod behaviour;
|
mod behaviour;
|
||||||
mod handler;
|
mod handler;
|
||||||
mod protocol;
|
mod protocol;
|
||||||
|
Reference in New Issue
Block a user