Your message dated Thu, 11 Jun 2026 12:00:13 +0000
with message-id <[email protected]>
and subject line Bug#1128943: fixed in golang-github-launchdarkly-go-jsonstream 
3.0.0-1
has caused the Debian Bug report #1128943,
regarding ITP: golang-github-launchdarkly-go-jsonstream -- Streaming JSON 
encoding for Golang
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1128943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Mikhail Potemkin <[email protected]>

* Package name    : golang-github-launchdarkly-go-jsonstream
  Version         : 3.0.0-1
  Upstream Author : LaunchDarkly
* URL             : https://github.com/launchdarkly/go-jsonstream
* License         : Apache-2.0
  Programming Lang: Go
  Description     : Streaming JSON encoding for Golang

 LaunchDarkly Streaming JSON for Go
 .
 Actions Status (https://github.com/launchdarkly/go-
 jsonstream/actions/workflows/ci.yml) Go Reference
 (https://pkg.go.dev/github.com/launchdarkly/go-jsonstream/v3)
 .
 Overview
 .
 The go-jsonstream library implements a streaming approach to JSON
 encoding and decoding which is more efficient than the standard
 mechanism in encoding/json. Unlike encoding/json or other reflection-
 based frameworks, it has no knowledge of structs or other complex types;
 you must explicitly tell it what values and properties to write or read.
 It was implemented for the LaunchDarkly Go SDK
 (https://github.com/launchdarkly/go-server-sdk) and other LaunchDarkly Go
 components, but may be useful in other applications.
 .
 There are two possible implementations, selectable via build tags:
 .
  1. A default implementation that has no external dependencies,
     compatible with all platforms. This performs better than encoding/json,
     but not as well as the other two below.
  2. An implementation that uses the low-level tokenizing and output
     functions from the easyjson (https://github.com/mailru/easyjson)
     library (but without the code generation mechanism that easyjson also
     provides). This is used if you enable the build tag
     launchdarkly_easyjson.
 .
 Although the easyjson implementation is the fastest, it is opt-in rather
 than being the default, for two reasons:
 .
  * By default, easyjson uses Go's unsafe package, which may be
    undesirable or not allowed depending on your runtime environment.
    Easyjson disables the use of unsafe if you set the build tag
    easyjson_nounsafe or appengine.
  * Although easyjson is widely used, at this time it does not have a
    stable 1.x version.
 .
 The design of go-jsonstream allows encoding/decoding logic to be written
 against the same API without needing to know whether the easyjson
 implementation will be used at build time or not. There is an adapter
 (also conditionally compiled with the launchdarkly_easyjson tag) to
 allow go-jsonstream to plug directly into a jlexer.Lexer or
 jwriter.Writer that is being used to read or write some other type with
 easyjson.
 .
 The unit tests for go-jsonstream define a common test suite that is run
 against the default implementation and the easyjson implementation, to
 verify that their behavior is consistent across a large number of
 permutations of possible JSON inputs and outputs.
 .
 Supported Go versions
 .
 This version of the project requires a Go version of 1.18 or higher.
 .
 Contributing
 .
 We encourage pull requests and other contributions from the community.
 Check out our contributing guidelines (/CONTRIBUTING.md) for
 instructions on how to contribute to this SDK.
 .
 About LaunchDarkly
 .
  * LaunchDarkly is a continuous delivery platform that provides feature
    flags as a service and allows developers to iterate quickly and safely.
    We allow you to easily flag your features and manage them from the
    LaunchDarkly dashboard.  With LaunchDarkly, you can:
        * Roll out a new feature to a subset of your users (like a group of
        users who opt-in to a beta tester group), gathering feedback and bug
        reports from real-world use cases.
        * Gradually roll out a feature to an increasing percentage of
        users, and track the effect that the feature has on key metrics
        (for instance, how likely is a user to complete a purchase if they
        have feature A versus feature B?).
        * Turn off a feature that you realize is causing performance
        problems in production, without needing to re-deploy, or even
        restart the application with a changed configuration file.
        * Grant access to certain features based on user attributes, like
        payment plan (eg: users on the ‘gold’ plan get access to more
        features than users in the ‘silver’ plan). Disable parts of your
        application to facilitate maintenance, without taking everything
        offline.
  * LaunchDarkly provides feature flag SDKs for a wide variety of
    languages and technologies. Check out our documentation
    (https://docs.launchdarkly.com/docs) for a complete list.
  * Explore LaunchDarkly
        * launchdarkly.com (https://www.launchdarkly.com/) for more
        information
        * docs.launchdarkly.com (https://docs.launchdarkly.com/) for our
        documentation and SDK reference guides
        * apidocs.launchdarkly.com (https://apidocs.launchdarkly.com/) for
        our API documentation
        * blog.launchdarkly.com (https://blog.launchdarkly.com/) for the
        latest product updates
        * Feature Flagging Guide
        (https://github.com/launchdarkly/featureflags/) for best practices
        and strategies


Needed by golang-github-launchdarkly-go-server-sdk

--- End Message ---
--- Begin Message ---
Source: golang-github-launchdarkly-go-jsonstream
Source-Version: 3.0.0-1
Done: Mikhail Potemkin <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-launchdarkly-go-jsonstream, which is due to be installed in the 
Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mikhail Potemkin <[email protected]> (supplier of updated 
golang-github-launchdarkly-go-jsonstream package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 09 Jun 2026 13:49:25 +0000
Source: golang-github-launchdarkly-go-jsonstream
Binary: golang-github-launchdarkly-go-jsonstream-dev
Architecture: source all
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Mikhail Potemkin <[email protected]>
Description:
 golang-github-launchdarkly-go-jsonstream-dev - LaunchDarkly Streaming JSON for 
Go (library)
Closes: 1128943
Changes:
 golang-github-launchdarkly-go-jsonstream (3.0.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1128943)
Checksums-Sha1:
 ee81a92873da8176e2599c17d1021751d5ec1f74 2497 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.dsc
 1b35ab3b9a998212375e26115fae219d92c192fd 47637 
golang-github-launchdarkly-go-jsonstream_3.0.0.orig.tar.gz
 88e790939c7ebc9f1c78111c38ae3ead11192094 2808 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.debian.tar.xz
 33588330ef5481d4ae2f05d6aa8ef21fdd33f874 37616 
golang-github-launchdarkly-go-jsonstream-dev_3.0.0-1_all.deb
 0ce3e063dc1f82929680fa984bef6aa1824fede2 6872 
golang-github-launchdarkly-go-jsonstream_3.0.0-1_amd64.buildinfo
Checksums-Sha256:
 171beb3c2c83a9745017c315f77f43249d1d365165937d2ea3a4f1a86ac3ba08 2497 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.dsc
 58a2f9f3160af35756423de9332f91b1407e68161ef71d33a67f52f212d267a9 47637 
golang-github-launchdarkly-go-jsonstream_3.0.0.orig.tar.gz
 1887c3a26e7921e3563839fc767be247cab8f65110e3e00412beb5745646aead 2808 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.debian.tar.xz
 bd320f474a39f81ff13af881373c38aa99543d2844b7f3147dffb8f77855198a 37616 
golang-github-launchdarkly-go-jsonstream-dev_3.0.0-1_all.deb
 6fe038e6fef2b6bd197694921232090f4d2fdf7b393d05849a318319fe2af33e 6872 
golang-github-launchdarkly-go-jsonstream_3.0.0-1_amd64.buildinfo
Files:
 a293b2361a142a92a213a2b3443898c3 2497 golang optional 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.dsc
 9b44bbae0de7392b6d3b025093603e41 47637 golang optional 
golang-github-launchdarkly-go-jsonstream_3.0.0.orig.tar.gz
 15a6195612eae3f3a13cdb94656a0099 2808 golang optional 
golang-github-launchdarkly-go-jsonstream_3.0.0-1.debian.tar.xz
 849c1d4fc729b245001474f174fe7e0a 37616 golang optional 
golang-github-launchdarkly-go-jsonstream-dev_3.0.0-1_all.deb
 c44d7fce39e87917ded98dafceb29fd8 6872 golang optional 
golang-github-launchdarkly-go-jsonstream_3.0.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmoqaP4ACgkQvthEn87o
2ogMFw//dihFizwFOZ02g8dlMFlWkDyesnmuCbAwI3o3zpHmn3f/LpYKnTTBxrjr
PFJ5wkm3Oiq8I0qqrG9Fpd0OUGTLRZNlyFHd2Bv5UXIsKFquGHKgtJHqtCWzMQnG
TLZGjlDRPsrw18teh5hO2vO9O+UkCo0DVClmEoh1PbAzmA/S6nqBCBvTQh5oDdQs
dv3xzR1o6lPC8I4ptuw5gvlt7b8CuTGeK+XJC20o/NvAcPFozhC0cbzRKiZpchlA
2jAaIXp2PA3Tb4VjS+kyiUi5rB3JnQgmlA1Tbb9I5hRzdPxCvvR1ZQNYXoJkDg/g
kAdBNSek3fCht9E/Y+FVb+W+FBeD7bcRsuGORvkdHfpJcNektD7A3uPmthFyqYju
1lZKAYjwFazE5rkRe/6kCd/sfiJDhRm3eLbQrYjrLFZwMxuZd4DR7jf95C4wQIIp
x8/u9vXtyDCUvYmozNrbmUtLOMtdpqihakKbFPuD9hyHfHl3MXm/JvPzaC2qqJnq
jpk1kRrQA2hBiJCGYuXsoEKcBBNz46c0Yv2NFOrNjhr/OvFNc+UUtmKIyohA3xZM
4cS4IXuhgIEsHq8DH4MLCkDXSjPGmJ+OA6l13mcys+cMJ8mHxOsZhvrgq+PlSUpz
FvaIDNpNVpO1dwSUxNmu/7ZEHb2jWfFiAkwUPEMwZiHuYAU7t4E=
=fZbh
-----END PGP SIGNATURE-----

Attachment: pgp3TUdv5C6xi.pgp
Description: PGP signature


--- End Message ---

Reply via email to