Skip to content

v0.4.0

Choose a tag to compare

@fabpot fabpot released this 18 Feb 23:25
· 429 commits to main since this release

Changelog (v0.3.3...v0.4.0)

  • feature #1594 Add bridge (colorfield)
  • feature #1533 add ResetInterface to prevent memory leaks (santysisi)
  • bug #1607 Keep lazy iterator alive (chr-hertel)
  • bug #1609 Improve support for ScopingHttpClient (Guikingone)
  • feature #1570 Add query abstraction with filter support (wachterjohannes)
  • bug #1603 Fix profiler collector names to use short names (wachterjohannes)
  • bug #1569 Fix ResultNormalizer parse-time import causing fatal error (wachterjohannes)
  • feature #1571 Introduce Open Responses Platform Bridge by extracting from OpenAI (chr-hertel)
  • bug #1535 Read discriminator mapping from serializer metadata (valtzu)
  • feature #1521 Add bridge (loicsapone)
  • feature #1551 Add DocumentIndexer support when no loader is configured (chr-hertel)
  • feature #1538 Add chats data from DataCollector to the data_collector.html.twig template (santysisi)
  • bug #1527 Add missing bundle configuration (OskarStark)
  • feature #1464 Make Indexer stateless by moving source to index() parameter (@chr-hertel)