cdp-edge 2.3.6 → 2.3.7

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.
Files changed (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  **Padrão Quantum Tracking: 100% Cloudflare Edge.** Sem GTM. Sem Stape. Sem cookies de terceiros.
4
4
 
5
+ > **v2.3.7** — Infraestrutura Git & Contratos de API (14 de Abril de 2026) 🛠️
6
+
5
7
  > **v2.3.6** — Retry Queue Completo & Hardening TypeScript (14 de Abril de 2026) 🔁
6
8
 
7
9
  > **v2.3.5** — UTMs Obfuscadas & Segmentação de Valor (14 de Abril de 2026) 🏷️
@@ -20,6 +22,27 @@
20
22
 
21
23
  ---
22
24
 
25
+ ## 📋 CHANGELOG v2.3.7 — Infraestrutura Git & Contratos de API (14 de Abril de 2026)
26
+
27
+ ### 🛠️ Infraestrutura Git
28
+
29
+ - **`.gitattributes`** criado — força LF em todos os arquivos de texto, elimina o falso "M" por conversão CRLF no Windows de forma permanente para qualquer clone futuro
30
+ - **`core.autocrlf=false`** — desativado localmente para que `.gitattributes` tenha controle total dos line endings
31
+ - **`.gitignore`** — `server-edge-tracker/dist-check/` adicionado (output do `wrangler deploy --dry-run` não deve ser versionado)
32
+
33
+ ### 📋 Contratos de API
34
+
35
+ - **`contracts/api-versions.json`** — versão `1.0.0` → `1.1.0`
36
+ - `updated_at` atualizado para `2026-04-14`
37
+ - `last_updated_by` reflete `Intelligence Agent — CDP Edge v2.3.6`
38
+ - `next_review_date` atualizado para `2026-05-14`
39
+
40
+ ### Breaking Changes
41
+
42
+ - Nenhuma.
43
+
44
+ ---
45
+
23
46
  ## 📋 CHANGELOG v2.3.6 — Retry Queue Completo & Hardening TypeScript (14 de Abril de 2026)
24
47
 
25
48
  ### 🔁 Retry Queue — Cobertura Total de Dispatchers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdp-edge",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "CDP Edge - Quantum Tracking - Sistema multi-agente para tracking digital Cloudflare Native (Workers + D1)",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",