From 124c1a5ae15fb5362762731527297c1bc6d2d957 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:33:27 +0000 Subject: [PATCH] chore(v3): release 3.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0f..50d9d3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0b860..4fda89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.1.2](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.1...v3.1.2) (2026-08-13) + + +### Bug Fixes + +* Improve jreader throughput with a single-pass tokenizer ([#58](https://github.com/launchdarkly/go-jsonstream/issues/58)) ([78d0ac9](https://github.com/launchdarkly/go-jsonstream/commit/78d0ac92ec0f3a52f5f353529da13aeca93138d4)) +* Improve jwriter throughput with append-based buffer internals ([#56](https://github.com/launchdarkly/go-jsonstream/issues/56)) ([acb84f4](https://github.com/launchdarkly/go-jsonstream/commit/acb84f48fcfba1eee2f8754d6d281764c6826a52)) + ## [3.1.1](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.0...v3.1.1) (2026-02-20)