Released on June 22, 2026, jsonschemaprofiles v0.1.1 is a maintenance release that focuses on stability, security, and codebase health. While this version doesn’t introduce new functional features, it marks a significant milestone for the project: the official transition from "Work In Progress" to "Active" status.

What’s new

This release is all about refinement and modernization to ensure a professional-grade experience for developers:

  • Official Status Shift: The project is now officially marked as Active. This signals that the core functionality is stable and the project is ready for broader adoption.
  • Go Modernization: We’ve updated the codebase to utilize the any keyword, replacing the older interface{} convention. This aligns the library with modern Go (1.18+) standards, improving readability and maintainability.
  • Toolchain & Dependency Updates: We have bumped the minimum Go version to v1.26.4 and updated numerous critical dependencies and GitHub Action workflows. This ensures that our CI/CD pipeline remains secure and that the library leverages the latest performance and security improvements from the Go ecosystem.

Why it matters

For users of jsonschemaprofiles, these changes translate to a more reliable and secure tool. By proactively updating dependencies and modernizing the internal engine, we reduce technical debt and security risks, ensuring that your JSON Schema validation and coercion for LLM providers remains seamless and robust.

The move to "Active" status is a commitment to the project’s ongoing maintenance and its readiness to support developers in ensuring their structured-output schemas are compliant with provider-specific restrictions.

Getting started and upgrading

Because v0.1.1 is fully backward compatible with v0.1.0, upgrading is straightforward.

To update the library in your project, run: go get github.com/UnitVectorY-Labs/jsonschemaprofiles@v0.1.1

To install the latest version of the CLI tool, use: go install github.com/UnitVectorY-Labs/jsonschemaprofiles@v0.1.1

We are excited to move into this active phase of the project and continue helping developers bridge the gap between full JSON Schema specifications and the practical restrictions of LLM providers.


This post was AI-generated using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL. It was generated on June 23, 2026, based on the UnitVectorY-Labs/jsonschemaprofiles repository and the v0.1.1 release. Author: release-storyteller