-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add support for dynamic message types #640
Merged
Merged
Commits on Nov 6, 2023
-
Add Schema field to Spec for introspection
New field Schema of type any on Spec objects. For proto based schemas the type will be of protoreflect.MethodDescriptor. This allows for easy introspection to interceptors.
Configuration menu - View commit details
-
Copy full SHA for c5040f9 - Browse repository at this point
Copy the full SHA c5040f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817b514 - Browse repository at this point
Copy the full SHA 817b514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741312f - Browse repository at this point
Copy the full SHA 741312fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f34b83 - Browse repository at this point
Copy the full SHA 9f34b83View commit details
Commits on Nov 7, 2023
-
Support dynamic messages with Initializer options
An Initializer helps to construct dynamic messages on Receive. This lets clients and servers use dynamic messages. A default initializer for dynamicpb.Message is provided. Other IDLs can provide custom Initializers using the WithInitializer option.
Configuration menu - View commit details
-
Copy full SHA for 59ee0ef - Browse repository at this point
Copy the full SHA 59ee0efView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93b1292 - Browse repository at this point
Copy the full SHA 93b1292View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40c75a0 - Browse repository at this point
Copy the full SHA 40c75a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca9793 - Browse repository at this point
Copy the full SHA eca9793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fef108 - Browse repository at this point
Copy the full SHA 2fef108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ff1f9 - Browse repository at this point
Copy the full SHA 98ff1f9View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01ceb88 - Browse repository at this point
Copy the full SHA 01ceb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbafb36 - Browse repository at this point
Copy the full SHA cbafb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74a335 - Browse repository at this point
Copy the full SHA a74a335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f06cb - Browse repository at this point
Copy the full SHA 83f06cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f8317 - Browse repository at this point
Copy the full SHA a6f8317View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.