Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

File metadata and controls

21 lines (14 loc) · 1.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2026-01-28

  • BREAKING: Simplified API to use application config instead of passing client reference to every function call
    • Configure once in config/config.exs with config :klime, write_key: "..."
    • Add Klime.Client directly to supervision tree (no options needed)
    • All functions now use module calls: Klime.track("Event", %{}, user_id: "123") instead of Klime.track(client, "Event", %{}, user_id: "123")
  • Function arities reduced: track/4track/3, identify/3identify/2, group/4group/3, flush/1flush/0, shutdown/1shutdown/0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.