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: questdb/nodejs-questdb-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: questdb/nodejs-questdb-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 33 files changed
  • 6 contributors

Commits on Nov 28, 2023

  1. scheduled build test

    glasstiger committed Nov 28, 2023
    Copy the full SHA
    88c190d View commit details
  2. scheduled build test

    glasstiger committed Nov 28, 2023
    Copy the full SHA
    c795f01 View commit details
  3. nightly build

    glasstiger committed Nov 28, 2023
    Copy the full SHA
    fc98198 View commit details

Commits on Apr 25, 2024

  1. Copy the full SHA
    f8c221e View commit details

Commits on Apr 29, 2024

  1. feat(nodejs): HTTP transport, configuration string, new config options (

    #26)
    
    * feat(nodejs): HTTP transport, configuration string, new config options
    
    * feat(nodejs): HTTP transport, configuration string, new config options
    
    * Update src/sender.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/sender.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update types/src/sender.d.ts
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * Update src/options.js
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    
    * use sender's logger
    
    * destroy request before retry
    
    * fix test to work with different node versions
    
    * custom http agent option
    
    * custom http agent options
    
    * destroy default http agents when last sender is closed
    
    * buffer size comment + jsdoc fix
    
    * tsc + jsdoc generated
    
    * fixing tests
    
    * fix test depends on node version
    
    * Update src/options.js
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * separate counters for http and tcp
    
    * examples
    
    * examples
    
    * examples
    
    * make protocol option mandatory
    
    * remove sender instance counters
    
    * improve docs
    
    ---------
    
    Co-authored-by: Nick Woolmer <29717167+nwoolmer@users.noreply.github.com>
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    3 people authored Apr 29, 2024
    Copy the full SHA
    97a5f9e View commit details

Commits on Jul 1, 2024

  1. Copy the full SHA
    d4fc1bf View commit details

Commits on Jul 25, 2024

  1. [docs] Changed code examples and bumped dev dependency (#35)

    * changed code examples
    
    * changing examples to use at with a date. Bumped dependency for audit
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update examples/workers.js
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update examples/workers.js
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    * Update README.md
    
    consistent quotes
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>
    javier and puzpuzpuz authored Jul 25, 2024
    Copy the full SHA
    92fd173 View commit details

Commits on Aug 13, 2024

  1. Copy the full SHA
    1509446 View commit details

Commits on Aug 20, 2024

  1. Copy the full SHA
    1cf1486 View commit details
Loading