Your message dated Tue, 23 Jun 2026 01:00:13 +0000
with message-id <[email protected]>
and subject line Bug#1128944: fixed in golang-github-launchdarkly-go-sdk-common 
3.0.1-1
has caused the Debian Bug report #1128944,
regarding ITP: golang-github-launchdarkly-go-sdk-common -- Basic types for 
LaunchDarkly Go SDK components
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.)


-- 
1128944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128944
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-sdk-common
  Version         : 3.0.1-1
  Upstream Author : LaunchDarkly
* URL             : https://github.com/launchdarkly/go-sdk-common
* License         : Apache-2.0
  Programming Lang: Go
  Description     : Basic types for LaunchDarkly Go SDK components

 LaunchDarkly Go SDK Core Packages
 .
 Circle CI (https://circleci.com/gh/launchdarkly/go-sdk-common)
 Documentation (https://pkg.go.dev/github.com/launchdarkly/go-sdk-
 common/v3)
 .
 Overview
 .
 This repository contains packages and types that are shared between the
 LaunchDarkly Go SDK (https://github.com/launchdarkly/go-server-sdk) and
 other LaunchDarkly Go components.
 .
 Version 3.x of go-sdk-common is used by version 6.x of the LaunchDarkly Go
 SDK. It is not usable with earlier SDK versions.
 .
 Applications using the LaunchDarkly Go SDK will generally use the
 ldcontext subpackage, which contains the Context type, and may also use
 the ldvalue package, which contains the Value type that represents
 arbitrary JSON values. Other packages are less frequently used.
 .
 Supported Go versions
 .
 This version of the project requires a Go version of 1.23 or higher.
 .
 Integration with easyjson
 .
 LaunchDarkly tools frequently read and write JSON data. By default, go-
 sdk-common uses LaunchDarkly's open-source JSON library go-jsonstream
 (https://github.com/launchdarkly/go-jsonstream), which is considerably
 faster than Go's built-in encoding/json and does not depend on any third-
 party code. However, it can optionally integrate with the third-party
 library easyjson (https://github.com/mailru/easyjson), which may be even
 faster in some cases, without requiring any changes in your code. To
 enable this, set the build tag launchdarkly_easyjson when you run go
 build, which both switches go-jsonstream to use easyjson internally and
 also generates MarshalEasyJSON/UnmarshalEasyJSON methods for each JSON-
 serializable type. The easyjson library is still under development and
 has some potential compatibility issues; see its documentation for more
 details.
 .
 If you do not set the launchdarkly_easyjson build tag, go-sdk-common does
 not use any code from easyjson.
 .
 Learn more
 .
 Check out our documentation (http://docs.launchdarkly.com) for in-depth
 instructions on configuring and using LaunchDarkly. You can also head
 straight to the complete reference guide for the Go SDK
 (http://docs.launchdarkly.com/docs/go-sdk-reference), or the generated API
 documentation (https://godoc.org/github.com/launchdarkly/go-sdk-common/v3)
 for this project.
 .
 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. Read our documentation
    (https://docs.launchdarkly.com/sdk) 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


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

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

We believe that the bug you reported is fixed in the latest version of
golang-github-launchdarkly-go-sdk-common, 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-sdk-common 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: Thu, 11 Jun 2026 21:43:58 +0000
Source: golang-github-launchdarkly-go-sdk-common
Binary: golang-github-launchdarkly-go-sdk-common-dev
Architecture: source all
Version: 3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Mikhail Potemkin <[email protected]>
Description:
 golang-github-launchdarkly-go-sdk-common-dev - Basic types for LaunchDarkly Go 
SDK components (library)
Closes: 1128944
Changes:
 golang-github-launchdarkly-go-sdk-common (3.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1128944)
Checksums-Sha1:
 79417b5b9911b2ec307e458815cdbd70e79490f4 2619 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.dsc
 64a69bd9a31cc1b66498ef3f92aabb9a6415d5c3 109200 
golang-github-launchdarkly-go-sdk-common_3.0.1.orig.tar.gz
 b13f6eaf913e13ae10807e06c28dd17170bf8f79 2476 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.debian.tar.xz
 8d37913be65a6122dc604b76098b22ec08681be6 85460 
golang-github-launchdarkly-go-sdk-common-dev_3.0.1-1_all.deb
 2e754fc851f91277c178d84f855654f0da7092a1 7135 
golang-github-launchdarkly-go-sdk-common_3.0.1-1_amd64.buildinfo
Checksums-Sha256:
 7a1e64e0bac7c1750de5403720860d9b6a14cf999b95122ec7c7167e007b1a5d 2619 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.dsc
 82c891c5d4195fd2ceaf793b9bb0586a210f78f2652293bde0caa8812e998fb8 109200 
golang-github-launchdarkly-go-sdk-common_3.0.1.orig.tar.gz
 3d5daf56fd56bb8a20d31b0bd0e5567d49747f21b02a508d08ee5312b30ecaaa 2476 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.debian.tar.xz
 d7d1480fe2e8b214eaa3febd23c7a2ecb0fc968f8bd14028cff1fb9bb001d44d 85460 
golang-github-launchdarkly-go-sdk-common-dev_3.0.1-1_all.deb
 28efe6cb39aa0da657b71cd00488a772f679b617dbfbb0cc69f8a04dd2ef1372 7135 
golang-github-launchdarkly-go-sdk-common_3.0.1-1_amd64.buildinfo
Files:
 2f74dfd4eb7634c40cb16f9abaaca93d 2619 golang optional 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.dsc
 93040d60505d4c69049c6b5d893088cc 109200 golang optional 
golang-github-launchdarkly-go-sdk-common_3.0.1.orig.tar.gz
 d6e2751155e301b8db285f8bb9a23095 2476 golang optional 
golang-github-launchdarkly-go-sdk-common_3.0.1-1.debian.tar.xz
 7d970a74a70273cc4c5adcdaa3e46f38 85460 golang optional 
golang-github-launchdarkly-go-sdk-common-dev_3.0.1-1_all.deb
 2da3bc2d98befe3d2726f5e790f7f316 7135 golang optional 
golang-github-launchdarkly-go-sdk-common_3.0.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmo5kLAACgkQvthEn87o
2ojWYA/+NDUfScZrub7/CCQvHDFcJyPKtai+Q9zFb70tYn79PyUF6YRA3leWO1CU
knX7R6AwVi5aDx6v6NG9OvixsxnVc0Zw8QwHVmVCAgJaCSBkSf2J3uDUyQx0blbn
PGqdkJbylNApytbLXNevCSvuGVd4kFBwTGsJGwi+I954ifw8c2X07wEQFibXR2qm
nOUM8cHUVCfp8fJZzELDlN80c9qbJd1yKy3H/CVI7P7fP0LkNx5q1ccVGIXswD6r
Adz1RgvcBnrYbIYCsz18I7m83iMvm7BaxcoQUXHLsg4jIho9c2QiUxu84s2w8xmY
wmEIPlmmx3/GOgfTXTxh9Ui8NfZy71YG5DTn/Myyv1PJkWFuhZDun8iQ0U7GSYZ3
8ob+eFCSHt+ogAme1lDdhhSM1RN0KOJvAn8bY8tx+FZXqviG65FEgfxNy+rMvno+
CraQ/ZQ2q/zfCP0fFvED33Ct9Edwqs1mhDThCskQpLS6f6GsysGFOiCACk45wMJM
UvO2waMAmYJbu3t1UOG3AFQRWrmFO3Vx1urcnXqeARctKj/X/gJW9JpQXhbnaRfH
UTfPZsrIijjXcgKvVK3SlCc35pvoc2kDY/2t48atBbdRQk2Jqa2k3NgQh4wh2sh8
pL4in499hz+lSOg4fp4QkaJMFSjvPYC+yQsZ/jY2anF+hHSSF1U=
=jpBU
-----END PGP SIGNATURE-----

Attachment: pgpidEPqakItb.pgp
Description: PGP signature


--- End Message ---

Reply via email to