hello@logkit.io · Status · GitHub
Release Notes

Every change, documented. No surprises.

Structured logs. Clear thinking.

Latest Release

LogKit Platform v2.5.0 & Go SDK v1.8.0

Released Oct 24, 2023 — 482 commits

New Structured Context API

The Go and Python SDKs now support a new WithContext method. This allows you to attach rich, typed context objects (users, sessions, metadata) to logs that are automatically serialized and indexed in the platform.

  • Full JSON schema validation
  • Automatic type inference for common structs

Performance & Infrastructure

We've overhauled the ingestion pipeline to reduce cold-start latency by 40%. The Node.js SDK now uses native modules for 2x faster serialization.

LogKit release calendar view

Changelog

October 2023

  • Platform SDK Oct 24 — LogKit Platform v2.5.0 & Go SDK v1.8.0
    Introduced Structured Context API, improved ingestion latency, and added support for Go 1.22.
  • API Oct 15 — Ingestion API v3.0
    Deprecated the legacy v1 endpoint. v3 offers improved rate limiting headers and compression negotiation.
  • Fixes Oct 10 — SDK Hotfix
    Fixed a race condition in the Rust SDK's async flush buffer that could cause dropped events under high load.

September 2023

  • SDK Sep 28 — Java SDK 2.8.1
    Added Lombok support and improved error handling for null pointers in the client configuration.
  • Platform Sep 12 — Query Builder Update
    Added "Fuzzy Search" mode to the web UI, allowing users to find events even when field names or values are slightly misspelled.
  • Fixes Sep 05 — Node.js SDK
    Resolved a memory leak occurring when logging objects with circular references.

August 2023

  • SDK Aug 30 — .NET SDK 4.0
    Released .NET 8 support with improved async performance and minimal GC impact.
Stay Updated

Get the changelog in your inbox.

Join 12,000+ developers receiving monthly summaries of new features and security patches.

Want to see the code first?

View GitHub Releases →