-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 24, 2024
1 parent
f0adc80
commit c86cece
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Version 0.9.19 | ||
|
||
This release includes significant refactoring improvements to the LlamaBot, enhancing the setup of logging and database paths. These changes streamline the codebase and improve the maintainability of the system. | ||
|
||
### New Features | ||
|
||
- Centralized the database path resolution logic to reduce redundancy and improve maintainability. This update ensures that all modules uniformly manage database paths through a single utility function, enhancing the code's cleanliness and reducing potential errors. (0ece15b) (Eric Ma) | ||
- Implemented dynamic log level setting based on an environment variable and ensured the creation of necessary directories for database logging. This feature allows for more flexible and environment-specific logging configurations, which can be crucial for debugging and monitoring the application in different deployment scenarios. (2dba66b) (Eric Ma) | ||
|
||
### Bug Fixes | ||
|
||
- None in this release. | ||
|
||
### Deprecations | ||
|
||
- None in this release. |