Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Releases: clambin/simplejson

v6.0.4

24 Apr 09:11
Compare
Choose a tag to compare

Commits

v6.0.3

11 Apr 13:42
a68eac1
Compare
Choose a tag to compare

Bugfixes

  • Fix tag keys endpoint (SebiBurchi) #69

Tests

Chores

v6.0.2

06 Feb 22:00
293c87d
Compare
Choose a tag to compare

Chores

v6.0.1

11 Jan 13:03
Compare
Choose a tag to compare

Features

  • simplejson implemented as a chi.Router, rather than a full HTTP server. (clambin)
  • add simplejson.WithLogger() to pass a specific slog Logger (clambin)

v6.0.0

06 Jan 18:36
Compare
Choose a tag to compare
  • simplejson implemented as a chi.Router, rather than a full HTTP server.

v5.1.1

03 Jan 20:58
Compare
Choose a tag to compare

Performance Improvements

Chores

v5.1.0

11 Dec 21:13
Compare
Choose a tag to compare

Chores

v5.0.0

05 Dec 16:32
Compare
Choose a tag to compare

Features

  • align option approach w/ httpserver (clambin)

Builds

  • set moves to go-common repo (clambin)

Chores

  • deps: bump github.com/clambin/httpserver to v0.5.0 (clambin)

v4.0.0

28 Nov 17:40
Compare
Choose a tag to compare

Styles

Performance Improvements

  • improve marshaling speed (clambin)

Chores

  • deps: Bump github.com/clambin/httpserver from 0.3.2 to 0.4.0 (#43) #43 (dependabot[bot])
  • deps: bump github.com/grafana/grafana-plugin-sdk-go to v0.143.0 (clambin)
  • deps: Bump github.com/grafana/grafana-plugin-sdk-go #44 (dependabot[bot])

v3.7.2

14 Nov 19:31
Compare
Choose a tag to compare

Features

  • don't capture standard httpserver metrics: simplejson metrics capture basically the same thing but provide more info related to simplejson (clambin)

Chores