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.8.3
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.8.4
Choose a head ref
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on May 23, 2022

  1. Bump version to dev v2.8.4-beta

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7bdd679 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Consumer pending was not correct when stream had max msgs per subject…

    … set > 1 and a consumer that filtered out part of the stream was created.
    
    Also make sure to update stream's config on a stream restore in case of changes.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 24, 2022
    Configuration menu
    Copy the full SHA
    46f7f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3148 from nats-io/max_msgs_per_num_pending_bug

    [FIXED] Consumer NumPending incorrect on certain stream setups.
    derekcollison authored May 24, 2022
    Configuration menu
    Copy the full SHA
    752c0ad View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Fix spurious 408s under load and move processing of acks to their own…

    … Go routine.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d69394e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3149 from nats-io/pull_perf_stable

    [FIXED] Spurious pull consumer 408s under load
    derekcollison authored May 25, 2022
    Configuration menu
    Copy the full SHA
    72ed48d View commit details
    Browse the repository at this point in the history
  3. [FIXED] MQTT: Same session ID in different domains were considered du…

    …plicates
    
    There is a mechanism to detect if a connection somewhere in the
    cluster is using the session ID of an existing one, and if so,
    close one as a duplicate.
    However, when different domains are used, they should not be considered
    duplicates.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b344519 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3150 from nats-io/mqtt_sess_diff_domains

    [FIXED] MQTT: Sessions with same ID in different domains were considered duplicates
    kozlovic authored May 25, 2022
    Configuration menu
    Copy the full SHA
    1c984d4 View commit details
    Browse the repository at this point in the history
  5. Bump version to v2.8.4-beta.2 and fix flapper

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a52f126 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Release v2.8.4

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed May 26, 2022
    Configuration menu
    Copy the full SHA
    de52c0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3152 from nats-io/release_2_8_4

    Release v2.8.4
    kozlovic authored May 26, 2022
    Configuration menu
    Copy the full SHA
    66524ed View commit details
    Browse the repository at this point in the history
Loading