Skip to content

Conversation

@michaelcaterisano
Copy link
Contributor

@michaelcaterisano michaelcaterisano commented Mar 14, 2025

No need to merge this PR, this is so we can see the diff before switching directly to absinthe v1.7.9

benwilson512 and others added 30 commits July 15, 2024 15:13
Unregsiter duplicate (listening to the same topic) subscriptions individually
…currency_fix

Add async option to Absinthe.Subscription
This fixes an issue when you have types declared in a Prototype (such as
input_object input types for a directive). Previously type resolution
would look on the Schema, but not the Prototype for the type
definitions.

You _could_ workaround this by duplicating your type definition into
both the Schema and the Prototype. This makes me somewhat curious if
there is a better way to fix this, in that the code that was trying to
resolve the type here shouldn't be resolving it on the Schema, but
rather on the Prototype 🤷. This seems to work though.

Fixes #1279
…tion

Fix type resolution by recursing prototypes
…turn_maps

Allow config/2 to send errors in spec compliant format
…-pool-size-documentation

[#1342] Add note on the need of fixed :pool_size to guide
Instead of producing an eritrary log message with an arbitrary level, emit
a telemetry event [:absinthe, :middleware, :batch, :timeout], so everyone can
subscribe to it and do whatevet they want (including logging the same message
as was here before).
Proposal: Telemetry event instead of predefined log message on batch timeout
…timeout

Use exit/1 instead of Process.exit/2 on batch timeout
benwilson512 and others added 5 commits December 19, 2024 13:16
List of changes:
- Bump GitHub actions
- Enable back OTP 25 / Elixir 1.17 in test matrix
- Resolve dialyzer errors in Elixir 1.18
- Remove duplicate check on main branch upon a pull request
- Support Elixir 1.18 to CI
@michaelcaterisano michaelcaterisano changed the title Mc/merge v.1.7.9 do not merge - Mc/merge v.1.7.9 Mar 14, 2025
@michaelcaterisano michaelcaterisano changed the title do not merge - Mc/merge v.1.7.9 do not merge - v1.7.9 diff Mar 14, 2025
@michaelcaterisano michaelcaterisano marked this pull request as draft March 14, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants