Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: Initial ObjectStore client implementation #331

Merged
merged 23 commits into from
Jun 1, 2023

Commits on Nov 11, 2020

  1. Fix issue reconnecting against LBs

    When a NATS Server restarted behind an LB, reconnection
    would fail since the proper connect timeout exception was not
    being caught, leaving the client hanging sometimes.
    
    Signed-off-by: Waldemar Quevedo <wally@synadia.com>
    wallyqs committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    cad4e7c View commit details
    Browse the repository at this point in the history
  2. Bump version

    Signed-off-by: Waldemar Quevedo <wally@synadia.com>
    wallyqs committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7b068da View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Add test for condition of bad server behind LB

    Signed-off-by: Waldemar Quevedo <wally@synadia.com>
    wallyqs committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    70aa87b View commit details
    Browse the repository at this point in the history
  2. Merge pull request nats-io#189 from nats-io/reconnect-with-lbs

    Fix issue when reconnecting against LB
    wallyqs authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9f69047 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Create dependencies.md

    gcolliso authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    7217f3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request nats-io#191 from nats-io/add_dependencies_doc

    Create dependencies.md
    wallyqs authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    045f7bf View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    4c48f90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nats-io#196 from blackstorm/lee/connect-pending-si…

    …ze-option
    
    Support set pending size to client connect options
    wallyqs authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    50034c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Bump py from 1.8.0 to 1.10.0

    Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0.
    - [Release notes](https://github.com/pytest-dev/py/releases)
    - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/py@1.8.0...1.10.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    84afa7f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. yapf: format fixes

    Signed-off-by: Waldemar Quevedo <wally@synadia.com>
    wallyqs committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    83b5b6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f011db7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Update __main__.py

    Removed loop from options, deprecated from nats.connect().
    tdelora authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    3f35065 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nats-io#294 from tdelora/patch-1

    Update __main__.py
    wallyqs authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    03070fc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Add Object Store implementation

    Signed-off-by: Dominik Deren <dominik.deren@live.com>
    domderen committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    eef93c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    7816cf6 View commit details
    Browse the repository at this point in the history
  2. Removing not wanted change.

    domderen committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4bfd334 View commit details
    Browse the repository at this point in the history
  3. Updating lock file.

    domderen committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c6c07ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a2c798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d308a51 View commit details
    Browse the repository at this point in the history
  6. Fixing code formatting.

    domderen committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e84d195 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bd99de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    166bc0a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Fixing CI issue.

    domderen committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cb4bf45 View commit details
    Browse the repository at this point in the history