RavenDB-27140 Sync Python Embedded with C# - #39
Merged
Conversation
poissoncorp
marked this pull request as ready for review
July 29, 2026 17:24
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.
Breaking changes
None.
New public APIs
EmbeddedServer.stop_server(),restart_server(), andget_server_process_id().add_server_process_exited(callback),remove_server_process_exited(callback), andServerProcessExitedEvent(process_id, exit_code, expected).ServerStartupErrorandServerStartupTimeoutError.ServerOptions.process_kill_timeout.ServerOptions.licensingandLicensingOptionsfields for inline/path licenses, automatic-update controls, support checks, and fail-fast validation.ServerOptions.secured_with_certificate_exec().ExtractFromPkgResourceServerProvider(package, resource_name);ProvideRavenDBServerand this provider are now exported fromravendb_embedded.Implements the complete Embedded synchronization scope and documents the supported customer workflows.
Major
Process lifecycle and correctness
shutdown no-confirmationcommand through redirected stdinstop_server()without disposing theEmbeddedServeror its storesrestart_server()using the existing server optionsConcurrencyExceptionEmbeddedServerinstanceConcurrency and isolation
Runtime and platform support
Raven.Server.exeself-contained buildsRaven.Serverself-contained buildsLicensing and EULA
Secured server support
secured(server_pfx)for HTTPS server configuration without a managed client certificateDocumentStoreinstances when an optional client PEM is suppliedsecured_with_certificate_exec()Security.Certificate.Load.Execserver argumentsDocumentStoreData and log locations
data_directoryuntillogs_pathis setMedium
Startup handling and diagnostics
ServerStartupTimeoutErrorServer sources and archive safety
Customer documentation and examples
Test coverage
black --check .passes with Black 26.5.1Minor
API and behavior polish
ServerOptions.INSTANCE()constructor alias