Skip to content

v1.1.0

Compare
Choose a tag to compare
@nirosys nirosys released this 06 Dec 23:01

Changes:

  • fix #292: bad alloc performance due to excessive memset (293)
  • fix broken clob parsing when scanning unknown lobs (295)
  • Align all memory used by the system symbol table (297)
  • Runtime Sanitizer Issues: Uninitialized structs in tests, and stack buffer read overflow (298)
  • Runtime Sanitizer Issues: Disable sanitizer checks where known behaviors occur (299)
  • Address LeakSanitizer errors in unit tests (300)
  • Fix leak of reader during path extraction (305)
  • Fix a couple leaks around event and symbol cleanup (304)
  • Fix memleak when writer is closed prior to closing containers (303)
  • Fix leak of resources when unable to flush binary writer (302)
  • Fix reader, stream, and import leaks in CLI (301)
  • fix _ion_writer_add_annotation_helper memory accumulation (296)
  • Fix undefined behavior from calling memcmp with NULL arguments (306)
  • Fix undefined behavior when using CLI's process command. (307)
  • Adds ion_reader_get_value_position for fetching the line & column of the current value from a text reader. (278)
  • Close readers in recently added unit tests (309)
  • Add support for down-converting ion to JSON (310)
  • Bump version to 1.1.0 (311)

Full Changelog: v1.0.6...v1.1.0