chore(deps): update dependency absinthe to v1.7.9 #132

Merged
joao.dubas merged 1 commits from renovate/absinthe-1.x-lockfile into main 2025-03-19 15:40:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
absinthe (source) prod patch 1.7.8 -> 1.7.9

Release Notes

absinthe-graphql/absinthe (absinthe)

v1.7.9

Compare Source

defmodule MyApp.Telemetry do
  require Logger

  def log_absinthe([:absinthe, :middleware, :batch, :timeout], _, metadata, _) do
    Logger.error("Failed to get batching result in #{metadata.timeout}ms for\nfn: #{inspect(metadata.fn)}")
  end
end

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [absinthe](https://hex.pm/packages/absinthe) ([source](https://github.com/absinthe-graphql/absinthe)) | prod | patch | `1.7.8` -> `1.7.9` | --- ### Release Notes <details> <summary>absinthe-graphql/absinthe (absinthe)</summary> ### [`v1.7.9`](https://github.com/absinthe-graphql/absinthe/blob/HEAD/CHANGELOG.md#v179) [Compare Source](https://github.com/absinthe-graphql/absinthe/compare/v1.7.8...v1.7.9) - Feature: [Allow config/2 to send errors in spec compliant format](https://github.com/absinthe-graphql/absinthe/pull/1341) - Feature: [Add async option to Absinthe.Subscription](https://github.com/absinthe-graphql/absinthe/pull/1329) - Bug Fix: [Avoid table scans on registry](https://github.com/absinthe-graphql/absinthe/pull/1330) - Big Fix: [Unregsiter duplicate (listening to the same topic) subscriptions individually](https://github.com/absinthe-graphql/absinthe/pull/1336) - POTENTIALLY BREAKING Feature: [Add telemetry event on batch timeout](https://github.com/absinthe-graphql/absinthe/pull/1347). If you want to keep the behavior from 1.7.8, define a telemetry handler and attach it. For example: ```elixir defmodule MyApp.Telemetry do require Logger def log_absinthe([:absinthe, :middleware, :batch, :timeout], _, metadata, _) do Logger.error("Failed to get batching result in #{metadata.timeout}ms for\nfn: #{inspect(metadata.fn)}") end end ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-03-17 18:13:23 +00:00
chore(deps): update dependency absinthe to v1.7.9
All checks were successful
continuous-integration/drone/pr Build is passing
b670371b62
joao.dubas merged commit 1ed2d89cd4 into main 2025-03-19 15:40:10 +00:00
joao.dubas deleted branch renovate/absinthe-1.x-lockfile 2025-03-19 15:40:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ex_trainer#132
No description provided.