Skip to content

Releases: cognesy/instructor-php

v0.17.3

04 May 11:31
Compare
Choose a tag to compare
  • (build) Run package tests separately for each package after a new version release

v0.17.2

04 May 11:24
Compare
Choose a tag to compare
  • Testing GH release workflow improvements

v0.17.1

04 May 11:00
Compare
Choose a tag to compare
  • (polyglot) Corrected response format selection in Sambanova driver

v0.17.0

04 May 10:51
Compare
Choose a tag to compare
  • (polyglot) Renamed class Mode to OutputMode
  • (polyglot) Updates in driver mappings to catch up on the provider changes / improvements (e.g. support for JSON Schema / strict mode)
  • (polyglot) Fixed token usage tracking for OpenAI/Azure and Gemini OpenAI-comptible drivers
  • (http) Switching debug to true in config/debug.php turns on debugging globally

v0.16.4

03 May 19:16
Compare
Choose a tag to compare
  • Fixing release publishing workflow

v0.16.3

03 May 19:10
Compare
Choose a tag to compare
  • Fixing release publishing workflow

v0.16.2

03 May 19:05
Compare
Choose a tag to compare
  • Fixing release publishing workflow

v0.16.1

03 May 19:02
Compare
Choose a tag to compare
  • Fixing release publishing workflow

v0.16.0

03 May 18:35
Compare
Choose a tag to compare
  • (http) Modified HTTP client layer to allow pluggable drivers
  • (http) Minor additions to docs
  • (http) Removed hard dependency of http config file on HttpClientType enum
  • (all) Removed dependencies on HttpClientType enum
  • (tests) Changes in tests to allow execution from both monorepo and individual packages

v0.15.2

29 Apr 10:16
Compare
Choose a tag to compare
  • PHP8.4 compatibility fix across the codebase (warning: "Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead")