polling breaking changes

cargo

5 curated breaking changes across major versions of polling. Use this as a migration checklist before bumping dependencies.

5
changes
Breaking changes by transition
  • v2.8.0 \u2192 v3.0.0breaking

    Add support for the ESP-IDF platform. (#128)

  • v2.8.0 \u2192 v3.0.0breaking

    **Breaking:** Make `Event` partially opaque, and create a new `Events` struct for holding events. (#133)

  • v2.8.0 \u2192 v3.0.0breaking

    Add support for running `polling` in Linux containers without `eventfd` available. (#134)

  • v2.8.0 \u2192 v3.0.0breaking

    Specify the behavior when registered in multiple `Poller`s. (#136)

  • v2.8.0 \u2192 v3.0.0breaking

    **Breaking:** Use `c_int` from the standard library in `polling::os::kqueue` instead of defining our own. (#143)

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cargo/polling
polling breaking changes — Cargo migration guide | DepScope