The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Compress-Stream-Zstd

0.204 2023-02-08

  *  Disable compress__mt
     abdad95bc46ff1e4d913afb70a5d0158bf38930a
     fc14e2ed8c5797af3be71c251916d44c67e44cd9

  *  ignore .vscode
     f1a66b51af598855ff15aacc86207fb677b6ff59

  *  Update to zstd 1.54
     d4d6b7e7d503b4916176d27d8b7ee9ace096b0f7     

0.203 2022-04-27

  * 0.203
    Wed Apr 27 12:52:55 2022 +0100
    87835ddb651932c3e89aa4b49ed80fc64539b83d

  * Compress::Zstd::* to Compress::Stream::Zstd::*
    Wed Apr 27 12:39:12 2022 +0100
    a5405d64163eb60ed6da58deeef8a95d31d295ea

  * Merge branch 'set_parameter' of https://github.com/FGasper/Compress-Zstd into set-parameter
    Wed Apr 27 09:09:13 2022 +0100
    f9728e090f238d489c8dd6242b6f65b9b5c55570

  * Add Perl 5.34
    Fri May 28 11:05:31 2021 +0100
    d09a13acfe81f8c4f5fa2b29b35a2c4bbbee095a

0.202 2020-07-30
    - Add ZSTD_MIN_CLEVEL
      5039d7e079f68760c86b94ef3fc0b2cf339f84b2

0.201 2020-07-20
    - branch to Cmpress-Stream-Zstd
    - added extra streaming support

0.20 2019-09-29T10:25:55Z
    - zstd 1.4.3

0.19 2019-08-12T08:33:36Z
    - zstd 1.4.2

0.18 2019-04-29T08:45:05Z
    - zstd 1.4.0

0.17 2019-03-31T12:24:15Z
    - Added experimental context and dictionary interfaces

0.16 2019-02-23T07:28:15Z
    - zstd 1.3.8

0.15 2018-10-24T16:56:29Z
    - zstd 1.3.7

0.14 2018-07-14T12:40:09Z
    - zstd 1.3.5

0.13 2018-04-01T03:50:50Z
    - zstd 1.3.4

0.12 2018-03-19T17:28:58Z
    - zstd 1.3.3

0.11 2017-10-28T09:58:01Z
    - zstd 1.3.2

0.10 2017-09-30T07:13:12Z
    - Add streaming interfaces

0.06 2017-09-24T12:23:22Z
    - zstd 1.3.1
    - Support >= Perl 5.26.0 (@INC problem)
    - Support *BSD

0.05 2017-03-18T08:02:21Z
    - zstd 1.1.4

0.04 2017-03-11T09:32:56Z
    - zstd 1.1.3
    - Implement compress_mt (uses ZSTDMT_compressCCtx)

0.03 2016-12-28T08:25:29Z
    - zstd 1.1.2

0.02 2016-09-29T11:30:58Z
    - zstd 1.1.0

0.01 2016-09-03T08:07:51Z

    - original version