Skip to content

Releases: prism-php/prism

v0.91.0

10 Oct 16:35
0c09548

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.90.0...v0.91.0

v0.90.0

01 Oct 21:55
bbbadc7

Choose a tag to compare

What's Changed

  • fix: ensure tool result output is always string by @Shoghy in #599
  • feat(openai): Multi-image edit support by @sixlive in #640

Breaking Changes

  • Image edits for OpenAI are no longer passed via withProviderOptions and are now passed via Image value objects in the withPrompt's additionalContent parameter.
  • OpenAI mask option now utilizes the Image value object instead of a raw resource

New Contributors

Full Changelog: v0.89.0...v0.90.0

v0.89.0

10 Sep 19:59
1d06f3c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.88.1...v0.89.0

v0.88.1

07 Sep 15:22
d620af1

Choose a tag to compare

What's Changed

  • docs: Add ObjectSchema requirement warnings for structured output by @richardhowes in #597
  • Fix typo in exception message for max tokens by @freekmurze in #606

New Contributors

Full Changelog: v0.88.0...v0.88.1

v0.88.0

02 Sep 20:53
7e4a5d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.87.1...v0.88.0

v0.87.1

02 Sep 19:31
dccc6fb

Choose a tag to compare

What's Changed

  • bug(gemini) Fix schema generation for structured content by @aimeos in #589
  • fix(openai) Duplicate reasoning with tool calls by @sixlive in #595

Full Changelog: v0.87.0...v0.87.1

v0.87.0

31 Aug 21:01
ce86925

Choose a tag to compare

What's Changed

  • docs(favicon): add favicon to website by @grpaiva in #579
  • feat(citations)!: citations abstraction + openai web search annotations by @ChrisB-TL in #483
  • Update dev dependencies & fix failing tests by @sixlive in #591
  • feat(Gemini): Support rate limit and overload exception by @aimeos in #585

Breaking Changes

  • Anthropic citations now saved on additionalContent under the 'citations' key and use the new MessagePartWithCitations and Citation value objects
  • Gemini search groundings are now saved on additional content under the 'citations' key and use the new MessagePartWithCitations and Citation value objects

New Contributors

Full Changelog: v0.86.0...v0.87.0

v0.86.0

22 Aug 07:20
1b9910f

Choose a tag to compare

What's Changed

  • feat(openrouter): Improve OpenRouter reasoning and structured response handling by @robtesch in #561
  • docs: update OpenAI provider documentation by @christeyerl in #571
  • feat(gemini): add image generation support by @beefan in #560
  • feat(openai): gpt-5 structured support by @sixlive in #573
  • fix(openai): rate limits by @sixlive in #574
  • fix(tools): error handling by @sixlive in #576

New Contributors

Full Changelog: v0.85.0...v0.86.0

v0.85.0

14 Aug 15:04
8f72729

Choose a tag to compare

What's Changed

  • feat(ollama): add support for thinking chunks in streaming responses (gpt-oss) by @skatecram in #548
  • refactor: Remove response messages by @sixlive in #516
  • feat(ollama): support think parameter by @sixlive in #558
  • feat(elevenlabs): Speech to Text by @sixlive in #557

Breaking Changes

  • Removes responseMessages from the response objects

Full Changelog: v0.84.0...v0.85.0

v0.84.0

12 Aug 17:09
c68a67d

Choose a tag to compare

What's Changed

Full Changelog: v0.83.2...v0.84.0