Minor realease policy #4624
-
Hi, the last minor diesel release was 1 year ago. How are the plans for a new release? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I generally do not give any ETA's for any releases other than: When it's done. That written: I personally want to cut a new minor release after I finished my work on window functions (see #4322 for the basic work, after that I still want to add a few functions to have something there). Also I would like to use the Overall I broadly aim to cut the release somewhen this summer, but as written before I won't promise anything as that really depends on the amount of time I can spend on working on diesel. After all this is still mostly a free time project for me and therefore takes less priority than other stuff. |
Beta Was this translation helpful? Give feedback.
I generally do not give any ETA's for any releases other than: When it's done.
That written: I personally want to cut a new minor release after I finished my work on window functions (see #4322 for the basic work, after that I still want to add a few functions to have something there). Also I would like to use the
#[diagnostic::do_not_recommend]
attribute to improve some error messages (especially that one mentioning thatSomething: Expression
is not fulfilled, but that needs to track down some issues in theInsertable
macro to get better spans there first). Any help there is welcome and would likely make the release happen faster.Overall I broadly aim to cut the release somewhen this su…