- Fix logic of tracking next time index boundary to guarantee that the index time and offset are only increasing.
2024.106
- Change timestamps in JSON output to nanosecond epoch values to retain nanosecond resolution. Add formatted date-time strings for summary values.
2024.032
- Add WITHOUTURL build variable to disable building with URL support. - Prefer /usr/bin/curl-config over any other curl-config. - Replace setup.py with pyproject.toml for PyPI building hook. - Update extra/fetchIndexInfo.py illustration example. - Update libmseed to v3.1.1.
2023.283
- Update libmseed to v3.0.17. - Update sqlite to v3.43.2. - Fix PostgreSQL synchronization for libmseed API changes. - Update documentation.
2023.188
- Fix the addition of strings in the JSON output.
2023.180
- Re-organize JSON output schema. - Calculate SHA-256 for all read per-file data, include in JSON output. - Add option -snd to skip non-miniSEED, otherwise exit if encountered. - When input is stdin, set "mod time" to 0, do not include in JSON. - Update to libmseed 3.0.15 and embedded yyjson library. - Update to sqlite 3.40.1.