The daily firehose — everything the toolchain shipped today, already filtered.
// HOW THIS ISSUE IS MADE
We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.
›Adds --allow-all-paths argument to approve access to all paths without per-path prompts in -p mode.
›Adds a prompt to approve new paths when running in -p mode, giving users explicit control over path access.
›Improves debugging output by including the Copilot API request ID for model call errors and stack traces for client errors.
›Removes the 'Windows support is experimental' warning, reflecting significant Windows stability improvements.
└──▷ BREAKING ON UPGRADE
!MCP server env values in ~/.copilot/mcp-config.json are now treated as literal strings instead of environment variable references. Existing configs must prefix values with ${...} (e.g. change "GITHUB_ACCESS_TOKEN": "GITHUB_TOKEN" to "GITHUB_ACCESS_TOKEN": "${GITHUB_TOKEN}") to preserve the previous behavior of reading from the CLI environment.
Milvus Go SDK v2.6.1 adds geospatial types, CDC replication, manual L0 compaction, and per-collection FlushAll targeting.
└──▷ GET THIS VERSION
$ git clone --branch client/v2.6.1 https://github.com/milvus-io/milvus.git
# already have the repo? check out this version:$ git checkout client/v2.6.1
›Adds Geospatial data type support with WKT/WKB data exchange, R-Tree index for geometry columns, and GIS query functions including ST_EQUALS in query expressions.
›Adds CDC (Change Data Capture) service implementation enabling log-based cross-cluster replication for Milvus 2.6.
›Adds manual L0 compaction triggering for finer control over compaction operations.
›Enhances FlushAll to support targeting specific collections within a database, while maintaining backward-compatible database-level flushing.
›Allows inserting primary key data even when AutoID is enabled, providing more flexibility in data insertion workflows.
+1 moreshow less
›Adds receiver parse result cache to reduce redundant parsing overhead during result deserialization.