diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

`DynInstrumentation` is private for version 2.2.4? #4302

Closed siddhantk232 closed 1 month ago

siddhantk232 commented 1 month ago

I can see that the DynInstrumentation was made public 2 months ago and the latest release (2.2.4) was done a month ago. How's this code not part of this release? I can also not find docs for this in https://docs.rs/diesel/

weiznich commented 1 month ago

New features land on the master branch. They are not backported as patch release to the last released version. New features will generally be released with the next minor diesel release, so in this case with diesel 2.3.

Closed as this is not an issue. Please use the support forum for future questions.