Skip to content

Raise record contract to 2.0 - #18

Merged
nikhilvdev merged 1 commit into
mainfrom
feat/phase-13-contract-v2
Sep 26, 2026
Merged

nikhilvdev merged 1 commit into
mainfrom
feat/phase-13-contract-v2

Conversation

@nikhilvdev

Copy link
Copy Markdown
Owner

This change bumps the minimum Python version to 3.10 and updates the log record contract to schema_version 2.0. It adds the shared JSON Schema and golden-record fixtures, a backward-compatible parse_record() loader for 1.x/2.x records, and the new top-level llm block plus reserved meta fields. The changelog, migration guide, formatter/parser updates, and New Relic transport handling are updated to keep the Python package aligned with the JS contract and catch schema drift in CI.

Summary

Checklist

  • ruff check . passes
  • mypy logquill passes (--strict on the public API)
  • pytest passes, and new surface area has test coverage
  • Public API additions are documented in README.md with a runnable example
  • CHANGELOG.md has an entry under Unreleased
  • If this touches the cross-language contract (levels, logger methods,
    record shape, transport/plugin contracts, config shape) shared with
    logquill-js, a matching tracking issue/PR is opened there

Scope

This change bumps the minimum Python version to 3.10 and updates the log record contract to schema_version 2.0. It adds the shared JSON Schema and golden-record fixtures, a backward-compatible parse_record() loader for 1.x/2.x records, and the new top-level llm block plus reserved meta fields. The changelog, migration guide, formatter/parser updates, and New Relic transport handling are updated to keep the Python package aligned with the JS contract and catch schema drift in CI.
@nikhilvdev
nikhilvdev merged commit 89253bc into main Sep 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant