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: golang/protobuf
base: v1.4.3
Choose a base ref
...
head repository: golang/protobuf
compare: v1.5.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 3, 2021

  1. ptypes: deprecate the package (#1217)

    Deprecate the ptypes package since all the equivalent functionality
    is now directly generated with the well-known types themselves.
    dsnet committed Mar 3, 2021
    Copy the full SHA
    eccd77d View commit details
    Browse the repository at this point in the history
  2. all: rely on protodesc.ToFileDescriptorProto (#1214)

    Use protodesc.ToFileDescriptorProto to retrieve the raw descriptors
    for legacy support instead of the undocumented ProtoLegacyRawDesc method
    that we expect v2 to provide.
    
    This change will cause the legacy proto package to incur a dependency
    on the descriptorpb package.
    dsnet committed Mar 3, 2021
    Copy the full SHA
    acacf81 View commit details
    Browse the repository at this point in the history
  3. Switch from Travis-CI to GitHub actions (#1286)

    Travis-CI is dead. GitHub actions is the new hotness.
    The minimally supported version is Go1.11 to make use of modules.
    dsnet committed Mar 3, 2021
    Copy the full SHA
    78b1f09 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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