docdex 0.2.70 → 0.2.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/assets/agents.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.72
|
|
4
|
+
- Update the packaged release workflow MCP Registry publisher so GitHub OIDC login requests the registry URL audience expected by the current registry service.
|
|
5
|
+
- Bump packaged release metadata to 0.2.72.
|
|
6
|
+
|
|
7
|
+
## 0.2.71
|
|
8
|
+
- Add packaged generic encrypted-repository external API-key authorization with `AuthContext`, external introspection, service-token admin auth, and SQLite repository access bindings.
|
|
9
|
+
- Gate packaged encrypted repository search, batch search, snippet, chat-context, and MCP data paths behind repository access policy while preserving default local/static-token compatibility for non-encrypted deployments.
|
|
10
|
+
- Add packaged service-only encrypted repository provisioning, binding update, and auth-cache invalidation endpoints, plus auth/encryption capability reporting.
|
|
11
|
+
- Harden packaged stale-index cleanup retries during automatic reindexing.
|
|
12
|
+
- Bump packaged release metadata to 0.2.71.
|
|
13
|
+
|
|
3
14
|
## 0.2.70
|
|
4
15
|
- Serialize packaged GitHub Release asset upload after matrix artifacts are collected so parallel release builds cannot race to create the same tag release.
|
|
5
16
|
- Bump packaged release metadata to 0.2.70.
|
package/assets/agents.md
CHANGED