hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 59 forks source link

Change default cloud coordinator URL to point to Viridian[API-1680] #1419

Closed harunalpak closed 1 year ago

harunalpak commented 1 year ago

Currently the cloud coordinator URL points to Hazelcast Cloud, which is superseded by Viridian Serverless.

The new coordinator base URL is: https://api.viridian.hazelcast.com Nothing else should be changed.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1419 (d8e7183) into master (18c7f58) will increase coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1419      +/-   ##
==========================================
+ Coverage   93.11%   93.12%   +0.01%     
==========================================
  Files         465      465              
  Lines       16430    16430              
  Branches     1337     1337              
==========================================
+ Hits        15298    15300       +2     
  Misses        830      830              
+ Partials      302      300       -2     
Impacted Files Coverage Δ
src/config/Config.ts 98.24% <ø> (ø)
src/discovery/HazelcastCloudDiscovery.ts 86.36% <ø> (ø)
src/network/Connection.ts 94.22% <0.00%> (-0.89%) :arrow_down:
src/proxy/MultiMapProxy.ts 98.97% <0.00%> (+0.51%) :arrow_up:
src/util/Util.ts 86.98% <0.00%> (+0.68%) :arrow_up:
src/invocation/InvocationService.ts 95.29% <0.00%> (+0.78%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more