Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.27 KB

File metadata and controls

52 lines (32 loc) · 1.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0] - 2026-03-10

Added

  • Support both Protobuf4 and Protobuf3 library.
  • Retrieve protoc from Maven.

[2.0.1] - Unreleased

Changed

  • Support of macOS with Apple Silicon processor for protobuf.

[2.0.0] - 2024-05-29

Added

  • Use protobuf plugins to automatically generate data classes at build time.

Changed

  • Migrate to SDK 6.
  • Reorganize the project and repository structure.
  • Update the software license in LICENSE.txt.
  • Update javadoc and logging.
  • Update the sections of the README.

[1.1.0] - 2022-07-20

Changed

  • Update com.google.protobuf3 module to version 1.1.0, with API annotated for enabling null analysis.
  • Set up null analysis on the project.

[1.0.0] - 2020-11-27

Added

  • Protobuf3 example of data serialization and deserialization
  • Overview and procedure to launch example in README.rst

Markdown
Copyright 2020-2026 MicroEJ Corp. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found with this software.