fix(CodeFeed): Improve commit fetching concurrency and add tagged-only commit filtering along with updated documentation and tests
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-25 - 1.7.1 - fix(CodeFeed)
|
||||
Improve commit fetching concurrency and add tagged-only commit filtering along with updated documentation and tests
|
||||
|
||||
- Updated readme examples to clarify default and options usage, including caching and tagged-only filtering
|
||||
- Increased non-exclusive concurrency from 5 to 20 in fetchAllCommitsFromInstance
|
||||
- Added tagged-only filtering logic for both cached and non-cached commit results
|
||||
- Modified tests to enable tagged-only mode and require npm check
|
||||
|
||||
## 2025-04-25 - 1.7.0 - feat(core)
|
||||
Enhance commit fetching with caching, concurrency improvements, and dependency upgrades
|
||||
|
||||
|
Reference in New Issue
Block a user