Skip to content

chore(deps): update sqlx requirement from 0.8 to 0.9#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/sqlx-0.9
Open

chore(deps): update sqlx requirement from 0.8 to 0.9#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/sqlx-0.9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updates the requirements on sqlx to permit the latest version.

Changelog

Sourced from sqlx's changelog.

0.8.6 - 2025-05-19

9 pull requests were merged this release cycle.

Added

Changed

Fixed

#3830: launchbadge/sqlx#3830 #3840: launchbadge/sqlx#3840 #3845: launchbadge/sqlx#3845 #3848: launchbadge/sqlx#3848 #3849: launchbadge/sqlx#3849 #3855: launchbadge/sqlx#3855 #3856: launchbadge/sqlx#3856 #3863: launchbadge/sqlx#3863 #3866: launchbadge/sqlx#3866

0.8.5 - 2025-04-14

Hotfix release to address two new issues:

  • [#3823]: sqlx-cli@0.8.4 broke .env default resolution mechanism
  • [#3825]: sqlx@0.8.4 broke test fixture setup

The 0.8.4 release will be yanked as of publishing this one.

Added

  • In release PR: sqlx-cli now accepts --no-dotenv in subcommand arguments.
  • In release PR: added functionality tests for sqlx-cli to CI.
  • In release PR: test #[sqlx::test] twice in CI to cover cleanup.

Fixed

  • In release PR: sqlx-cli correctly reads .env files by default again.
  • In release PR: fix bugs in MySQL implementation of #[sqlx::test].

#3823: launchbadge/sqlx#3823 #3825: launchbadge/sqlx#3825

... (truncated)

Commits
  • bab1b02 0.8.6 release (#3870)
  • b27b47c Pick default features to fix docs.rs build of sqlx-sqlite (#3840)
  • d335f78 Use unnamed statement in pg when not persistent (#3863)
  • 760b395 fix(macros): don't mutate environment variables (#3848)
  • 4259862 fix(macros): slightly improve unsupported type error message (#3856)
  • 1b94e1d chore(doc): clarify compile-time verification and case conversion behavior (#...
  • 92c3845 fix attrubute typo in doc (#3855)
  • 3edc619 build: drop unused tempfile dependency (#3830)
  • 6b2e024 Add color and wrapping to cli help text (#3849)
  • 5736ab6 chore: clean up no longer used imports (#3845)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/sqlx-0.9 branch from b8bacb9 to 6782bd8 Compare May 29, 2026 09:47
@dependabot dependabot Bot changed the title build(deps): update sqlx requirement from 0.8 to 0.9 chore(deps): update sqlx requirement from 0.8 to 0.9 May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/sqlx-0.9 branch 5 times, most recently from df53ef5 to 515ad12 Compare May 31, 2026 14:28
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>
@dependabot dependabot Bot force-pushed the dependabot/cargo/sqlx-0.9 branch from 515ad12 to 800b5b2 Compare June 1, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants