Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: adding changelog #870

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# v6.0.0

- Extended the LR schema. Now you can use notes inside <event> and field notes as well.
- Fixed the url rule for url["path"] and url["query"]
- url["path"] will result into a path. eg: /path
- url["query"] will result into a query. eg: ?a=b
- Added support for cim v5.3.2
- For existing data models updated fields to required or optional based on CIM App Jsons.
- New data models added:
- Data Access
- Database
- Event Signature
- Interprocess Messaging
- Computer Inventory
- JVM
- Performance
- Ticket Management
- Refactoring change to remove standard_lib nested folder.
- Fixed an issue of duplicate logging of warnings by every worker while parsing conf files.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ nav:
- AppTestGenerator: "api_reference/app_test_generator.md"
- DataGenerator: "api_reference/sample_generation.md"
- EventIngestor: "api_reference/event_ingestion.md"
- Troubleshooting: "troubleshoot.md"
- Troubleshooting: "troubleshoot.md"
- Changelog: "change_log.md"
Loading