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/jsm.go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: nats-io/jsm.go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 4 contributors

Commits on Sep 21, 2023

  1. Adds consumer limits to streams

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9a48114 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix ADR compliance for micro user stats validation

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c690f5e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Add missing yaml label for stream first_seq

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3359170 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Remove dead stream config field

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fd07cd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Single filter consumer catch

    If only one subject filter in passed in the filters array of a consumer config, use that single filter in `FilterSubject` instead such that the extended creation request subject is then used.
    
    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    jnmoyne authored and ripienaar committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    94d0ee2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update dependencies

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    10a659d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #519 from ripienaar/dependencies

    Update dependencies
    ripienaar authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a65f45c View commit details
    Browse the repository at this point in the history
  3. Support TLSHandshakeFirst

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2e58328 View commit details
    Browse the repository at this point in the history
  4. Fix setting WithTLSHandshakeFirst()

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2665d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix consumer subject filters

    The `FilterStreamBySubject` was appending subjects instead of setting
    the passed value.
    Additionally, it was not resetting the other filter subject field. That
    could cause errors, as server denies consumer API calls with both
    FilterSubject` and `FilterSubjects` set.`
    
    Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
    Jarema authored and ripienaar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5425bfe View commit details
    Browse the repository at this point in the history
  2. Check for DirectAllowed instead of DeleteAllowed (#503)

    Signed-off-by: Byron Ruth <byron@nats.io>
    bruth authored and ripienaar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1fc2f2b View commit details
    Browse the repository at this point in the history
  3. Adds new domain elected advisory

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3d7f46f View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    02efdff View commit details
    Browse the repository at this point in the history
  5. Support sending a token and username/password for authcallout

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    57de828 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update dependencies

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fbbcecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #528 from ripienaar/dependencies

    Update dependencies
    ripienaar authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    faedee8 View commit details
    Browse the repository at this point in the history
Loading