All notable changes to the Sigmyne/smax-postgres library will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.1] - 2026-06-23
Maintenance release.
Fixed
- Fixed inverted parse of use_hyper_tables boolean config setting.
- Storing arrays of string and character-arrays, did not advance the print position after the separator, causing the strings to be truncated early before consecutive array elements.
- Various fixes to minor issues spotted by Copilot.
Changed
- Use snprintf() instead of sprintf() when possible.
- Use strtok_r() consistently.
[1.0.0] - 2026-02-16
Initial public release.