github.com/klauspost/pgzip
v1.2.6
#1960 most downloaded on Go modules
klauspost/pgzip
What this package is like to depend on
Last release 1 months ago
22 Jul 2026
Ships unpredictably
gaps range from 2 weeks to 3.1 years
Most releases are documented
notes for 5 of 8 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
66 releases · first in 2014
5 releases in the last 12 months
see the full history below
Release timeline
66 releases · Oct 2014 to Jul 2026Releases
latest 60 of 66-
v1.2.7-0.20260722161726-7249ebc06fe822 Jul 2026 pre-releaseNothing published for this version
-
v1.2.7-0.20260422084112-89611d02ee5222 Apr 2026 pre-releaseNothing published for this version
-
v1.2.7-0.20251117132907-e0ddb06dabe817 Nov 2025 pre-releaseNothing published for this version
-
v1.2.7-0.20251109150128-3cb197aa8f6c09 Nov 2025 pre-releaseNothing published for this version
-
v1.2.7-0.20251104082115-6108bbd967e604 Nov 2025 pre-releaseNothing published for this version
-
v1.2.630 Sep 2022Release notes
Open source →What's Changed
- AddingPowerSupport_CI/Testing by @santosh653 in #37
- Change LICENSE back to the original MIT License by @cfiderer in #47
- Update README.md by @lukasmalkmus in #48
- RFC: Consume z.current prepared by Reader.Read in Reader.WriteTo by @mtrmac in #50
New Contributors
- @santosh653 made their first contribution in #37
- @cfiderer made their first contribution in #47
- @lukasmalkmus made their first contribution in #48
- @mtrmac made their first contribution in #50
Full Changelog: v1.2.5...v1.2.6
-
v1.2.6-0.20220930104621-17e8dac29df830 Sep 2022 pre-releaseNothing published for this version
-
v1.2.6-0.20220215144353-f5d9792490f915 Feb 2022 pre-releaseNothing published for this version
-
v1.2.6-0.20220215143354-5060573a4de615 Feb 2022 pre-releaseNothing published for this version
-
v1.2.6-0.20211125175624-867eb6fa0e3925 Nov 2021 pre-releaseNothing published for this version
-
v1.2.6-0.20201105112430-e899416eed9c05 Nov 2020 pre-releaseNothing published for this version
-
v1.2.502 Sep 2020 -
v1.2.415 May 2020Release notes
Open source →Never return negative values from `Write`, as they can panic in `bufi…
…o` (#33)
* Never return negative values from `Write`, as they can panic in `bufio`
-
v1.2.4-0.20200323150041-3fc4d32681e623 Mar 2020 pre-releaseNothing published for this version
-
v1.2.319 Mar 2020Release notes
Open source →pgzip: Fix an occasional segfault/panic with pgzip (#30)
This change fixes a occasional (5-10 out of 1000 test runs) segfault/panic on
sync.Pool struct access. Basically what happens there is that the original code
assigns a zero-value sync.Pool struct to the existing z.dstPool variable.
In general this kind of assignment is safe only if object is not used anymore /
in parallel by anything else. While is kind of true in a sense that none of the
goroutines are using it, in case of sync.Pool the garbage collector does
special management of the data with weak references and in right weather
conditions corrupts internal state (more precisely the sync.Pool.local might
become nil before reading it but after reading a nonzero sync.Pool.localSize;
leading to invalid memory reference in sync.Pool.Get() ). -
v1.2.212 Feb 2020Release notes
Open source →godoc: added new Default values for SetConcurrency (#29)
it seems that the default was changed and the function documentation was wrong
-
v1.2.2-0.20200212170436-3286875a122312 Feb 2020 pre-releaseNothing published for this version
-
v1.2.2-0.20200212010732-743670307a2512 Feb 2020 pre-releaseNothing published for this version
-
v1.2.2-0.20200116195229-fcf8cd8a254416 Jan 2020 pre-releaseNothing published for this version
-
v1.2.2-0.20200116111811-1d035717bf8316 Jan 2020 pre-releaseNothing published for this version
-
v1.2.128 Nov 2018Nothing published for this version
-
v1.2.017 Jul 2018Nothing published for this version
-
v1.0.2-0.20180717082612-8f46fd06aa4817 Jul 2018 pre-releaseNothing published for this version
-
v1.0.2-0.20180606150939-90b2c57fba3506 Jun 2018 pre-releaseNothing published for this version
-
v1.0.2-0.20180605122738-0b5e92c517e205 Jun 2018 pre-releaseNothing published for this version
-
v1.0.2-0.20171230121828-cf5d6687abbc30 Dec 2017 pre-releaseNothing published for this version
-
v1.0.2-0.20171109070206-c1b73d0cbc2509 Nov 2017 pre-releaseNothing published for this version
-
v1.0.2-0.20170901084225-72416df287e001 Sep 2017 pre-releaseNothing published for this version
-
v1.0.2-0.20170402124221-0bf5dcad4ada02 Apr 2017 pre-releaseNothing published for this version
-
v1.0.106 Nov 2016Nothing published for this version
-
v0.0.0-20200902094845-52335df0e96f02 Sep 2020 pre-releaseNothing published for this version
-
v0.0.0-20200212003016-bb79ab8a186112 Feb 2020 pre-releaseNothing published for this version
-
v0.0.0-20181128192909-083b1c3f84dd28 Nov 2018 pre-releaseNothing published for this version
-
v0.0.0-20180717084224-c4ad2ed77aec17 Jul 2018 pre-releaseNothing published for this version
-
v0.0.0-20180606150939-90b2c57fba3506 Jun 2018 pre-releaseNothing published for this version
-
v0.0.0-20171230121828-cf5d6687abbc30 Dec 2017 pre-releaseNothing published for this version
-
v0.0.0-20171109070206-c1b73d0cbc2509 Nov 2017 pre-releaseNothing published for this version
-
v0.0.0-20170402124221-0bf5dcad4ada02 Apr 2017 pre-releaseNothing published for this version
-
v0.0.0-20161106132632-56cfeba31cb506 Nov 2016 pre-releaseNothing published for this version
-
v0.0.0-20160219145911-95e8170c5d4d19 Feb 2016 pre-releaseNothing published for this version
-
v0.0.0-20151221113845-47f36e165cec21 Dec 2015 pre-releaseNothing published for this version
-
v0.0.0-20151209124828-dbc08c64cfc409 Dec 2015 pre-releaseNothing published for this version
-
v0.0.0-20151208103818-29cc232f410408 Dec 2015 pre-releaseNothing published for this version
-
v0.0.0-20151204102815-6b106a2bcf4a04 Dec 2015 pre-releaseNothing published for this version
-
v0.0.0-20151113213422-1e7ece2286a213 Nov 2015 pre-releaseNothing published for this version
-
v0.0.0-20151105144233-c50515215d3e05 Nov 2015 pre-releaseNothing published for this version
-
v0.0.0-20151010103821-fccba12d82cf10 Oct 2015 pre-releaseNothing published for this version
-
v0.0.0-20151009203228-c57b685c3b3009 Oct 2015 pre-releaseNothing published for this version
-
v0.0.0-20151001090209-2c3aa613ccbc01 Oct 2015 pre-releaseNothing published for this version
-
v0.0.0-20150930125248-356f38f775f330 Sep 2015 pre-releaseNothing published for this version
-
v0.0.0-20150928182149-7597631d94c128 Sep 2015 pre-releaseNothing published for this version
-
v0.0.0-20150918123628-3d69cada8fa118 Sep 2015 pre-releaseNothing published for this version
-
v0.0.0-20150908085732-346e6916b56308 Sep 2015 pre-releaseNothing published for this version
-
v0.0.0-20150811172701-eef48e26d9ea11 Aug 2015 pre-releaseNothing published for this version
-
v0.0.0-20150727185650-17ccc9d0227f27 Jul 2015 pre-releaseNothing published for this version
-
v0.0.0-20150723124429-045992e602ae23 Jul 2015 pre-releaseNothing published for this version
-
v0.0.0-20150311100122-1604a2278b7411 Mar 2015 pre-releaseNothing published for this version
-
v0.0.0-20150310140737-177f3a85a9c610 Mar 2015 pre-releaseNothing published for this version
-
v0.0.0-20150305162641-96a4284487ac05 Mar 2015 pre-releaseNothing published for this version
-
v0.0.0-20150304124729-7c27f381eb7904 Mar 2015 pre-releaseNothing published for this version