Skip to content

Fix decoding pointer fields to slices

Compare
Choose a tag to compare
@guregu guregu released this 04 May 13:38
· 12 commits to master since this release
0b7cb6b

This is a bugfix release for the following issues related to the new encoding in v1.22.0:

  • Scan All Repeats First Element #228
  • Encoding slices is broken on 1.22 when using structs pointer fields #230

Please note the following issues are still around:

  • Recursive structs breaking #227 (fixed in 1.22.2)
  • Encoding Issue: unsupported type structpb.isValue_Kind #229 (fixed in 1.22.2)