New
Absinthe 1.7.9
What's Changed
- Avoid table scans on registry by @bryanjos in https://github.com/absinthe-graphql/absinthe/pull/1330
- Unregsiter duplicate (listening to the same topic) subscriptions individually by @youroff in https://github.com/absinthe-graphql/absinthe/pull/1336
- Add async option to Absinthe.Subscription by @bryanjos in https://github.com/absinthe-graphql/absinthe/pull/1329
- Fix type resolution by recursing prototypes by @jeffutter in https://github.com/absinthe-graphql/absinthe/pull/1334
- Allow config/2 to send errors in spec compliant format by @bryanjos in https://github.com/absinthe-graphql/absinthe/pull/1341
- [#1342] Add note on the need of fixed :pool_size to guide by @hubertlepicki in https://github.com/absinthe-graphql/absinthe/pull/1343
- Proposal: Telemetry event instead of predefined log message on batch timeout by @katafrakt in https://github.com/absinthe-graphql/absinthe/pull/1347
- Use exit/1 instead of Process.exit/2 on batch timeout by @martosaur in https://github.com/absinthe-graphql/absinthe/pull/1348
- CI housekeeping by @kianmeng in https://github.com/absinthe-graphql/absinthe/pull/1350
New Contributors
- @youroff made their first contribution in https://github.com/absinthe-graphql/absinthe/pull/1336