Live Change Log

See what we're building, in real-time. Every feature, fix, and improvement shipped across the platform.

17,852
Total Changes
4,571
Features
4,509
Fixes
32
Projects
Filter by project
All Projects17,852AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService347InitializerService299KBService73KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,516TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,549kamo-login318kamo-marketing580kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI522Chore670Docs226Feature4,571Fix4,509Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
September 4, 2026
OtherSecurityService

Merge remote-tracking branch 'origin/main'

KamoΒ·6d ago
August 27, 2026
OtherSecurityService

Pin the exact JSON the clinical client parses

Every field in these bodies is read by name in app/lib/patients/ehrApi.ts and nothing was checking the server still emits them. The service tests pin that the e...

KamoΒ·2w ago
OtherSecurityService

The exchange status says what would make it connected

The status endpoint is asked before the UI offers a network query, so a practice that is not onboarded sees an explanation instead of a button that always fails...

KamoΒ·2w ago
OtherSecurityService

Never auto-provision Patient Records into a tenant

Two of the three paths that would hand a clinical record system to orgs that never asked for one, now that ServiceType.EHR is COMPLETED and therefore available....

KamoΒ·2w ago
OtherSecurityService

Disclose that drug interactions are not checked

Prescribing ran three checks the practice's own data can answer and no drug-drug interaction check at all. Declining to build one was right -- interaction knowl...

KamoΒ·2w ago
August 18, 2026
OtherSecurityService

Update DomainController

KamoΒ·3w ago
July 6, 2026
June 15, 2026
May 11, 2026
OtherSecurityService

Revert "fix(orgs): propagate child-org-creator admin status to parent-org membership"

This reverts commit ****************

KamoΒ·4mo ago
April 30, 2026
OtherSecurityService

Change to configmap to add kamo-asterisk-support

KamoΒ·4mo ago
April 29, 2026
OtherSecurityService

Revert "feat(billing): add platform-subscription endpoint for cross-org feature gating"

This reverts commit ****************

KamoΒ·4mo ago
April 27, 2026
OtherSecurityService

AccountGroup -> AccountTier; endpoints /groups -> /tiers

Account-group endpoints (customer segmentation tiers, not billing) renamed throughout to use "tier" terminology consistently with the shared-lib rename: - /api/...

KamoΒ·4mo ago
OtherSecurityService

Change to configmap to add kamo-asterisk-support

KamoΒ·4mo ago
April 26, 2026
OtherSecurityService

Add diagnostic logging to /names endpoint

Log orgId, member count, and per-member name resolution to diagnose why the assigned-member name is not resolving correctly.

KamoΒ·4mo ago
April 25, 2026
OtherSecurityService

Add logging to uploadBackground endpoint

Log org/index, file info, userId, auth decisions, and MinIO staging key to trace why background uploads are not appearing in staging bucket.

KamoΒ·4mo ago
April 20, 2026
OtherSecurityService

Enable Hibernate SQL logging to diagnose members query returning 0

Temporarily enabled org.hibernate.SQL=DEBUG to see what SQL the TYPE() JPQL query generates for the members-subscribers endpoint.

KamoΒ·4mo ago
OtherSecurityService

Add diagnostic logging to getMembersAndSubscribers endpoint

Logs orgId, query result count, and per-member isActive status to help diagnose why Members tab shows empty list.

KamoΒ·4mo ago
April 17, 2026
OtherSecurityService

Change to configmap to add kamo-nowww

KamoΒ·4mo ago
OtherSecurityService

Change to configmap to add kamo-analytics

KamoΒ·4mo ago
April 11, 2026
OtherSecurityService

Add extensive logging to synchronous conversion flow, fix bucket lookup

Use img.getAssocId() for bucket instead of local assocType variable. Add step-by-step logging for download, conversion call, and result.

KamoΒ·5mo ago
December 16, 2025
November 26, 2025
OtherSecurityService

Invalidate existing session before creating new one during login

- Check for existing *** cookie in login request - Delete/invalidate existing session before creating new one - Prevents reusing old session cookies when loggin...

snadjafiniaΒ·9mo ago
OtherSecurityService

Clear session data before deleting key to ensure session is unusable

- Set session data to empty JSON ({}) before deleting the key - Ensures session is unusable even if deletion fails or there's replication lag - Add error handli...

snadjafiniaΒ·9mo ago
OtherSecurityService

Improve logout cookie clearing - clear cookies across all domain/path combinations

- Clear cookies with base domain (e.g., .kamocrm.com) to cover all subdomains - Clear cookies for current hostname without domain attribute - Clear cookies unre...

snadjafiniaΒ·9mo ago
OtherSecurityService

Use avatarType field instead of complex proxy detection

- Check avatarType field directly for simple type checking - Set avatarType when creating new avatars - Much simpler and more performant approach

snadjafiniaΒ·9mo ago
OtherSecurityService

Use simple filter to check if avatar is photo or Avatar Creator

- Remove complex proxy detection logic - Simply filter findById result to check if it's AvatarPhoto - If not photo, default to Avatar Creator - Much simpler app...

snadjafiniaΒ·9mo ago
OtherSecurityService

Add detailed logging to avatar URL generation for debugging

- Log when avatar URLs are generated, what URLs are created - Log when avatars are missing or URLs are null - This will help identify why avatars aren't showing...

snadjafiniaΒ·9mo ago
OtherSecurityService

Add avatar URLs to members by-department endpoint with override mechanism

- Include avatar URL in each member response from **************** - Respect override mechanism: member avatar (if exists) Ò†’ user avatar (default) - Frontend ...

snadjafiniaΒ·9mo ago
November 25, 2025
November 24, 2025
November 4, 2025
November 3, 2025
OtherSecurityService

Add detailed logging for member-to-department assignment

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
November 2, 2025
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaΒ·10mo ago
October 31, 2025
OtherSecurityService

More UI fixes

snadjafiniaΒ·10mo ago
OtherSecurityService

More UI additions to Doc Manager

snadjafiniaΒ·10mo ago
October 30, 2025
OtherSecurityService

Direct editing of fields in doc manager and more

snadjafiniaΒ·10mo ago
OtherSecurityService

Enforce OTK-only auth; remove cookie/X-*** acceptance

snadjafiniaΒ·10mo ago
October 29, 2025
OtherSecurityService

Reduce terminationGracePeriodSeconds to 20s for faster rollouts

snadjafiniaΒ·10mo ago
OtherSecurityService

Add re***, Twilio, and Vonage configuration values to configmap

snadjafiniaΒ·10mo ago

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing