Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps the production-dependencies group with 2 updates in the / directory: gemini_ex and hammer.

Updates gemini_ex from 0.0.2 to 0.4.0

Changelog

Sourced from gemini_ex's changelog.

[0.4.0] - 2025-11-06

Added

  • Structured Outputs Enhancement - Full support for Gemini API November 2025 updates
    • property_ordering field in GenerationConfig for Gemini 2.0 model support
    • structured_json/2 convenience helper for structured output setup
    • property_ordering/2 helper for explicit property ordering
    • temperature/2 helper for setting temperature values
    • Support for new JSON Schema keywords:
      • anyOf - Union types and conditional structures
      • $ref - Recursive schema definitions
      • minimum/maximum - Numeric value constraints
      • additionalProperties - Control over extra properties
      • type: "null" - Nullable field definitions
      • prefixItems - Tuple-like array structures
    • Comprehensive integration tests for structured outputs
    • Working examples demonstrating all new features

Improved

  • Enhanced documentation for structured outputs use cases
  • Better code examples in README and API reference
  • Expanded test coverage for generation config options

Notes

  • Gemini 2.5+ models preserve schema key order automatically
  • Gemini 2.0 models require explicit property_ordering field
  • All changes are backward compatible - no breaking changes

[0.3.1] - 2025-10-15

🎉 Major Feature: Async Batch Embedding API (Phase 4)

This release adds production-scale async batch embedding support with 50% cost savings compared to the interactive API. Process thousands to millions of embeddings asynchronously with Long-Running Operation (LRO) support, state tracking, and priority management.

Added

🚀 Async Batch Embedding API

  • async_batch_embed_contents/2: Submit large batches asynchronously for background processing

    • 50% cost savings vs interactive embedding API
    • Suitable for RAG system indexing, knowledge base building, and large-scale retrieval
    • Returns immediately with batch ID for polling
    • Support for inline requests with metadata tracking
  • get_batch_status/1: Poll batch job status with progress tracking

    • Real-time progress metrics via EmbedContentBatchStats

... (truncated)

Commits
  • ac9e16b Add structured outputs guide and include in docs generation
  • 2c1aa7e Bump README.md version to 0.4.0 in installation instructions
  • 2c7937e Fix examples: handle both integer and float confidence values
  • f99b6d0 Fix standalone example: use local path for v0.4.0 features, add clear instruc...
  • 411793f Fix examples: remove Mix.install from basic example, add standalone version
  • 85943cf Fix code formatting (mix format)
  • 11e9cd7 Add basic structured outputs example
  • f22fd30 Update documentation: README, CHANGELOG, and version to 0.4.0
  • b9685ef Add integration tests for structured outputs
  • 73ad486 Add coordinator support for property_ordering field
  • Additional commits viewable in compare view

Updates hammer from 7.0.1 to 7.1.0

Changelog

Sourced from hammer's changelog.

7.1.0 - 2025-07-18

  • Fix key type inconsistency in backend implementations - all backends now accept term() keys instead of String.t() (#143)
  • Add comprehensive test coverage for various key types (atoms, tuples, integers, lists, maps)
  • Fix race conditions in atomic backend tests (FixWindow, LeakyBucket, TokenBucket)
  • Replace timing-dependent tests with polling-based eventually helper for better CI reliability
  • Add documentation warning about Redis backend string key requirement
  • Fix typo in inc/3 optional callback documentation (#142)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates in the / directory: [gemini_ex](https://github.com/nshkrdotcom/gemini_ex) and [hammer](https://github.com/ExHammer/hammer).


Updates `gemini_ex` from 0.0.2 to 0.4.0
- [Changelog](https://github.com/nshkrdotcom/gemini_ex/blob/main/CHANGELOG.md)
- [Commits](nshkrdotcom/gemini_ex@v0.0.2...v0.4.0)

Updates `hammer` from 7.0.1 to 7.1.0
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@7.0.1...7.1.0)

---
updated-dependencies:
- dependency-name: gemini_ex
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: hammer
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Nov 6, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 13, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-35d0f1af15 branch November 13, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants