On November 23, 2024, we released firestoreproto2json v0.0.6. This is a maintenance release focused on keeping the project healthy, updating dependencies, and refining our CI/CD pipelines to ensure a more stable development process.

What’s new

This release primarily focuses on the underlying health of the project:

  • Dependency Updates: We have updated several key build and test dependencies, including JUnit and Lombok, to their latest versions to ensure compatibility and stability.
  • Documentation Improvements: The README.md has been polished with typo fixes and a new GitHub release badge for easier version tracking.
  • CI/CD Enhancements: We’ve improved the Java artifact publishing workflow and introduced build timeouts to prevent hanging processes in GitHub Actions.

Why it matters

While this release doesn’t introduce new functional features, these maintenance updates are critical for the long-term reliability and security of the library. By keeping our dependencies current and optimizing our automation, we provide a more robust foundation for users who rely on firestoreproto2json to handle their Firestore data conversions.

Upgrade and Installation

To upgrade to version 0.0.6, update the version in your pom.xml:

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>firestoreproto2json</artifactId>
    <version>0.0.6</version>
</dependency>

We appreciate your continued use of firestoreproto2json!


This post was AI-generated.