commit | c975a7097d492a8c24764171a899bf51fb582f36 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Thu Nov 07 16:25:57 2019 -0800 |
committer | Damien Neil <dneil@google.com> | Fri Nov 08 01:03:52 2019 +0000 |
tree | 339d8f09d7f0cbc1fd9ee8437b8e671842c7c1e9 | |
parent | 96208278f9e95bec9ade1f3e1f8e835d41562971 [diff] |
reflect/protoregistry: remove deprecated APIs Remove previously deprecated types, functions, and methods. Update github.com/golang/protobuf module version to one which does not depend on any deprecated APIs. Fixexs golang/protobuf#963 Change-Id: Ida451ef5ef3f34830808f737cc0d1c98f32ce76a Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/206017 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.