Skip to content

chore: sync fork to v1.49.0 with qaze JetStream extensions#2

Open
sebholstein wants to merge 44 commits intomainfrom
release/v1.49.0-qaze-app-4
Open

chore: sync fork to v1.49.0 with qaze JetStream extensions#2
sebholstein wants to merge 44 commits intomainfrom
release/v1.49.0-qaze-app-4

Conversation

@sebholstein
Copy link
Copy Markdown
Collaborator

Summary

  • Rebase fork customizations on top of upstream v1.49.0.
  • Keep Qaze-only exported config preparation helpers:
    • JetStream.PrepareKeyValueConfig(...)
    • JetStream.PrepareObjectStoreConfig(...)
  • Preserve existing deny_delete when preparing/updating KV stream config so KV edit/update does not implicitly flip it to true.

Validation

  • go test ./jetstream -run Test
  • go test -modfile=go_test.mod ./jetstream/test -run "TestUpdateKeyValue_PreserveExistingDenyDelete|TestUpdateKeyValue"

piotrpio and others added 30 commits November 7, 2025 13:14
* [IMPROVED] Add publish subject validation

Signed-off-by: Piotr Piotrowski <[email protected]>

* [IMPROVED] Use adaptive validation depending on subject len

Signed-off-by: Piotr Piotrowski <[email protected]>

* [IMPROVED] Validate reply subject when using custom one

Signed-off-by: Piotr Piotrowski <[email protected]>

---------

Signed-off-by: Piotr Piotrowski <[email protected]>
* Revert "[IMPROVED] Add publish subject validation (nats-io#1974)"

This reverts commit 97bfc32.

* [IMPROVED] Add publish subject validation (nats-io#1974)

This reverts commit 1839467.

* Add option to skip subject validation

Signed-off-by: Piotr Piotrowski <[email protected]>

---------

Signed-off-by: Piotr Piotrowski <[email protected]>
Signed-off-by: Piotr Piotrowski <[email protected]>
Also add test case that checks that correct error is returned when no
jetstream is avalilable on subscription.

Signed-off-by: John Smith <[email protected]>
correct inverted logic and a few minor cleanups in README
…ats-io#2009)

* Fix comments and refactor validateConsumerName function

* Run go fmt
…o#2007)

Seems like three copy-paste errors in constant comments that don't match their actual purpose.
nats-io#2010)

* Fix ErrOrderedConsumerReset comment and documentation typos

* Run go fmt
…error messages (nats-io#2008)

* Fix typos and improve comments in consumer_config.go

* Run go fmt
…est (nats-io#2016)

* Fix error message in test for expected attempts count

* run go fmt
…tation (nats-io#2020)

* Fix comments for clarity and consistency

* run go fmt
jjpinto and others added 14 commits February 6, 2026 14:48
…etstream/README.md (nats-io#2005)

Corrected typos and improved clarity in README.
Signed-off-by: Piotr Piotrowski <[email protected]>
When preparing KV stream config for update, read existing stream settings and keep deny_delete unchanged. This prevents UpdateKeyValue/PrepareKeyValueConfig from implicitly enabling deny_delete on buckets created without it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants