Releases: crossoverJie/cim
Releases · crossoverJie/cim
v2.0.0
What's Changed
- cim 1.0.6 by @crossoverJie in #57
- cim 1.0.7 by @crossoverJie in #58
- Fix issue 28 by @crossoverJie in #87
- Fix issue 70 by @crossoverJie in #88
- Fix issue 79 by @crossoverJie in #90
- Feature/feature rpc 20200424 by @crossoverJie in #93
- 🐛 #98 by @crossoverJie in #99
- 修正CIMServer可能的NPE问题 by @LeoPhong in #106
- Upgrade to Spring Boot3.0 and JDK17 by @crossoverJie in #133
- 💡 Query node data from the configuration file. by @telami in #105
- ⬆️ Bump protobuf-java from 3.4.0 to 3.16.3 by @dependabot in #130
- ⬆️ Bump fastjson from 1.2.31 to 1.2.83 by @dependabot in #127
- client url字符串问题,route redis配置更新 by @baiyina in #134
- 使用Knife4j 4.4代替接口文档 by @baiyina in #136
- Use @slf4j instead of private final static Logger LOGGER by @baiyina in #137
- Use application.yaml instead of application.properties by @baiyina in #138
- Refactor Metastore by @crossoverJie in #140
- [test] fix-unit-test by @crossoverJie in #142
- [test] fix client unit test by @crossoverJie in #143
- [test] support integration test by @crossoverJie in #144
- ⬆️ Bump org.apache.zookeeper:zookeeper from 3.8.1 to 3.8.4 by @dependabot in #141
- [test] Route & server support test by @crossoverJie in #145
- Refactor proxy manager by @crossoverJie in #146
- Modify the consistent hash by @baiyina in #147
- Client SDK by @crossoverJie in #148
- Support dynamic url by @crossoverJie in #151
- feature:support offline atomic command by lua by @cmgyqjj in #149
- Bump com.google.protobuf:protobuf-java from 3.16.3 to 3.25.5 by @dependabot in #152
- feature:Use_Spring_IOC_to_refactor_RpcProxyManager by @cmgyqjj in #154
- fix:User_Logout_NPE by @cmgyqjj in #153
- Upgrade-codecov by @crossoverJie in #157
- Upgrade-codecov-use-var by @crossoverJie in #158
- Upgrade-codecov by @crossoverJie in #159
- feature:Support_LRU_User_Info_Cache by @cmgyqjj in #156
- feature:Support_reconnect_backoff_interface by @cmgyqjj in #155
- Optimize client message by @crossoverJie in #161
New Contributors
- @LeoPhong made their first contribution in #106
- @telami made their first contribution in #105
- @dependabot made their first contribution in #130
- @baiyina made their first contribution in #134
- @cmgyqjj made their first contribution in #149
Full Changelog: v1.0.5...v2.0.0
v1.0.5
v1.0.4
- 新的路由策略,一致性 hash 算法。
- 新增路由策略接口,大家可以自定义自己的路由策略。
v1.0.3
- 策略模式优化过多
if else
.
v1.0.2
- 新增
:info
命令查看客户端状态。 - 客户端自动重连。
- 优化代码
v1.0.1
cim-v1.0.0
cim 第一版
- 群聊。
- 私聊。
- 内置命令。
- 使用
Google Protocol Buffer
高效编解码。 - 根据实际情况灵活的水平扩容、缩容。
- 路由(
cim-forward-route
)服务自身是无状态,可用Nginx
代理支持高可用。
archive-20181227
历史代码归档