Live Change Log

Vedi cosa stiamo costruendo in tempo reale. Ogni funzione, correzione e miglioramento spedito attraverso la piattaforma.

17,860
Variazioni totali
4,577
Caratteristiche
4,511
Fissazioni
32
Progetti
Filtra per progetto
Tutti i progetti17,860AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService347InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,551kamo-login318kamo-marketing582kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filtra per tipo
Tutti i tipiBuild24CI522Chore670Docs226Feature4,577Fix4,511Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
September 4, 2026
FeatureAPIService

Eseguire due baccelli

repliche 1 -> 2. Questo servizio non funziona @Scheduled lavoro e non lega NATS esclusivo durevole, quindi un seconda capsula non duplica nulla — è richiesta se...

Kamo·6d ago
September 3, 2026
FeatureAPIService

Superficie API-chiave per eventi live call da un cliente PBX

Compagno a VoipRecordingUploadController, su un deliberatamente separato VOIP CALL EVENTS: caricare una registrazione dopo il fatto e fare l'anello telefonico d...

Kamo·1w ago
August 25, 2026
FeatureAPIService

Avanti /api/email/oauth/callback a EmailService

Obiettivo di reindirizzamento di Google OAuth. Stessa forma dell'email e del fornitore di incontrare callbacks accanto a esso: pubblico e senza sessione, perché...

Kamo·2w ago
August 20, 2026
FeatureAPIService

Avviare il segnale di tracciamento a MediaService

Clones forwardPublicWebinar piuttosto che generico forward(): che metodo stampa ogni URI, mappa dell'intestazione e lunghezza del corpo a stdout senza livello, ...

Kamo·3w ago
August 10, 2026
FeatureAPIService

Punta a YugabyteDB e usa PostgreSQLDialect

CockroachDB è stato sostituito da YugabyteDB. Le stringhe di connessione si muovono da scarroachdb-public:26257 a yb-tserver-service:5433, e il dialetto Hiberna...

Kamo·4w ago
August 5, 2026
FeatureAPIService

Fornire regole di accesso inquilino al gateway

Questo filtro è inerte da quando è stato scritto. risolvereOrgId lettura org:dominio: da Redis, nulla ha mai scritto quella chiave, e il ritorno nullo è caduto ...

Kamo·1mo ago
FeatureAPIService

Percorso del fornitore di meeting OAuth callback

Zoom e Microsoft reindirizzare il browser a questo gateway dopo un org autorizza L'app di Kamo. Il popup atterra qui senza inquilino sessione — il org viaggia i...

Kamo·1mo ago
July 19, 2026
FeatureAPIService

Proxy il percorso pubblico AI->human handoff

Aggiunta di POST. proxied a MediaService accanto alla sua creazioneSupportSession fratello. Senza questo la funzione di consegna era morta all'arrivo: il punto...

Kamo·1mo ago
July 16, 2026
FeatureAPIService

Route /api/email + /api/supporto attraverso l'host api

(EmailService) e Supporto (MediaService, stesso a monte di /api/media) sono stati dirottato → 404. Aggiungere sia in avanti che correggere e-mail. service.url d...

Kamo·1mo ago
FeatureAPIService

GET /api/pubblico-chat/bootstrap gateway route

Aggiungi un endpoint bootstrap che riutilizza il proxy esistenteCon pipeline Auth (valida chiave + origine opt-in + PUBLIC CHAT portata + tasso-limit + X-Public...

Kamo·1mo ago
July 15, 2026
July 14, 2026
FeatureAPIService

Proxy GET /lo-presenza a MediaService

Il proxy di supporto-sessione già inoltra il corpo grezzo, quindi il widget fuso preferenzialeAgentMemberId raggiunge MediaService intatto. Aggiungi il proxy di...

Kamo·1mo ago
July 7, 2026
FeatureAPIService

Passaggio pubblico per email OAuth provider callback

Avanti GET *****************************************************************************************************************************************************...

Kamo·2mo ago
July 3, 2026
June 10, 2026
FeatureAPIService

Gateway API e-sign programmatico pubblico (ambito API SIGNATURE)

Aggiungi /api/public/esign/** a PublicApiController: convalida la chiave API org, richiede il campo API SIGNATURE, limiti di velocità e inoltro a ESigService bu...

Kamo·3mo ago
April 30, 2026
FeatureAPIService

Proxy support-message translate endpoint

Adds a passthrough route for the new MediaService endpoint that translates a single support-chat message into the visitor's URL locale. The marketing-side chat ...

Kamo·4mo ago
April 27, 2026
FeatureAPIService

VoipRecordingUploadController per upload di supporto kamo-asterisk

POST /api/voip/registrazioni/upload accetta corpi multiparti da supporto kamo-asterisk in esecuzione su host FreePBX. Convalida la X-Api-Key ha il nuovo VOIP RE...

Kamo·4mo ago
April 17, 2026
FeatureAPIService

Add Stripe webhook forwarding and billing API gateway routing

- POST /api/billing/webhooks/stripe receives Stripe webhooks and forwards to BillingService with Stripe-Signature header preserved - /api/billing/** gateway r...

Kamo·4mo ago
April 16, 2026
FeatureAPIService

Add public lead intake endpoint for 3rd-party lead submission

Adds LeadIntakePublicController at /api/public/lead-intake/{token} that accepts lead data in any format (JSON, form-urlencoded) from 3rd-party vendors and forwa...

Kamo·4mo ago
April 12, 2026
FeatureAPIService

Add /api/esig/** gateway routing to ESigService

Route all /api/esig/** requests through the existing API gateway to the dedicated ESigService (kamowsesig-service) instead of the non-existent proxy target. Add...

Kamo·5mo ago
April 11, 2026
FeatureAPIService

Expose changelog webhook through APIService with secret key auth

Adds POST /api/changelog/webhook route that validates *** header before forwarding to SecurityService. Secret configured via CHANGELOG_WEBHOOK_SECRET env var / ...

Kamo·5mo ago
April 4, 2026
FeatureAPIService

Enforce PUBLIC_WEBINAR scope on public webinar endpoints

Adds scope validation check before forwarding public webinar requests to MediaService, returning 403 if the API key lacks PUBLIC_WEBINAR scope.

Kamo·5mo ago
FeatureAPIService

Add webinar gateway routes for authenticated and public endpoints

Routes /api/webinar/** to MediaService for authenticated webinar operations and /api/public/webinar/** with API key validation for public scheduling and cancell...

Kamo·5mo ago
April 1, 2026
FeatureAPIService

Add public chat gateway with API key validation, rate limiting, and WebSocket proxy

Adds public chat endpoints at /api/public-chat/** for anonymous website chat. Includes API key validation (SHA-256 hashed, Redis-cached), per-key and per-IP rat...

Kamo·5mo ago
March 28, 2026
March 23, 2026
FeatureAPIService

Route /api/notes to KBService instead of SecurityService

Notes management has been moved from SecurityService to KBService.

Kamo·5mo ago
March 21, 2026
FeatureAPIService

Add access enforcement filter for IP-based access control

Redis-backed servlet filter that evaluates whitelist/blacklist/temp-block rules on every inbound request. Adds spring-boot-starter-data-redis dependency and Red...

Kamo·5mo ago
March 19, 2026
FeatureAPIService

Add OAuth callback forwarding with no-redirect RestTemplate

- Add noRedirectRestTemplate bean (HttpClient.Redirect.NEVER) so the 302 from VOIPService's OAuth callback is passed through to the browser instead of being...

Kamo·5mo ago
FeatureAPIService

Add VOIP proxy routes to APIService

Kamo·5mo ago
March 17, 2026
FeatureAPIService

Add gateway routes for KB and RAG services

- /api/kb/** routes to kamowskb-service - /api/rag/** routes to kamowsrag-service - Updated application.yml and k8s configmap with service URLs

Kamo·5mo ago
March 16, 2026
FeatureAPIService

Add /wopi/** route forwarding to DocsService

Docs needs to reach WOPI endpoints via api.kamocrm.com.

Kamo·5mo ago
FeatureAPIService

Add DocsService route mapping for /api/docs/*

Kamo·5mo ago
October 28, 2025
FeatureAPIService

Migrare a CockroachDB con modalità sicura

snadjafinia·10mo ago
October 23, 2025
FeatureAPIService

Aggiungi dominio-agnostico IngressRoute per api subdomain

snadjafinia·10mo ago
October 18, 2025

Come quello che vedi la spedizione?

Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.

Inizia gratis per sempreVisualizza il prezzo