chore(deps): update sqlx requirement from 0.8 to 0.9#4
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
b8bacb9 to
6782bd8
Compare
df53ef5 to
515ad12
Compare
podheitor
pushed a commit
that referenced
this pull request
May 31, 2026
…rint #4 Presence was a planned ChatEventKind never implemented (only ephemeral typing existed). Add in-process online tracking, consistent with the chat bus's documented in-process-only design (no Redis/NATS): - presence.rs: PresenceTracker — Arc<Mutex<HashMap<(tenant,user), Instant>>> with heartbeat/online/sweep, all parameterized on 'now' for deterministic tests. A user is online while their last heartbeat is younger than the TTL (default 30s). - main.rs: a background sweep task (every ttl/2) expires stale entries and publishes an offline presence event per expired user. - events.rs: ChatEventKind::Presence + ChatEvent::presence(.., online) carrying the online/offline flag in 'added'. - stream.rs: presence events deliver tenant-wide (a per-user signal, not channel-scoped) while every other kind stays channel-scoped. New endpoints POST /channels/:id/presence/heartbeat (publishes online on the offline→online edge) and GET /channels/:id/presence (online roster = members ∩ online), both members-only. Closes roadmap #4. 268 chat tests pass (incl. 9 new presence/event tests).
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md) - [Commits](transact-rs/sqlx@v0.8.0...v0.8.6) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
515ad12 to
800b5b2
Compare
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.
Updates the requirements on sqlx to permit the latest version.
Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
bab1b020.8.6 release (#3870)b27b47cPick default features to fix docs.rs build of sqlx-sqlite (#3840)d335f78Use unnamed statement in pg when not persistent (#3863)760b395fix(macros): don't mutate environment variables (#3848)4259862fix(macros): slightly improve unsupported type error message (#3856)1b94e1dchore(doc): clarify compile-time verification and case conversion behavior (#...92c3845fixattrubutetypo in doc (#3855)3edc619build: drop unusedtempfiledependency (#3830)6b2e024Add color and wrapping to cli help text (#3849)5736ab6chore: clean up no longer used imports (#3845)