|
| 1 | +--- |
| 2 | +sidebar_position: 5 |
| 3 | +--- |
| 4 | + |
1 | 5 | # Changelog |
2 | 6 |
|
3 | 7 | All notable changes to the Noesis Vision application will be documented in this file. |
4 | 8 |
|
5 | | -## [vision/0.3.0-preview10] - 2025-09-03 |
6 | | - |
7 | | -### Improved |
8 | | -- Enhanced stability of entry point description generation |
9 | | -- Improved overall system reliability |
10 | | - |
11 | | -## [vision/0.3.0-preview09] - 2025-09-03 |
12 | | - |
13 | | -### Improved |
14 | | -- Fixed stability issues with entry point description creation |
15 | | -- Enhanced glossary integration reliability |
16 | | - |
17 | | -## [vision/0.3.0-preview08] - 2025-09-02 |
18 | | - |
19 | | -### Improved |
20 | | -- Fixed stability issues with domain glossary retrieval |
21 | | -- Enhanced error handling for missing glossary files |
22 | | - |
23 | | -## [vision/0.3.0-preview07] - 2025-09-02 |
24 | | - |
25 | | -### Added |
26 | | -- **Domain Glossary System**: Complete domain glossary generation and management |
27 | | -- **New AI Models**: Support for Hugging Face models, QwenCoder7B, and Haiku |
28 | | -- **Amazon Claude Integration**: Added support for Amazon Claude models with structured output |
29 | | -- **Token Usage Monitoring**: Track AI model usage and costs |
30 | | -- **Enhanced UI**: Improved glossary display and user interface |
31 | | - |
32 | | -### Changed |
33 | | -- **Default AI Model**: Haiku is now the default AI model |
34 | | -- **Storage Management**: Centralized storage across the application |
35 | | - |
36 | | -### Improved |
37 | | -- Enhanced stability of element description generation |
38 | | -- Improved glossary display and interaction |
39 | | - |
40 | | -## [vision/0.3.0-preview06] - 2025-08-14 |
41 | | - |
42 | | -### Added |
43 | | -- **Amazon Bedrock Integration**: Support for Amazon Bedrock AI models |
44 | | -- **AI-Powered Descriptions**: AI-generated entry point descriptions |
45 | | -- **Token Monitoring**: Comprehensive token usage tracking |
46 | | - |
47 | | -### Changed |
48 | | -- **Model Selection**: Enhanced AI model selection capabilities |
49 | | -- **Streaming Performance**: Better real-time data streaming of elements descriptions |
50 | | - |
51 | | -## [vision/0.3.0-preview05] - 2025-08-08 |
52 | | - |
53 | | -### Improved |
54 | | -- Enhanced error handling and logging consistency |
55 | | -- Updated documentation and setup instructions |
| 9 | +## [vision/0.4.0] - Preview |
56 | 10 |
|
57 | | -## [vision/0.3.0-preview04] - 2025-08-08 |
| 11 | +### Product Features |
58 | 12 |
|
59 | | -### Added |
60 | | -- **Microsoft Semantic Kernel**: Full integration for enhanced AI capabilities |
61 | | -- **GitHub Integration**: Context-aware analysis using GitHub repository information |
62 | | -- **New Analysis Interface**: Enhanced analysis view for P3 models |
63 | | -- **Improved Navigation**: Logo click navigation to home page |
| 13 | +**Code Analysis** |
| 14 | +- Automated source code analysis of .NET 5+ (.NET Core) repositories and extraction of a map of key architecture components structured according to the P3 model |
| 15 | +- Ability to configure analysis using Noesis DSL in .NET using public `Noesis.Parser` packages, which allows to define architecture conventions |
| 16 | +- Integration with Git repositories present on the file system of the host machine |
64 | 17 |
|
65 | | -### Changed |
66 | | -- **Default AI Model**: Switched to Haiku as the default AI model |
67 | | -- **Enhanced Context**: Improved context retrieval for better analysis |
| 18 | +**Noesis User Interface** |
| 19 | +- Visualization of the key architecture elements and their relationships in the form of trees, lists and diagrams |
| 20 | +- Supported browsing modes: |
| 21 | + - By overall modules structure |
| 22 | + - By application entry point and its dependencies to other elements |
| 23 | +- Each browsing mode includes: |
| 24 | + - tree of detected elements organized according to the configuration of modules |
| 25 | + - ability to visualize multiple selected elements in a form of diagram, with ability to filter and reorganize the elements on the diagram. |
68 | 26 |
|
69 | | -## [vision/0.3.0-preview03] - 2025-08-06 |
| 27 | +**LLM-powered map elements descriptions** |
| 28 | +- Effective bulk generation of so called Domain Glossary - LLM summaries of all mapped elements |
| 29 | +- Extended descriptions of entry points integrated with Domain Glossary |
| 30 | +- Streaming of elements description in the NoesisUI during LLM generation to see the results faster |
| 31 | +- Estimation of Domain Glossary generation cost and displaying it in the UI. |
70 | 32 |
|
71 | | -### Improved |
72 | | -- Fixed Docker container publishing workflow |
73 | | -- Enhanced container deployment reliability |
| 33 | +**Variety of LLM Integration** |
| 34 | +- Support for multiple AI models: Amazon Bedrock, Hugging Face, Fireworks |
| 35 | +- Token usage and cost monitoring |
74 | 36 |
|
75 | | -## [vision/0.3.0-preview02] - 2025-08-06 |
76 | 37 |
|
77 | | -### Added |
78 | | -- **External Sources Support**: Support for external sources across projects |
79 | | -- **Git Repository Integration**: Default branch support for Git configurations |
80 | | -- **Enhanced Package Management**: Improved package restoration |
| 38 | +**Deployment & Infrastructure** |
| 39 | +- Noesis Vision application is deployed as a Docker Container |
| 40 | +- Ability to configure the container using mounted configuration and environment variables |
| 41 | +- Ability to mount persistent storage unit for caches and results |
81 | 42 |
|
82 | | -### Changed |
83 | | -- **Project Structure**: Major project restructuring for better organization |
84 | | -- **Container Publishing**: Enhanced Docker container publishing |
85 | 43 |
|
86 | | -### Improved |
87 | | -- Fixed FullAnalysis functionality stability |
88 | | -- Enhanced configuration handling |
89 | | -- Improved error handling for file operations |
| 44 | +### In Development |
90 | 45 |
|
91 | | -## [vision/0.3.0-preview01] - 2025-07-31 |
| 46 | +**Documentation Export** |
| 47 | +- Extended capabilities for exporting generated documentation |
| 48 | +- Multiple export formats (Markdown and others) |
92 | 49 |
|
93 | | -### Added |
94 | | -- **.NET 9 Support**: Added .NET 9 SDK support |
95 | | -- **Enhanced CI/CD**: Improved deployment pipeline |
| 50 | +**UX Improvements** |
| 51 | +- User interface enhancements |
| 52 | +- Better user experience across the application |
| 53 | +- Performance and responsiveness optimization |
96 | 54 |
|
97 | 55 | --- |
98 | 56 |
|
|
0 commit comments