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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Draft NIP-91 `&` tag filters now require every listed tag value for
historical queries, live subscriptions, COUNT, search, router post-filtering,
and negentropy. NIP-11 advertises NIP-91 plus the distinct-tag and aggregate
AND-entry limits. Outbound router `REQ`s and `wok sync` `NEG-OPEN`s keep `&`
clauses only for upstreams whose NIP-11 document advertises NIP-91, and
otherwise fold each `&x` value set into the `#x` compatibility clause and
apply the exact AND semantics locally.

## [0.3.1] - 2026-08-15

### Fixed
Expand Down
Loading