chore: release 0.17.0 — backfill CHANGELOG and bump version#112
Merged
Conversation
Backfill [Unreleased] and cut 0.17.0. MINOR bump per semver: new contract argument (knowledge_base_url replacing canon_url, legacy stripped), new tool (oddkit_time), new envelope fields (server_time, governance_source), new epoch progression (E0008 → E0008.3). Highlights since 0.16.0: - oddkit_time stateless time utility (E0008.2) - server_time in every response envelope (E0008.2) - x-ray tracing on debug responses (E0008.1) - governance-driven oddkit_challenge, oddkit_encode, telemetry_policy - canon_url → knowledge_base_url user-facing contract rename (breaking) - ?consumer=yourname query parameter for platform-agnostic identification - governance anti-pattern audit across all 11 tools See CHANGELOG.md for the full list.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
oddkit | b06e005 | Commit Preview URL Branch Preview URL |
Apr 19 2026, 05:24 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Backfills the empty
[Unreleased]section and cuts 0.17.0. Bumps version inpackage.json,workers/package.json,package-lock.json, andworkers/package-lock.json. Pre-commit hook verified version sync.Why
0.16.0 shipped 2026-04-03 (16 days ago). A lot has landed since — new tool, new envelope fields, user-facing contract rename, governance-driven refactor arc opened.
[Unreleased]needed a home.Version bump rationale
MINOR (0.16 → 0.17), not PATCH:
oddkit_timeserver_time,governance_sourcecanon_url→knowledge_base_url(legacy accept stripped — breaking for any caller still passing the old name)Not MAJOR: pre-1.0 semver — breaking changes in 0.x are expected and documented in the CHANGELOG.
What shipped since 0.16.0
Per the CHANGELOG entry (full detail there):
oddkit_challengeserver_timeenvelope field +oddkit_timetoolcanon_url→knowledge_base_urlrename (user-facing and internal)?consumer=yournamequery parameteroddkit_encode,telemetry_policySmoke path
Standard oddkit pipeline:
No code changes in this PR, only CHANGELOG + version fields. Envelope contract already live on main (see PR #111 promotion). This PR is documentation + version label.
Merge when green.
Note
Low Risk
Low risk: this PR only updates release documentation and package version numbers, with no runtime code changes. Main risk is downstream tooling expecting the previous version string or unreleased changelog state.
Overview
Backfills
CHANGELOG.mdwith a new0.17.0(2026-04-19) release entry describing recently shipped features, contract changes, and fixes since0.16.0.Bumps the published version from
0.16.0to0.17.0inpackage.json,package-lock.json,workers/package.json, andworkers/package-lock.json.Reviewed by Cursor Bugbot for commit b06e005. Bugbot is set up for automated code reviews on this repo. Configure here.