From ca55313441864cf4ff7cc39d98bbe9f0462f88ff Mon Sep 17 00:00:00 2001 From: Patrick Sharp Date: Fri, 3 Jul 2026 01:13:32 -0700 Subject: [PATCH] feat: publish parley-core remote/chat OAuth mode (first automated release) Core's OIDC / remote-auth module (src/auth/*, src/testing/fake-oidc) landed after core's initial 0.1.0 npm publish and was never republished, so @sharptrick/parley-core@0.1.0 on npm is missing it. Merging this cuts 0.2.0 across all packages in lockstep via the automated pipeline, bringing npm current and adding provenance. The seam interface is unchanged. Adds a root CHANGELOG.md; GitHub Releases remain the canonical generated log. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..95a9d7f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +Parley's packages are versioned in lockstep — every `@sharptrick/parley-*` package shares one +version. Releases are automated (see [`CONTRIBUTING.md`](CONTRIBUTING.md) → "Releases & +versioning"), and the canonical, always-current per-release notes are the +**[GitHub Releases]** (generated automatically from commit messages). This file is a hand-kept +highlight reel of the milestones. + +[GitHub Releases]: https://github.com/sharpTrick/parley/releases + +## 0.2.0 — first automated release + +- First release cut by the automated pipeline (semantic-release + npm trusted publishing, with + build provenance). +- **`@sharptrick/parley-core`: ships the remote/chat OAuth mode** — the OIDC + remote-auth module + (`src/auth/*`, `src/testing/fake-oidc`). That code landed after core's initial `0.1.0` npm + publish and had never reached the registry; this release publishes it. The seam interface is + unchanged. + +## 0.1.0 — initial publish + +- First npm publish of `@sharptrick/parley-core` and the backends (SQLite, Redis, Matrix, NATS, + XMPP; Discord, Postgres, Slack, Telegram, Zulip followed) plus the shared conformance suite. +- Note: core's `0.1.0` on npm predates the OAuth/remote mode above — see 0.2.0.