Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jhump/protoreflect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: jhump/protoreflect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 3 commits
  • 67 files changed
  • 1 contributor

Commits on Sep 28, 2022

  1. gofmt 1.19; add support for v2 extendable messages in *dynamic.Message (

    #533)
    
    Also includes some cleanup to remove reflective code paths that can now safely directly access newer fields
    jhump authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    101791c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    ac1361c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. grpcreflect supports v1 of the reflection service (#535)

    * generate reflection v1 proto into internal package
    * support v1 of reflection service, in addition to v1alpha
    jhump authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3b27be2 View commit details
    Browse the repository at this point in the history
Loading