Registo de Mudança ao Vivo

Ver o que estamos a construir, em tempo real. Cada recurso, correção e melhoria enviados através da plataforma.

17,861
Total de Alterações
4,578
Características
4,511
Correcções
32
Projectos
Filtrar por projeto
Todos os Projetos17,861AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService347InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,551kamo-login318kamo-marketing583kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filtro por tipo
Todos os TiposBuild24CI522Chore670Docs226Feature4,578Fix4,511Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
September 4, 2026
FeatureAPIService

Executar duas cápsulas

réplicas 1 -> 2. Este serviço não executa nenhum trabalho @Scheduled e não liga nenhum exclusivo NATS durável, assim um segunda cápsula duplica nada — é pedido ...

Kamo·1w ago
September 3, 2026
FeatureAPIService

Superfície API-chave para eventos de chamadas ao vivo de um cliente PBX

Companion to VoipRecordingUploadController, em um separado deliberadamente VOIP CALL EVENTS escopo: carregando uma gravação após o fato e fazendo O telefone de ...

Kamo·1w ago
August 25, 2026
FeatureAPIService

Encaminhar /api/email/oauth/callback para EmailService

O alvo de redirecionamento do OAuth do Google. A mesma forma que o provedor de email e meet callbacks ao lado: público e sem sessão, porque o popup cai sobre is...

Kamo·2w ago
August 20, 2026
FeatureAPIService

Encaminhar o localizador para MediaService

Clones forwardPublicWebinar em vez do genérico forward(): esse método imprime cada URI, mapa de cabeçalho e comprimento do corpo para stdout sem nível, e um vis...

Kamo·3w ago
August 10, 2026
FeatureAPIService

Ponto em YugabyteDB e usar PostgreSQLDialect

O BarataDB foi substituído pelo YugabyteDB. strings de conexão se movem de baratadb-public:26257 para yb-tserver-service:5433, e o dialeto Hibernate desde o Pos...

Kamo·4w ago
August 5, 2026
FeatureAPIService

Aplicar as regras de acesso dos inquilinos no portal

Este filtro está inerte desde que foi escrito. resolveOrgId ler org: domínio:<host> de Redis, nada nunca escreveu essa chave, e o retorno nulo caiu para permiti...

Kamo·1mo ago
FeatureAPIService

Roteie o provedor de reunião OAuth callback

Zoom e Microsoft redirecionam o navegador para este gateway após uma org autorizar A aplicação do Kamo. O popup pousa aqui sem nenhuma sessão de inquilino — as ...

Kamo·1mo ago
July 19, 2026
FeatureAPIService

Proxy a rota AI->human handoff pública

Adiciona-se ao POST. próximo ao MediaService ao lado de seu createSupportSession irmão. Sem isso, o recurso de entrega estava morto na chegada: Endpoint do Med...

Kamo·1mo ago
July 16, 2026
FeatureAPIService

Rota /api/email + /api/suporte através da máquina api

(EmailService) e Suporte (MediaService, mesmo upstream que /api/media) foram não roteado → 404. Adicione ambos os encaminhamentos e corrigir e-mail. service.url...

Kamo·1mo ago
FeatureAPIService

GET /api/public-chat/bootstrap gateway route

Adicionar endpoint bootstrap que reutiliza o proxy existenteWithAuth pipeline (validação chave + origem opt-in + âmbito PUBLIC CHAT + limite de taxa + X-Public-...

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

Proxy GET /lo-presence to MediaService

O proxy de sessão de suporte já encaminha o corpo bruto, então o widget mesclado preferidoAgentMemberId atinge MediaService intocado. Adicionar o proxy de prese...

Kamo·1mo ago
July 7, 2026
FeatureAPIService

Passagem pública para e-mail chamada de provedor OAuth

Avançar GET ************* para o Serviço de Email sem sessão (strips auth, sem redirecionamento seguindo), espelhando o retorno de chamada RingCentral OAuth. Es...

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

Gateway e-sign público de API (API SIGNATURE)

Adicionar /api/public/esign/** ao PublicApiController: valida a chave org API, requer o escopo API SIGNATURE, limites de taxa, e encaminha para ESigService API ...

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 for kamo-asterisco-suport uploads

POST /api/voip/gravações/upload aceita corpos multi-partes do suporte kamo-asterisco rodando em hosts FreePBX. Valida o X-Api-Key tem o novo VOIP RECORDING UPLO...

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

Migrar para BarataDB com modo seguro

snadjafinia·10mo ago
October 23, 2025
FeatureAPIService

Adicionar IngressRoute para subdomínio api

snadjafinia·10mo ago
October 18, 2025

Como o que vês no transporte?

Cada uma dessas atualizações pousa automaticamente em seu espaço de trabalho. Comece grátis e veja crescer semana após semana.

Começar Livre Para SempreVer Preços