Live Change Log

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

17,848
Total Changes
4,568
Features
4,508
Fixes
32
Projects
Filter by project
All Projects17,848AIService110APIService138BillingService132ConversionService85DaemonService107DocsService189ESigService78EmailService347InitializerService299KBService73KlusterServices539MCPGatewayService43MediaService459RAGService61SecurityService1,515TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,548kamo-login318kamo-marketing580kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI522Chore670Docs226Feature4,568Fix4,508Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
September 5, 2026
Fixkamo-analytics

Prove the deploy by digest, not by tag

The preceding commit stops `set image` being a silent no-op. This asserts the outcome: after the rollout, the tag is resolved to a digest at the registry and th...

KamoΒ·6d ago
Fixkamo-analytics

A rebuild of the same commit deployed nothing and reported success

The image is tagged with the commit SHA, so rebuilding the same commit produces an identical image reference. `kubectl set image` then changes nothing, the Depl...

KamoΒ·6d ago
September 4, 2026
Fixkamo-analytics

Let a rollout finish what the old pod was doing

Deploys replaced the only pod of each service with nothing to catch the requests in flight. Three settings, applied across the fleet: - preStop sleeps 10s befo...

KamoΒ·6d ago
August 26, 2026
Fixkamo-analytics

The signed-in session becomes per-tab

analytics.auth lived in localStorage, which every tab of this origin shares. Analytics is reached by an OTK handoff from a workspace and each handoff mints a to...

KamoΒ·2w ago
August 14, 2026
Fixkamo-analytics

Stop listing every visitor twice

Performance (web vitals) events were saved with no hostname β€” the collector's performance branch never passed one, unlike the pageview branch. All 803 stored pe...

KamoΒ·4w ago
August 3, 2026
Fixkamo-analytics

Harden the kubectl download against flaky egress [skip ci]

dl.k8s.io over the runner's egress intermittently drops mid-transfer: curl: (56) OpenSSL SSL_read: decryption failed or bad record mac which fails the deploy ...

KamoΒ·1mo ago
July 7, 2026
Fixkamo-analytics

Alias ALL turbopack content-hashed externals, not just prisma

The prior fix only aliased @prisma/client-<hash>; the build also externalizes pg-<hash> (node-postgres, via @prisma/adapter-pg) under the same content-hashed sc...

KamoΒ·2mo ago
Fixkamo-analytics

Alias Prisma 7 content-hashed client so DB routes stop 500ing

The prisma-client generator (engineType=client) bakes a content-hashed runtime specifier (@prisma/client-<hash>) into the Next build. The builder satisfied it v...

KamoΒ·2mo ago
June 23, 2026
Fixkamo-analytics

Install script deps after standalone copy; bump PRISMA_VERSION to 7.6.0

The runner stage installed script deps (semver/chalk/prisma/...) BEFORE copying the Next.js standalone output. Next traces a partial, index.js-less semver into ...

KamoΒ·2mo ago
Fixkamo-analytics

Pin pnpm to 10.34.3 so build-script review lists are honored

Unpinned 'npm install -g pnpm' now resolves to pnpm 11.8.0, which dropped **************** in favour of allowBuilds. The repo's review lists were therefore igno...

KamoΒ·2mo ago
Fixkamo-analytics

Copy pnpm-workspace.yaml + review remaining build scripts

The deps stage only copied package.json+lockfile, so pnpm could not see the **************** review lists (they live in pnpm-workspace.yaml). With strictDepBuil...

KamoΒ·2mo ago
Fixkamo-analytics

Allow prisma build script so pnpm add does not exit non-zero

Newer pnpm fails the build with ERR_PNPM_IGNORED_BUILDS when prisma's postinstall is ignored. Only @prisma/engines was allow-listed, so every image build since ...

KamoΒ·2mo ago
April 19, 2026
April 17, 2026
Fixkamo-analytics

Use pg Pool options instead of connection string for geo DB

CockroachDB rejects insecure connections and node-pg can't verify self-signed certs via connection string alone. Parse the URL into Pool options and pass ssl:{r...

KamoΒ·4mo ago
Fixkamo-analytics

*** session check, loading spinner, rebrand analytics to Kamo Analytics

Use redis get instead of exists for more reliable *** validation on logout. Replace "Authenticating..." text with an animated spinner on the OTK auth page. Rena...

KamoΒ·4mo ago
Fixkamo-analytics

Copy GeoLite2 database to production image for country detection

The /geo/ directory containing GeoLite2-City.mmdb was built during the builder stage but never copied to the runner stage, so all country/region lookups returne...

KamoΒ·4mo ago
Fixkamo-analytics

Preserve logo aspect ratio in SideNav

KamoΒ·4mo ago
Fixkamo-analytics

Move CSP to proxy.ts instead of middleware.ts to avoid build conflict

Next.js 16 doesn't allow both middleware.ts and proxy.ts. The Docker build copies proxy.ts as the middleware, so add CSP frame-ancestors header there instead. T...

KamoΒ·4mo ago
Fixkamo-analytics

Use Next.js middleware for CSP so frame-ancestors works at runtime

The standalone build bakes next.config.ts headers at build time, so ALLOWED_FRAME_URLS was always empty. Move CSP to a Next.js middleware that reads the env var...

KamoΒ·4mo ago
Fixkamo-analytics

Read ALLOWED_FRAME_URLS at runtime so CSP frame-ancestors works in standalone mode

The env var was being read at module scope during build, baking an empty value into the standalone server. Move CSP and all header construction into functions c...

KamoΒ·4mo ago
April 10, 2026
Fixkamo-analytics

Add explicit AS keyword for PostgreSQL column alias in session and event queries

The session and event expanded metrics queries use implicit column aliasing (`${column} name`) which causes a PostgreSQL syntax error when the column name (like...

lawrence3699Β·5mo ago
March 25, 2026
Fixkamo-analytics

Use settings timezone in revenue chart date range

The revenue chart was using the browser's local timezone instead of the timezone configured in analytics settings. This caused the chart to show different time ...

Serhii ZghamaΒ·5mo ago
March 16, 2026
Fixkamo-analytics

Align FunnelResult export with actual returned shape

Rudy B.Β·5mo ago
February 22, 2026
Fixkamo-analytics

Make signin email case-insensitive

Closes #3981

Alejandro GispertΒ·6mo ago
February 13, 2026
Fixkamo-analytics

Apply same null referrer fix to link tracking route

The same bug exists in the link route (q/[slug]) where request.headers.get("referer") returns null for requests without a Referer header, causing silent Zod val...

juanisidoroΒ·7mo ago
Fixkamo-analytics

Handle null referrer in pixel tracking route

request.headers.get("referer") returns null when the header is absent (e.g. email clients). The Zod schema uses .optional() which accepts undefined but rejects ...

juanisidoroΒ·7mo ago
January 13, 2026
Fixkamo-analytics

Autofill background color

Dorian TETUΒ·8mo ago
December 11, 2025
Fixkamo-analytics

Use correct key for event values

Egor FedorovΒ·9mo ago
Fixkamo-analytics

Handle denied storage access

GochoMugoΒ·9mo ago
December 3, 2025
Fixkamo-analytics

Disable prefetch for Links view button

Indra GunawanΒ·9mo ago
November 29, 2025
Fixkamo-analytics

[#3778] update 'Edit' word to support translation

Prince EKPINSEΒ·9mo ago
November 27, 2025
Fixkamo-analytics

Skip realtime chart animation when data unchanged

Arthur SepiolΒ·9mo ago
November 25, 2025
Fixkamo-analytics

Fix SQL syntax error in getPageviewExpandedMetrics query

Travis ZhangΒ·9mo ago
November 11, 2025
Fixkamo-analytics

Enable password manager autofill on login form (#3735)

Prince EKPINSEΒ·10mo ago
November 8, 2025
Fixkamo-analytics

Redirect loop on auth failure

metaloozeeΒ·10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSEΒ·10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSEΒ·10mo ago
November 4, 2025
Fixkamo-analytics

Quote "event" reserved keyword in journey queries

Fixes PostgreSQL syntax error by quoting the "event" column alias. This was causing the journey query to fail. "event" is a reserved keyword in PostgreSQL. Add...

rkoh-rqΒ·10mo ago
September 15, 2025
Fixkamo-analytics

Parse netlify ip header by default: `x-nf-client-connection-ip`

This header is not clearly documented, but it is mentioned in semi-official sources, and I have tested it to ensure it's working properly. Without this, analyt...

Andrey NeringΒ·Sep 15, 2025
September 4, 2025
Fixkamo-analytics

Improve URL normalization and handling in tracking functions

Chairil Fauzi FirmansyahΒ·Sep 4, 2025
Fixkamo-analytics

Prevent multiple initialization when script injected more than once

Chairil Fauzi FirmansyahΒ·Sep 4, 2025
August 28, 2025
Fixkamo-analytics

Put Google in the right order of grouped domains

0xflotusΒ·Aug 28, 2025
June 4, 2025
May 30, 2025
Fixkamo-analytics

Handle unknown location fields in user detection

ExlasoΒ·May 30, 2025
Fixkamo-analytics

Decode location fields in user detection

ExlasoΒ·May 30, 2025
May 22, 2025
Fixkamo-analytics

Fix remove trailing slash regex

Eritque arcusΒ·May 22, 2025
Fixkamo-analytics

Hash is not included in record

Eritque arcusΒ·May 22, 2025

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