Sync with upstream basis-company/nats.php#3
Open
slknijnenburg wants to merge 27 commits into
Open
Conversation
…nt (basis-company#123) * Add JetStream Term (+TERM) message support for terminal acknowledgement * Fix tests, static fixed to 8.4, correct matrix selection for phpunit. --------- Co-authored-by: Bartosz Pachołek <bartosz+github@idct.tech>
* [Stream:Config] Add allowMsgSchedules configuration * fix method name * fix getter and setter return type
* Declare struct types in Service * Fix logger issue when logger is null * Use strict comparison * Add more return type-hint
…basis-company#129) Co-authored-by: Mike Waterman <mwaterman@vultr.com>
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.
What
Merges 24 commits from upstream
basis-company/nats.php(upstream/main) into our fork'smainvia merge commit, keeping our fork-specific changes intact.Notable upstream changes pulled in
+TERMmessage support (src/Message/Term.php)allowMsgSchedulesstream config, ephemeral consumer config fix, consumer countersstream_select/stream_get_linedata reading, microsecond fix, overflow cap fixescomposer.jsonFork changes preserved
api_lvlproperty on Info message (src/Message/Info.php)$totalreset so the full message is resent (src/Connection.php), with its functional testTesting
testTLSConnection) is a pre-existing environmental TLS-cert issue that fails identically onmainbefore this merge — not introduced here. CI should run it in a clean cert container.🤖 Generated with Claude Code