chore(release): version packages - #393
Merged
Merged
Conversation
Contributor
Author
|
Preview removed for PR #393. |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@xnetjs/abuse@0.1.2
Patch Changes
@xnetjs/cli@0.0.6
Patch Changes
1a045b3,1a045b3]:@xnetjs/crypto@0.1.2
Patch Changes
@xnetjs/data@0.1.2
Patch Changes
#392
1a045b3Thanks @crs48! - SQL property upserts now enforce the full LWW ordering triple (Lamport →wallTime → author code-units), matching the in-memory
shouldReplacecomparator. The previous lamport-only guard let arrival order decide
same-Lamport concurrent edits, so two replicas that received the same
conflicting changes in different orders could permanently disagree on the
materialized value. Applies to the per-change upsert, the batched
applyNodeBatchpath, and the native web/electron batch adapters.#392
1a045b3Thanks @crs48! - Changes re-read from the local SQLite change log now pass hash verification.The
changestable never persistedid,type,protocolVersion, or thebatch fields, yet all of them are part of the signed content hash — so the
reload-resync push (
getChangesSince→ hub) was structurally rejected asINVALID_HASH, tripped the outbound circuit breaker, and stranded edits made
offline before an app restart. New rows persist those fields in an envelope
inside the payload BLOB (no schema migration needed); legacy rows keep the
old fallback behaviour.
Updated dependencies [
1a045b3]:@xnetjs/data-bridge@0.1.2
Patch Changes
1a045b3,1a045b3]:@xnetjs/history@0.1.2
Patch Changes
1a045b3,1a045b3]:@xnetjs/identity@0.1.2
Patch Changes
@xnetjs/plugins@0.1.2
Patch Changes
1a045b3,1a045b3]:@xnetjs/react@0.1.2
Patch Changes
1a045b3,1a045b3]:@xnetjs/runtime@0.1.2
Patch Changes
1a045b3,1a045b3]:@xnetjs/sqlite@0.1.2
Patch Changes
1a045b3Thanks @crs48! - SQL property upserts now enforce the full LWW ordering triple (Lamport →wallTime → author code-units), matching the in-memory
shouldReplacecomparator. The previous lamport-only guard let arrival order decide
same-Lamport concurrent edits, so two replicas that received the same
conflicting changes in different orders could permanently disagree on the
materialized value. Applies to the per-change upsert, the batched
applyNodeBatchpath, and the native web/electron batch adapters.@xnetjs/storage@0.1.2
Patch Changes
1a045b3]:@xnetjs/sync@0.1.2
Patch Changes
@xnetjs/core@0.1.2
xnet-cloud@0.0.4
Patch Changes
@xnetjs/brain@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/comms@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/dashboard@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/labs@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/licenses@0.0.5
Patch Changes
@xnetjs/maps@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/server@0.0.4
Patch Changes
1a045b3,1a045b3]:@xnetjs/social@0.0.5
Patch Changes
1a045b3,1a045b3]:@xnetjs/unreal@0.0.5
Patch Changes
1a045b3,1a045b3]:xnet-desktop@0.1.2
Desktop shell release riding the @xnetjs/core 0.1.2 train. Desktop-specific changes are not tracked here; see the core packages' changelogs for what shipped.