This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed data race in cache by adding mutex protection for AccessedAt field
Full changelog
Bug Fixes
- Fix data race in cache: Added mutex protection for
AccessedAtfield inCacheEntryto prevent concurrent access issues when multiple goroutines access the cache simultaneously - Fix lint errors: Resolved unchecked error returns in test files to satisfy errcheck linter
Details
The data race fix addresses a potential issue where concurrent cache reads could cause undefined behavior due to unsynchronized writes to the AccessedAt timestamp used for LRU eviction tracking.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About olgasafonova/mediawiki-mcp-server
Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport.
Related context
Related tools
Earlier breaking changes
- v1.31.0 rationale parameter now required on 7 destructive MCP tools
Beta — feedback welcome: [email protected]