Skip to content

Releases: firebase/genkit

Genkit JS 1.17.0-rc.0

21 Aug 19:03

Choose a tag to compare

Genkit JS 1.17.0-rc.0 Pre-release
Pre-release

What's Changed

  • feat(js): new plugin API that does not rely on the registry by @pavelgj in #3427
  • feat(js): allow naming generates by @marcelfolaron in #3416
  • feat(vertexai): add Claude 4 models support to Model Garden by @kurihiroi in #3433
  • fix(js) Fix next.js warnings related to firebase by @marcelfolaron in #3459
  • fix(js) Add otel jaeger dependency to remove next.js warning by @marcelfolaron in #3461
  • refactor(js/core): refactored ALS out of registry and registry out of tracing by @pavelgj in #3404
  • refactor(js/core): get rid of detached actions, simplify dynamic tools and resources by @pavelgj in #3411
  • refactor(js): refactored dynamic action variants of models, embedders, background models, etc. into separate fns by @pavelgj in #3417
  • refactor(js/plugins): switch to implicit namespacing of actions in v2 plugin api by @pavelgj in #3436
  • refactor(js/plugin/compat-oai): migrated compat-oai plugin to v2 plugin api by @pavelgj in #3432
  • fix(js/plugin): added init function to plugin v2 by @pavelgj in #3431
  • fix(js/plugins): expose indexer, retriever and reranker in v2 plugin api by @pavelgj in #3467

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.16.1...genkit@1.17.0-rc.0

Genkit JS 1.16.1

12 Aug 23:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.16.0...genkit@1.16.1

Genkit JS 1.16.0

07 Aug 21:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.15.5...genkit@1.16.0

Genkit JS 1.15.5

25 Jul 21:32

Choose a tag to compare

What's Changed

  • fix(js/plugins/pinecone): Handle missing docMetadata by @ssbushi in #3272
  • fix(js/plugins/googleai): fixed aggregation of thought parts by @pavelgj in #3289

Full Changelog: https://github.com/firebase/genkit/compare/genkitx-pinecone@1.15.2...genkit@1.15.5

Genkit JS 1.15.2

21 Jul 14:20

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.15.1...genkit@1.15.2

Genkit JS 1.15.1

18 Jul 17:36

Choose a tag to compare

New plugins

What's Changed

  • feat(js): added id and metadata to executable prompts by @pavelgj in #3084
  • feat(cli): compile CI to a binary with bun by @cabljac in #3101
  • fix(js/plugins/{googleai,vertexai}): fixed handling of empty object schema (used by MCP) by @pavelgj in #3215
  • fix(js/core): add port to runtime id for uniqueness by @MichaelDoyle in #3182
  • fix(js/ai): remove obsolete streaming callback ALS and correctly passthrought streaming callback from action by @pavelgj in #3243
  • refactor(js): more obsolete streaming callback ALS cleanup by @pavelgj in #3244

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.14.1...genkit@1.15.1

Genkit JS 1.14.1

10 Jul 22:34

Choose a tag to compare

What's Changed

  • fix(js): Remove numberOfVideos config parameter for Veo by @shrutip90 in #3156
  • fix(js/core): add port number to runtime file name by @MichaelDoyle in #3167
  • fix(js/core): correctly passthrough telemetry labels when streaming by @pavelgj in #3173
  • fix(cli): fixed analytics acknowledgement by @pavelgj in #3170

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.14.0...genkit@1.14.1

Genkit Go v0.6.2

02 Jul 22:01
d1c27c0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: go/v0.6.1...go/v0.6.2

Genkit Go v0.6.1

30 Jun 20:17
2c0587d

Choose a tag to compare

What's Changed

  • fix(go/plugins): update gemini models and modelgarden provider by @hugoaguirre in #3103
  • feat(go): plugin implementation for Google AlloyDB for Postgresql by @davidnastasi in #3010
  • feat(go): plugin implementation for Google Cloud SQL for PostgreSQL by @davidnastasi in #3009
  • feat(go): Support streamable http in MCP Plugin by @huangjeff5 in #3135
  • fix(go): GoogleAI Plugin should let Gemini handle generativelanguage.googleapis.com URLs directly by @huangjeff5 in #3128
  • feat(go/plugins/compat_oai/openai): add dynamic model resolution by @hugoaguirre in #3095

Full Changelog: go/v0.6.0...go/v0.6.1

Genkit JS 1.14.0

27 Jun 20:55

Choose a tag to compare

What's Changed

  • fix(js/plugins/google-cloud): Write input and output logs for generate step by @bryanatkinson in #3107
  • fix(js): process spans in isolation to improve accuracy of telemetry by @andrewbrook in #3113
  • feat(js): Enable Firebase Genkit Monitoring via an environment variable by @schnecle in #3043
  • feat(js): indexer and retriever for Cloud SQL by @tanyasingh1902 in #2997
  • fix(js): Limits on GoogleAI Gemini model config by @shrutip90 in #3089
  • fix(js): Fix limits on vertexai and ollama config by @shrutip90 in #3129
  • feat(cli): added experimental mcp server to genkit start command by @pavelgj in #3132
  • feat(js/ai): added support for dynamically resolvable resources by @pavelgj in #3133
  • feat(js/plugins/express): use connection close/timeout as abort signal for the action by @pavelgj in #3138
  • feat(js/plugins/next): use request signal as abort signal for the action by @pavelgj in #3137
  • feat(js/client): added abort signal to runFlow/streamFlow client functions by @pavelgj in #3139

New Contributors

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.13.0...genkit@1.14.0