From a555b01c63d0c1feb09a9b364d5344f57f32a564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 20:43:16 +0000 Subject: [PATCH] chore(v4): release 4.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..411256b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1964091..0e7f6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.1.0](https://github.com/launchdarkly/go-jsonstream/compare/v4.0.0...v4.1.0) (2026-08-07) + + +### Features + +* Add Reader.RawValue and Reader.Offset for raw value capture ([#50](https://github.com/launchdarkly/go-jsonstream/issues/50)) ([8eb580f](https://github.com/launchdarkly/go-jsonstream/commit/8eb580f89223ad133a7662211c0607476f9b91c7)) + + +### Bug Fixes + +* Improve jwriter throughput with append-based buffer internals ([#51](https://github.com/launchdarkly/go-jsonstream/issues/51)) ([ae1830d](https://github.com/launchdarkly/go-jsonstream/commit/ae1830d18e25a0c4652e4366f5b2754c6e1a919b)) +* Make the JSON tokenizer and writer RFC 8259 compliant ([#48](https://github.com/launchdarkly/go-jsonstream/issues/48)) ([6efdc00](https://github.com/launchdarkly/go-jsonstream/commit/6efdc00d8489890d06f98b5e29ee71d84f31e3ba)) + ## [4.0.0](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.1...v4.0.0) (2026-05-28)