Releases: cognesy/instructor-php
Releases · cognesy/instructor-php
v0.17.3
- (build) Run package tests separately for each package after a new version release
v0.17.2
- Testing GH release workflow improvements
v0.17.1
- (polyglot) Corrected response format selection in Sambanova driver
v0.17.0
- (polyglot) Renamed class
Mode
toOutputMode
- (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
- Fixing release publishing workflow
v0.16.3
- Fixing release publishing workflow
v0.16.2
- Fixing release publishing workflow
v0.16.1
- Fixing release publishing workflow
v0.16.0
- (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
- PHP8.4 compatibility fix across the codebase (warning: "Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead")