Skip to content

v3.17.6

Choose a tag to compare

@github-actions github-actions released this 19 Jan 09:29
· 57 commits to main since this release
28688c5

3.17.6 (2026-01-19)

  • fix: Improve field access safety and duration parsing to prevent runtime exceptions (28688c5)
  • Add try-except for duration parsing to handle ValueError and TypeError gracefully (623ce40)
  • Extract conversation ID from file name for improved data processing (a0d1bd2)
  • Refactor to use get_field_value() for safer field access to avoid KeyError exceptions (ed3bfdd)