Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish the review of TODOs for the Beta #417

Merged
merged 53 commits into from
Jul 17, 2023
Merged

Conversation

benjie
Copy link
Member

@benjie benjie commented Jul 17, 2023

Fixes #381

benjie added 30 commits July 14, 2023 12:12
…an using `codecName` and looking that up in `codecs`). All related APIs have thus simplified, e.g. the step `node(codecs, handler, $id)` is now `node(handler, $id)`, etc. TypeScript should point out any issues you have hopefully.
@benjie benjie added this to the V5 beta milestone Jul 17, 2023
benjie added 12 commits July 17, 2023 12:15
… the plan diagram unless you pass `true` as the second option (`constant(foo, true)`) or `foo` is something very basic like `null`/`undefined`/`true`/`false`. This is to protect your secrets.
…er the existing GraphQL context, but instead the GraphQL request details (which contains the `contextValue`). If you were using this (unlikely), add `.contextValue` to usage of the second argument.
…d on `AccessPlan` can happen after the AccessPlan is optimized.
…`operationOperationPlansCacheMaxLength` configuration via `schema.extensions.grafast.*`. Currently undocumented.
…ultiple schemas will not cause degraded performance from clearing the cache.
…sions` and the same for most other `Grafast*Extensions` interfaces. This is to make TypeScript declaration merging easier.
…vents memory exhaustion in the case of poorly written consumer code.
@benjie benjie merged commit 57da633 into planning Jul 17, 2023
1 check passed
@benjie benjie deleted the another-round-of-todos branch July 17, 2023 14:20
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.

Do another review of all the TODO / FIXME / etc comments
1 participant