Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nats-io/nats-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.24-RC.2
Choose a base ref
...
head repository: nats-io/nats-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.24-RC.3
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 16, 2024

  1. [FIXED] Websocket: handling of close message frame without status

    The server was incorrectly sending back a close message frame with
    status 1005 when not receiving a status in the close message frame
    from the client. This was wrong. This status was to be used internally
    to keep track that no status was received and therefore the server
    should not send a status back.
    
    Also, the server was sending status 1006 in some error conditions,
    while the spec also states that this status must not be used to
    set the status, instead it was to internally keep track that there
    was an error condition.
    
    Resolves #6259
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic authored and neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    9739629 View commit details
    Browse the repository at this point in the history
  2. Adds a number of helper structs for z responses

    These are used by the cli and other tools to decode
    the responses from the z endpoints
    
    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar authored and neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    dc96b75 View commit details
    Browse the repository at this point in the history
  3. [FIXED] JetStream would exceed limits calculation

    Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
    MauriceVanVeen authored and neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    ec1a7b4 View commit details
    Browse the repository at this point in the history
  4. De-flake RAFT adder tests

    Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
    MauriceVanVeen authored and neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    90ca361 View commit details
    Browse the repository at this point in the history
  5. De-flake TestNRGSimple

    Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
    MauriceVanVeen authored and neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    34bb983 View commit details
    Browse the repository at this point in the history
  6. Cherry-picks for 2.10.24-RC.3 (#6268)

    Includes the following:
    
    - #6260
    - #6249
    - #6264
    - #6265
    - #6266
    
    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    4e7b79b View commit details
    Browse the repository at this point in the history
  7. Bump to 2.10.24-RC.3

    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    bf90cfb View commit details
    Browse the repository at this point in the history
Loading