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.go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.0
Choose a base ref
...
head repository: nats-io/nats.go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Choose a head ref
  • 19 commits
  • 46 files changed
  • 8 contributors

Commits on Dec 19, 2024

  1. [IMPROVED] Add extra option to OrderedConsumerConfig (#1737)

    Signed-off-by: Michael Wain <michael@sanity.io>
    mwain authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6977981 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. [ADDED] ListKeysFiltered form listing KV keys with multiple filters (#…

    …1711)
    
    Co-authored-by: somratdutta <duttasomratand.com>
    somratdutta authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    ecb328a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    7188ea1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    1474bf3 View commit details
    Browse the repository at this point in the history
  2. [CHANGED] Remove toolchain version from go.mod (#1763)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    1e1519f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. [CHANGED] Bump go version to 1.22 (#1773)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    e9c41d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. [IMPROVED] Documentation of jetstream options and Fetch clarification (

    …#1770)
    
    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    f50c665 View commit details
    Browse the repository at this point in the history
  2. [FIXED] Fix tests against main server branch (#1764)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    4732ef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. [IMPROVED] Add exception to compress license (#1778)

    Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
    Jarema authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    807fe5b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Update go.sum (#1782)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    bb3ad1c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. [IMPROVED] Remove obsolete build tags (#1787)

    Signed-off-by: Alex Bozhenko <alexbozhenko@gmail.com>
    alexbozhenko authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    5945afd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. [FIXED] Invalid heartbeat timer for Consumer.Messages (#1786)

    This fixes an issue where for `Consumer.Messages` the heartbeat error would be returned after 4*idle heartbeat (instead of 2*)
    
    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f7dfee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    dfb52ad View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. [FIXED] Protect against potential panics (#1771)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    16e780e View commit details
    Browse the repository at this point in the history
  2. [ADDED] Options() and Conn() methods to JetStream (#1792)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    faec055 View commit details
    Browse the repository at this point in the history
  3. [IMPROVED] Use faster gha runners and fix leaking goroutines in Servi…

    …ce API (#1794)
    
    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b1be9bf View commit details
    Browse the repository at this point in the history
  4. [ADDED] PullMaxMessagesWithFetchSizeLimit option for Consume and Mess…

    …ages (#1789)
    
    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    81d2fae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a2c74a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Release v1.39.0 (#1798)

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    901c987 View commit details
    Browse the repository at this point in the history
Loading