-
Notifications
You must be signed in to change notification settings - Fork 549
feat(client): [internal] container extensions and presence
use
#24399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jason-ha
merged 25 commits into
microsoft:main
from
jason-ha:presence/infra/support-path-based-address-routing-for-extensions
May 24, 2025
Merged
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c207f58
feat(client-container-runtime): path-based address signal routing
jason-ha 8b219d7
improvement(client): use generic for signal content
jason-ha 1872d87
feat(client): internal container extensions interface
jason-ha 62d3fa6
improvement(client): enhance and tighten types for container extensio…
jason-ha b1f8232
improvement(client): distinguish raw incoming signals
jason-ha 112853b
feat(client): implement internal container extensions support
jason-ha 11c4a19
docs(client-container-definitions): comments for `IRuntimeInternal`
jason-ha f2e7304
improvement(client-container-loader): replace `as` with typed target
jason-ha beb23e2
improvement(client-example): use URLSearchParams
jason-ha ce07bf4
merge: 'main' into presence/infra/support-path-based-address-routing-…
jason-ha a7e847b
merge: 'main' into presence/infra/support-path-based-address-routing-…
jason-ha 2f3b12e
refactor(client): remove ContainerExtensionStore from container (load…
jason-ha b0d8db2
feat(client): declarative Presence support
jason-ha 1c4be86
style(client-container-runtime): restore implements ordering
jason-ha 98b0e92
revert(client-container-runtime): remove dark pathBasedAddressing run…
jason-ha f1c3bea
docs(client-presence): `getPresence` now supported
jason-ha d92548a
style(client): renames and comments
jason-ha a6ad229
refactor(client): generics ordering
jason-ha 46fa5bf
merge: 'main' into presence/infra/support-path-based-address-routing-…
jason-ha 5b1ed99
refactor(client-container-runtime): simplify addressed path support
jason-ha 41cfcc6
build(client-presence): remove unused container-loader dep
jason-ha ce572d1
test(client-examples): cleanup deprecated presence init
jason-ha 1d0fddd
fix(client-fluid-static): fix breaks from merge
jason-ha 75001bd
merge: 'main' into presence/infra/support-path-based-address-routing-…
jason-ha 7ec1564
fix(client-example): correct for fluid-static changes
jason-ha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@fluidframework/container-runtime": minor | ||
"__section": feature | ||
--- | ||
|
||
Introduce path based message routing | ||
|
||
Add ability for runtime to address messages with a `/` separated path scheme. `/runtime/` is reserved for runtime where `undefined` was previously used and data store messages are prefixed with `/channels/`. To enable general sending messages with this scheme, internal `IContainerRuntimeOptionsInternal.pathBasedAddressing` must be enabled. Internally `presence` requires this support under the `/ext/` path and thus should only be used once involved clients are using version 2.33 or later. |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.