Skip to content

0.57.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 21:58
· 299 commits to canary since this release
232a441

0.57.0 - 2024-09-27

Documentation

  • Fix Python dynamic types example (#979) - (eade116) - lorenzoh

Features

  • teach vscode/fiddle to explain when we drop information (#897) - (93e2b9b) - Samuel Lijin
  • Add ability for users to reset env vars to their desire. (#984) - (69e6c29) - hellovai

Bug

  • Fixed panic during logging for splitting on UTF-8 strings. (#987) - (c27a64f) - hellovai
  • Improve SAP for triple quoted strings along with unions (#977) - (44202ab) - hellovai
  • Add more unit tests for parsing logic inspired by user (#980) - (48dd09f) - hellovai
  • Improve syntax errors e.g. class / enum parsing and also update pestmodel to handle traling comments (#981) - (adbb6ae) - hellovai
  • Updating docs for env vars (#985) - (305d6b3) - hellovai
  • When using openai-generic, use a string as the content type in the api request if theres no media (#988) - (e8fa739) - aaronvg