Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/imagetype-jpeg-read.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @germ-network/autonomous-comm-protocol

## 1.11.0

### Minor Changes

- [#42](https://github.com/germ-network/autonomous-comm-protocol/pull/42) [`28b7337`](https://github.com/germ-network/autonomous-comm-protocol/commit/28b733762b12d598d80f2d4df6631d818e4892a3) Thanks [@germ-mark](https://github.com/germ-mark)! - Add read capability for a `jpeg = 2` case on `ImageType`, plus `ImageType.detect(from:)` magic-byte classification (JXL codestream, JXL container, JPEG). No writer emits `.jpeg` yet: senders without a JPEG XL encoder (the App Clip) keep labeling JPEG bytes `.jpegXL` so that deployed clients — which fail the whole signed `CoreIdentity` parse on an unknown discriminant — are unaffected. Consumers should classify by bytes via `detect(from:)`, not the wire label.

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@germ-network/autonomous-comm-protocol",
"private": true,
"version": "1.10.0",
"version": "1.11.0",
"engines": {
"node": ">=24"
},
Expand Down