Skip to content

Tags: Bwar/Nebula

Tags

nebula-v1.7.3

Toggle nebula-v1.7.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - error callback caused by fuse node detection bug fixed

   - redis cluster returns when executing batch write commands and asking bug fixed
   - the channel creation method and use CodecFactory instead
   - Add connection backlog configuration
   - Optimize worker mini load forwarding
   - add dns cache
   - add upstream and downstren monitor
   - add console log

nebula-v1.7.2

Toggle nebula-v1.7.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Enable connection protection configuration.

2. bug fixed.

nebula-v1.7.1

Toggle nebula-v1.7.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - async logger optimization

   - add selfchannel sequence
   - StepRedisCluster circuit break and recovery
   - Nodes recovery bug fixed

nebula-v1.7.0

Toggle nebula-v1.7.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - IO optimization, codec plug-in.

   - remove shared_from_this of Channel and Actor and use ChannelWatcher and ActorWatcher instead to improve performance.
   - removed the unload feature of dynamically loaded plugins (which reduces performance).
   - raw data codec is independent into codec.
   - add cassandra client codec.
   - add support for password verification of redis cluster.
   - improve log performance; add asynchronous file logs.

nebula-v1.6.2

Toggle nebula-v1.6.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - circuit breaker optimization

   - http chunk decode bug fixed; resp bulk string bug fixed

nebula-v1.6.1

Toggle nebula-v1.6.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
http2 chunk notice for stream

CodecResp bug string decode bug fixed

nebula-v1.6.0

Toggle nebula-v1.6.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - add SelfChannel within the Worker, improve the actor model

   - add service status monitoring and metrics for prometheus
   - add Manager to Manager communication feature
   - add initial connection timeout configuration
   - replace va_list with variadic templates in logger
   - add multi-protocol port support
   - thread id optimization
   - chain optimization
   - http2 dynamic table and stream priority bug fix

nebula-v1.5.0

Toggle nebula-v1.5.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - add native http2 server and client

   - add native grpc server and client
   - channel read and write optimization
   - add absolute log path

nebula-v1.4

Toggle nebula-v1.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - replace hiredis client with native CodecResp

   - add redis cluster client
   - add raw data transmission
   - add log real-time flush configurability
   - add support for IP address combination node type
   - dispatcher optimization
   - bug fixed

nebula-v1.3

Toggle nebula-v1.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - add non-pipeline mode support for redis connection

   - the worker thread to start before the Loader thread in thread mode, and bring the worker thread ID to the Loader
   - merge CodecResp and CodecHttp2 written by @nebim
   - add third-party cityhash
   - update CJsonObject
   - bug fixed