genkit_shelf
Shelf integration for Genkit Dart.
0.1.11
9.6K downloads/mo
#3004 most downloaded on pub.dev
genkit-ai/genkit-dart
What this package is like to depend on
Last release 1 months ago
17 Jul 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
7 months old
32 releases · first in 2026
32 releases in the last 12 months
see the full history below
Release timeline
32 releases · Jan 2026 to Jul 2026Releases
latest 32-
0.1.1117 Jul 2026 -
0.1.1017 Jul 2026 -
0.1.911 Jun 2026 -
0.1.804 Jun 2026Release notes
Open source →Other Changes
- update model references to gemini-flash-latest (#293)
- split schemantic into runtime and schemantic_builder packages (#292)
-
0.1.712 May 2026 -
0.1.606 May 2026 -
0.1.529 Apr 2026 -
0.1.427 Mar 2026 -
0.1.319 Mar 2026 -
0.1.211 Mar 2026 -
0.1.110 Mar 2026Release notes
Open source →Other Changes
- Add context provider examples to
genkit_shelfREADME and update schema helper syntax (#208)
- Add context provider examples to
-
0.1.004 Mar 2026Release notes
Open source →2026-03-04
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
genkit-v0.10.0-dev.19genkit_mcp-v0.1.0-dev.1genkit_google_genai-v0.1.0-dev.1genkit_vertex_auth-v0.1.0-dev.1genkit_openai-v0.1.0-dev.1genkit_anthropic-v0.1.0-dev.1genkit_shelf-v0.1.0-dev.1genkit_chrome-v0.0.1-dev.10genkit_middleware-v0.1.0-dev.1
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
genkit_mcp-v0.1.0-dev.1genkit_google_genai-v0.1.0-dev.1genkit_vertex_auth-v0.1.0-dev.1genkit_openai-v0.1.0-dev.1genkit_anthropic-v0.1.0-dev.1genkit_shelf-v0.1.0-dev.1genkit_chrome-v0.0.1-dev.10genkit_middleware-v0.1.0-dev.1
Release notes
Open source →- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
-
0.1.0+105 Mar 2026 -
0.1.0-dev.104 Mar 2026 pre-release -
0.0.1-dev.1803 Mar 2026 pre-releaseRelease notes
Open source →- REFACTOR: migrate Vertex AI authentication to use the
genkit_vertex_auth(#193). - REFACTOR(google_genai): switch to rest api (#183).
- REFACTOR: make all classes
finalorbase(#179). - FEAT(genkit_google_genai): implemented vertexai support (#184).
- BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
- BREAKING FEAT: introduced dynamic action provider and migrated MCP plugin to use DAP (#187).
Release notes
Open source →Note: This release has breaking changes.
- REFACTOR: make all classes
finalorbase(#179). - REFACTOR: centralize status-to-http mapping for transport errors (#181).
- BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
- REFACTOR: migrate Vertex AI authentication to use the
-
0.0.1-dev.1727 Feb 2026 pre-releaseRelease notes
Open source →- REFACTOR: hide package:json_schema_builder (#167).
- FIX: fix strict casts (#165).
- FEAT: Allow implicit media content types for data URIs (#162).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
Release notes
Open source →Note: This release has breaking changes.
- REFACTOR: hide package:json_schema_builder (#167).
- FIX: fix strict casts (#165).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
-
0.0.1-dev.1620 Feb 2026 pre-releaseRelease notes
Open source →- REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
- REFACTOR: remove GoogleSearchRetrieval option (deprecated) (#147).
-
0.0.1-dev.1519 Feb 2026 pre-releaseRelease notes
Open source →- FEAT: Add remote model support and enable serving actions via shelf (#143).
2026-02-18
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
genkit-v0.10.0-dev.14genkit_anthropic-v0.0.1-dev.5genkit_google_genai-v0.0.1-dev.14genkit_openai-v0.0.1-dev.3genkit_shelf-v0.0.1-dev.14schemantic-v0.0.1-dev.16genkit_mcp-v0.0.1-dev.3genkit_chrome-v0.0.1-dev.5genkit_middleware-v0.0.1-dev.3
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
genkit_mcp-v0.0.1-dev.3genkit_chrome-v0.0.1-dev.5genkit_middleware-v0.0.1-dev.3
Release notes
Open source →- FEAT: Add remote model support and enable serving actions via shelf (#143).
-
0.0.1-dev.1419 Feb 2026 pre-releaseRelease notes
Open source →- REFACTOR: automate telemetry exporter configuration (#131).
- DOCS: added skills (#132).
-
0.0.1-dev.1317 Feb 2026 pre-releaseRelease notes
Open source →- REFACTOR: remove detailed token usage arrays from usage metadata and add tests for usage extraction. (#127).
- FEAT: Implemented real-time tracing (#128).
- BREAKING REFACTOR: generate api cleanup (#125).
-
0.0.1-dev.1212 Feb 2026 pre-release -
0.0.1-dev.1105 Feb 2026 pre-releaseRelease notes
Open source →- FIX: Coerce
numvalues todoublefor generated double fields during JSON parsing. (#65). - FEAT: add Google Search and multi-speaker voice config support, extract usage metadata, and introduce reasoning parts (#82).
- FEAT: Add
$GenerateResponsetype, refine schema types, and update generated class constructors to uselate finaland regular constructors. (#66). - FEAT: added schemas for gemini models, made sure TTS and nano banana models are working (#63).
- BREAKING REFACTOR: update GenkitException to use a StatusCodes enum instead of raw integer status codes. (#68).
Release notes
Open source →Note: This release has breaking changes.
- BREAKING REFACTOR: update GenkitException to use a StatusCodes enum instead of raw integer status codes. (#68).
- FIX: Coerce
-
0.0.1-dev.1030 Jan 2026 pre-releaseRelease notes
Open source →- FEAT: updated AnyOf support for union types in Schemantic, including helper class generation and schema type handling. (#62).
-
0.0.1-dev.930 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: make all classes
finalorbase(#179). - FEAT(openai): add Vertex support with shared Vertex auth utilities (#185).
- FEAT(anthropic): add Vertex AI transport and sample app (#182).
- BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
Release notes
Open source →Note: This release has breaking changes.
- FEAT: use combining builder and header option (#52).
- BREAKING FEAT: implement Schemantic API redesign with $ prefixed schema definitions and static
$schemafor unified schema access. (#60).
- REFACTOR: make all classes
-
0.0.1-dev.819 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: hide package:json_schema_builder (#167).
- FIX: do not default instructions for json format (should use native constrained generation) (#176).
- FIX: fix strict casts (#165).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
Release notes
Open source →Note: This release has breaking changes.
- BREAKING REFACTOR: renamed JsonExtensionType to SchemanticType (#44).
-
0.0.1-dev.718 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: Tweak RegExps and avoid non-linear complexity (#175).
- REFACTOR: make all classes
finalorbase(#179). - REFACTOR: centralize status-to-http mapping for transport errors (#181).
- BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
- BREAKING FEAT: introduced dynamic action provider and migrated MCP plugin to use DAP (#187).
-
0.0.1-dev.616 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: hide package:json_schema_builder (#167).
- FIX: enable and fix a couple of lints (#174).
- FIX: fix strict casts (#165).
- FIX: better generics (#153).
- FIX: fix a couple of dartdoc issues (#151).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
Release notes
Open source →Note: This release has breaking changes.
- BREAKING FEAT: Refactor basic types into factory functions to support schema constraints (#34).
-
0.0.1-dev.516 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
Release notes
Open source →- REFACTOR: move the package-specific schema generator into a peer package (#31).
-
0.0.1-dev.416 Jan 2026 pre-release -
0.0.1-dev.316 Jan 2026 pre-releaseRelease notes
Open source →- REFACTOR: automate telemetry exporter configuration (#131).
- DOCS: Add best practices, a Text-to-Speech example, and update the OpenAI package license to the full Apache 2.0 text.
Release notes
Open source →Note: This release has breaking changes.
- FEAT: bump analyzer dependency (#25).
- FEAT: added support for schema refs/defs in the schema generator (#22).
- BREAKING REFACTOR: renamed genkit_schema_builder package to schemantic (#26).
-
0.0.1-dev.215 Jan 2026 pre-releaseRelease notes
Open source →- FEAT(openai): add Vertex support with shared Vertex auth utilities (#185).
2026-02-27
Changes
Packages with breaking changes:
genkit-v0.10.0-dev.17genkit_anthropic-v0.0.1-dev.8genkit_google_genai-v0.0.1-dev.17genkit_mcp-v0.0.1-dev.6genkit_middleware-v0.0.1-dev.6genkit_openai-v0.0.1-dev.6genkit_shelf-v0.0.1-dev.17schemantic-v0.0.1-dev.18
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
genkit_chrome-v0.0.1-dev.8
-
0.0.1-dev.115 Jan 2026 pre-release