What is the difference between version 10 and 9? #5782
-
What capabilities and features are going to be released in version 10? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The main purpose of v10 is to remove any APIs that were marked as as deprecated on Dnn v8 and before. It is also an opportunity to update some dependencies that have a bigger risk of being braking changes for 3rd party extensions. Then comes a big wishlist, keep in mind that DNN is open-source and any items on the list depend on someone contributing the feature, so no guarantees on any of them.
And not complete yet but we would love to have this as part of v10:
I may be forgetting some other things here... But the main thing to know is that v10.0.0 is where we need to make those breaking changes. Anything else could very well come in a v10.1.0 or v10.2.0, etc. But some of those things may get into 10.0.0 if they are contributed early enough. |
Beta Was this translation helpful? Give feedback.
-
You can use the following query in pull requests to get all the DNN 10-related pull requests that are merged:
I've excluded the words "develop" and "9.x.x" because these are PRs to bring changes from DNN 9 to DNN 10. |
Beta Was this translation helpful? Give feedback.
The main purpose of v10 is to remove any APIs that were marked as as deprecated on Dnn v8 and before. It is also an opportunity to update some dependencies that have a bigger risk of being braking changes for 3rd party extensions.
Then comes a big wishlist, keep in mind that DNN is open-source and any items on the list depend on someone contributing the feature, so no guarantees on any of them.
However the following is done:
And not complete yet but we would love to have this as part of v10: