Skip to content
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

Add REALM_SYNC_PROTOCOL_V8 compile flag to enable sync proto v8 features #6396

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

michael-wb
Copy link
Contributor

@michael-wb michael-wb commented Mar 18, 2023

What, How & Why?

Added REALM_SYNC_PROTOCOL_V8 compile flag to enable sync protocol v8 features:

  • bump sync protocol version to v8
  • update the Sec-WebSocket-Protocol list in the websocket connect header to use # instead of /, which is compatible with the JS/browser websocket implementation used for WASM

Also made some minor updates to the doc/protocol.md document.

NOTE: A changelog update is not needed since the compile flag is for internal use only and will be removed when these features are released.

Fixes #6395

☑️ ToDos

  • [ ] 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • [ ] C-API, if public C++ API changed.

@michael-wb michael-wb merged commit aad1329 into master Mar 20, 2023
@michael-wb michael-wb deleted the mwb/compile-flag-v8 branch March 20, 2023 17:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create temporary compile flag to enable v8 features prior to release
3 participants