fd8f02b9df
Fix flaky test ( #1158 )
...
* Fix flaky test
* Fix #1154
2020-04-14 14:39:53 +02:00
27a8e2a9bf
Updated abort behavior ( #1141 )
...
* Updated abort behavior
- Support for aborting a request with the promise api
- Aborting a request will cause a RequestAbortedError
- Normalized Connection class errors, now every error returned is
wrapped by the client errors constructors
* Updated test
* Updated docs
* Updated code generation script
* Renamed test
* Code coverage
* Avoid calling twice transport.request
2020-04-06 11:21:19 +02:00
94d4ac7525
Migrate to GitHub Actions ( #1104 )
...
* Create nodejs.yml
* Run only on push
* Renamed jobs
* Removed .travis.yml
* Split coverage job and cleanup
* Skip flaky test
* Code coverage reporting
* Renamed codecov file
* Added backport action
* Updated integration test configuration
* Removed unused dependencies
* Fixes
2020-03-10 09:03:26 +01:00
a948a98be6
Refactored connection pool ( #913 )
...
* Refactored ConnectionPool
- Created BaseConnectionPool class
- Created CloudConnectionPool
- connection pool updates are immutable
- resurrect now happens inside getConnection()
* Rewritten connection pool(s) type definitions
* Updated test
* Fixed test
* Fix if check
* Removed old files
* Improve code coverage
* Updated license header
* Fix if check
* Improve code coverage
* Updated coverage script
2019-07-26 11:43:48 +02:00
36a1666cc8
Updated license header ( #915 )
2019-07-22 11:46:59 +02:00
a3eb4d2874
Updated travis configuration ( #894 )
...
* Updated travis configuration
* Run license checker only in Linux
* Fixed script
* Fix windows test
2019-07-08 16:29:10 +02:00
269c0fc96a
Improve observability ( #834 )
...
* API generation
* Added correlation id support
* Updated docs
* Updated test
* Updated code generation
* API generation
* Updated code generation
* Added support for client name and custom context object
* Updated docs
* Updated test
* Fix docs
* Updated docs
* Added id support also for sniffing
* Updated test
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Updated README.md
* Fixed test
* Addressed suggestions
2019-05-03 17:23:40 +02:00
9320ef939d
Fix resurrect timeout formula ( #833 )
...
* Fixes #827
* Updated test
2019-04-29 09:18:38 +02:00
5af9ec1040
Support for publish_address as hostname/ip:port ( #804 )
2019-04-08 17:13:44 +02:00
c990ed43d4
Updated test
2019-03-11 17:12:53 +01:00
cae38e6b2b
License ( #773 )
...
- Added license header
- Added license checker
- Fixed tap
2019-03-08 07:47:24 +01:00
9936c0622a
Updated test
2019-01-21 16:49:18 +01:00
f12424272f
Updated test
2019-01-14 16:09:47 +01:00
230b08ab86
Updated test
2018-12-10 20:15:42 +01:00
7e35f6a903
Updated behavior test
2018-12-05 19:33:54 +01:00
18b8c32758
Added behavior test
2018-12-05 17:27:01 +01:00