8000 Releases · Sereal/Sereal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Sereal/Sereal

Sereal Python Decoder

25 Nov 15:02
df33d1c
Compare
Choose a tag to compare

There was no initial release for the Python decoder so versioning is assumed to have started at v0.1. This release is also a breaking change release for Python 2 users and thus the major version bump.

Release notes:

  • Python 2 no longer supported.
  • Add setting to modify the BINARY decode behaviour of the decoder.
  • Add recursove COPY tag detection.

Release Sereal::Path v0.013

28 May 11:28
Compare
Choose a tag to compare
Pre-release
  • bug fixes
  • extended test coverage
  • (experimental) improved work around of autovivification

Release Sereal::Path v0.011

08 Nov 18:25
Compare
Choose a tag to compare
Pre-release
 * changes in API:
    - srl_iterator_next_until_depth_and_idx() renamed to srl_iterator_until()
    - functions works with (straigh) idx, not revered on (ridx)
    - add srl_iterator_rewind()
    - semantic of srl_iterator_step_out() is changed. Now, calling
      srl_iterator_step_out() moves iterator to next element at depth-1
  * fix memleaks
  * fix various compilation issues
  * Tie interface share underlying iterator
  * srl_iterator_step_in() works correctly with REFP tag
  * more tests

Sereal-Path-0.010

29 Oct 13:57
Compare
Choose a tag to compare
Sereal-Path-0.010 Pre-release
Pre-release

Release Sereal::Path v0.010

    * experimental code for Sereal::Path::Tie
    * fix occasional build problems

Sereal-Path-0.009

28 Oct 22:44
Compare
Choose a tag to compare
Sereal-Path-0.009 Pre-release
Pre-release

Release Sereal::Path v0.008

   * rework build procedure
   * reuse available SV to store decompressed documents
   * performance optimizations
   * changelogs

Sereal-Path-0.008

18 Oct 21:05
Compare
Choose a tag to compare
Sereal-Path-0.008 Pre-release
Pre-release
Release Sereal::Path v0.008

    - experimental support of disjoin() and unite() function in iterator
    - Sereal::Path accept Sereal::Path::Iterator as input
    - performance optimizations

Sereal-Path-0.007

15 Oct 21:21
Compare
Choose a tag to compare
Sereal-Path-0.007 Pre-release
Pre-release
Release Sereal::Path v0.007

- basic support of decoding REFP and COPY tags
- basic support of using Sereal::Path::Iterator as separate module
- fix complication errors on some platforms
- tests improved

Sereal-Path-0.004

19 May 21:34
Compare
Choose a tag to compare
Sereal-Path-0.004 Pre-release
Pre-release
  • add support of slices
  • more tests

Sereal-Path-0.003

13 May 09:47
Compare
Choose a tag to compare
Sereal-Path-0.003 Pre-release
Pre-release

C89 compatibility fixes

Sereal-Path-0.002

12 May 14:15
Compare
Choose a tag to compare
Sereal-Path-0.002 Pre-release
Pre-release

exclude JSON::Path from build requirements

0