I'm happy to announce the release of Diesel 2.0.4.
This is a patch release that contains several bugfixes. Notably it contains a workaround for a name resolution bug in rust-analyzer that affected diesel's DSL. With this rust-analyzer should be able to provide type hints and completions in many more cases than before, although there are still issues with specific constructs including queries containing .filter()
/.inner_join()
and .left_join()
expressions. These are still not recognized correctly by rust-analyzer.