Skip to content

Releases: firebase/genkit

Genkit JS 1.0.4

07 Feb 22:18

Choose a tag to compare

1.0.0-rc.16

04 Feb 22:50

Choose a tag to compare

1.0.0-rc.16 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@1.0.0-rc.16

1.0.0-rc.15

04 Feb 14:02

Choose a tag to compare

1.0.0-rc.15 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@1.0.0-rc.15

1.0.0-rc.7

28 Jan 21:47

Choose a tag to compare

1.0.0-rc.7 Pre-release
Pre-release

What's Changed

  • feat: add new API for data validation by @ssbushi in #1647
  • Update firebase.md by @thedmail in #1672
  • refactor(js/ai): moves tool loop logic into its own file, improves readability of generate/action.ts by @mbleigh in #1673
  • feat(js/plugins/vertexai): instruduced gemini model ref helper and ability to register versions by @pavelgj in #1668
  • fix(js/plugins/google-cloud)!: rename io to inputAndOutput by @MichaelDoyle in #1674

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@1.0.0-rc.7

1.0.0-rc.6

27 Jan 23:26

Choose a tag to compare

1.0.0-rc.6 Pre-release
Pre-release

What's Changed

  • Docs: Update firebase.md by @thedmail in #1653
  • Docs: Update google-cloud.md by @thedmail in #1654
  • Docs: Update firebase.md by @thedmail in #1655
  • feat(js/ai): adds defineInterrupt for more ergonomic interrupts by @mbleigh in #1658
  • breaking(js/ai): refactored prompts API, migrated to standalone dotpr… by @pavelgj in #1651
  • breaking(js/genkit): moved chat/session to GenkitBeta APIs by @pavelgj in #1659
  • feat(js/ai): Adds GenerateOptions#resume, ToolAction#reply, Message#interrupts by @mbleigh in #1660
  • refactor(js/ai): drop namespace for dotprompt, allow async action registration, allow action names with slashes by @pavelgj in #1662
  • chore(js): Bump dotprompt for breaking classname change. by @mbleigh in #1665
  • fix(js/plugins/google-cloud): Catch errors looking for ADC by @MichaelDoyle in #1664
  • feat(js): propagate context to sub actions, expose context in prompts by @pavelgj in #1663
  • refactor(js/ai): refactored constrained generation into middleware, simplified json format by @pavelgj in #1612
  • feat: more specific errors for evals by @ssbushi in #1626
  • fix(js/core/async): reject channel ready promise on channel error by @pavelgj in #1666

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@1.0.0-rc.6

Genkit JS 0.9.7

05 Dec 17:58

Choose a tag to compare

What's Changed

  • feat(js/plugins/vertexai): add Mistral MaaS integration by @cabljac in #1436
  • feat(js/flows): consolidated defineFlow and defineStreamingFlow by @pavelgj in #1401
  • docs: school agent sample by @pavelgj in #1342
  • feat(evals): Add datasetType; export model input schema by @ssbushi in #1421
  • fix(js/plugins/mcp): infinite loop for multi-page MCP client resources by @alexastrum in #1440
  • fix(js/plugins/google-cloud): setting root span status explicitly by @maxl0rd in #1449
  • fix(js/ai): Ensure messages are serializable before sending to store. by @mbleigh in #1445

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@0.9.7

[email protected]

27 Nov 22:15
dd7847e

Choose a tag to compare

initial release

Genkit JS 0.9.6

27 Nov 22:38

Choose a tag to compare

What's Changed

  • fix(cli): remove datataset sample if only testCaseId is provided by @ssbushi in #1398
  • fix(cli): fixed genkit start port option to accept the port value by @pavelgj in #1420
  • fix(js/ai): Fixes use of namespaced tools in model calls. by @mbleigh in #1423
  • feat(js/plugins/mpc): adds new MCP plugin by @mbleigh in #1415
  • fix(js/plugins/mcp): Only load capabilities advertised by the server. by @mbleigh in #1425
  • docs: add imagen3 to supported Vertex AI services by @DenisVCode in #1422
  • docs: update evals docs by @ssbushi in #1394

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@0.9.6

Genkit JS 0.9.5

26 Nov 20:22

Choose a tag to compare

What's Changed

  • fix(js/genkit): correctly handle function prompt output schema by @pavelgj in #1395
  • fix: fixed gemini model handling of nullish optional fields in response schema by @pavelgj in #1411
  • fix: text formatting in docs by @DenisVCode in #1388
  • fix(docs): Fix flow run command in rag.md by @i2amsam in #1404
  • fix: Update chat.md docs to correct interpolation by @i2amsam in #1403
  • feat(js/core): added a way to run actions with side-channel data and streaming by @pavelgj in #1375
  • Removing overly dimensional generate metrics by @maxl0rd in #1383
  • Added slash to fix docs link by @chrisraygill in #1385

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@0.9.5

Genkit JS 0.9.4

22 Nov 18:29

Choose a tag to compare

What's Changed

  • fix: fix ESM for ollama and google cloud plugin, added tests for ESM compatibility by @pavelgj in #1379
  • fix(js/genkit): properly look up prompt variants by @MichaelDoyle in #1376
  • [Docs] Fix broken link to prompts in get-started by @MichaelDoyle in #1336
  • fixes #1338 corrects links to plugins by @ghchinoy in #1339
  • docs: basic api ref generator by @pavelgj in #1337
  • Fix: display error in inspect page by @alonsopec89 in #1188
  • chore: force-upgrade cross-spawn dep to address security vulns by @tonybaroneee in #1351
  • fix: Remove FlowState and Operations usage in CLI by @ssbushi in #1354
  • Set cross-spawn version override in tests/ by @tonybaroneee in #1355
  • Marking failed paths in google-cloud plugin telemetry by @maxl0rd in #1353
  • fix: Remove genkit init from README by @i2amsam in #1358
  • Consolidate various "evals" testapps by @ssbushi in #1294
  • Remove duplicated call to authPolicy by @MichaelDoyle in #1362
  • feat: added a way to run action with telemetry, no more 'dev-run-action-wrapper' by @pavelgj in #1357
  • feat: expose defineFormat on Genkit instance, allowing to define custom formats by @pavelgj in #1365
  • doc: update cli installation by @ghchinoy in #1374

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@0.9.4