README.md
1# Protocol Buffers - Protobuf Editions design documents 2 3This directory contains historical design documents that describe plans for 4implementing Protobuf Editions. For an up-to-date overview of this feature of 5Protocol Buffers, see 6[Protobuf Editions Overview](https://protobuf.dev/editions/overview/). 7 8These files represent the state that the original documents were in at the time 9that they were published to this repository. While some updates *may* be made to 10the files after their initial upload, you should consider the possibility that 11they are outdated as you read them. These are purely for historical value and 12should not be treated as documentation of the current state. 13 14Note that the authors listed in the topics were the authors of the *original* 15version of the document; it may have changed since they last worked on the 16document. 17 18## Design Documents 19 20The following topics are in this repository: 21 22* [What are Protobuf Editions?](what-are-protobuf-editions.md) 23* [Life of an Edition](life-of-an-edition.md) 24* [Edition Lifetimes](edition-lifetimes.md) 25* [Protobuf Editions Design: Features](protobuf-editions-design-features.md) 26* [Editions: Life of a Featureset](editions-life-of-a-featureset.md) 27* [Edition Zero Features](edition-zero-features.md) 28* [Minimum Required Edition](minimum-required-edition.md) 29* [Protobuf Editions for Schema Producers](protobuf-editions-for-schema-producers.md) 30* [Stricter Schemas with Editions](stricter-schemas-with-editions.md) 31* [Edition Zero: JSON Handling](edition-zero-json-handling.md) 32* [Edition Zero: Converged Semantics](edition-zero-converged-semantics.md) 33* [Edition Zero Feature: Enum Field Closedness](edition-zero-feature-enum-field-closedness.md) 34* [C++ APIs for Edition Zero](cpp-apis-for-edition-zero.md) 35* [Java Lite For Editions](java-lite-for-editions.md) 36* [Edition Evolution](edition-evolution.md) 37* [Edition Naming](edition-naming.md) 38* [Editions Feature Visibility](editions-feature-visibility.md) 39* [Legacy Syntax Editions](legacy-syntax-editions.md) 40* [Editions: Feature Extension Layout](editions-feature-extension-layout.md) 41* [Editions: Group Migration Issues](group-migration-issues.md)