You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,30 +17,54 @@ The Unity Container (Unity) is a lightweight, extensible dependency injection co
15
17
* Registration by convention
16
18
17
19
20
+
# New Features
21
+
[**Suggest**](https://feathub.com/unitycontainer/unity/features/new) new features or vote for the proposals you like, [**ADD**](https://feathub.com/unitycontainer/unity/features/new) your comments:
Version 4.x is dead. Loss of original signing certificate made it impossible to release anything compatible with v4.0.1 release. To give original developers a credit only about 60 issues were found during two years in production. To move on and enable further development version v5 has been created.
Version 5.x is created as replacement for v4.0.1. Assemblies and namespaces had to be renamed and refactored but otherwise it is compatible with the original. v5.0.0 release fixes most of the issues found in v4.0.1 and implements several optimizations (Registration for example is a order of magnitude faster than 4.0.1) but the accent was on compatibility and if optimization would break API it was ommited. Once stabilized, this version will enter LTS status and will be patched and fixed for the next few years. There will be no significant development in this line.
59
+
Version 5.x is created as replacement for v4.0.1. Assemblies and namespaces are renamed and refactored but otherwise it is compatible with the original. v5.0.0 release fixes most of the issues found in v4.0.1 and implements several optimizations but the accent was on compatibility and if optimization would break API it was ommited. Once stabilized, this version will enter LTS status and will be patched and fixed for the next few years. There will be no significant development in this line.
28
60
29
61
### v6.x
30
62
31
-
This is where all new development will be done. The plan for next release is:
32
-
- Optimize performance
33
-
- Add support for Microsoft.Extensions.DependencyInjection.2.0.0
34
-
- Improve how constructors and dependencies are selected
35
-
- etc.
36
-
63
+
This is where all new development will be done.
37
64
The compatibilty would not be a driving factor so better performance and functionality could be acheived.
38
65
39
66
40
67
41
-
42
68
## Release schedule and Long Time Support (LTS) <sup>1</sup>
43
69
44
70
| Release | LTS Status | Active LTS Start | Maintenance Start | Maintenance End |
@@ -52,9 +78,18 @@ The compatibilty would not be a driving factor so better performance and functio
52
78
53
79
54
80
55
-
# Issues and Contributions
81
+
82
+
## Documentation
83
+
84
+
The documentation is a work in progress project. Some info is available [here](https://unitycontainer.github.io) but more is coming...
85
+
86
+
87
+
## Issues and Contributions
56
88
57
89
- If something is broken and you know how to fix it, send a pull request.
58
90
- If you have no idea what is wrong, create an issue
59
91
60
-
## Any feedback and contributions are welcome
92
+
### Any feedback and contributions are welcome
93
+
94
+
If you have something you'd like to improve do not hesitate to send a Pull Request
0 commit comments