Skip to content

Commit 810ad6b

Browse files
committed
push v5.0.1
1 parent ed38c7c commit 810ad6b

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG-en.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
### v5.0.1:
4+
##### Enhancement
5+
1. Java improves compatibility through reflection, such as tomcat10 cannot be used (special thanks to @BeichenDream for PR)
6+
2. Use class static variables instead of `application` global variables to improve compatibility (special thanks to @c0ny1 for his suggestion)
7+
##### Fix
8+
1. When repairing the abnormal connection, it failed to exit normally
9+
2. Fix exception handling logic of `blv_decode` (issue #73)
10+
311
### v5.0.0:
412
##### New Features
513
1. Both java/chsarp/php use the `BLV (Byte-Length-Value)` data structure for transmission, officially removing the random header technology that has been used since the first version was released three years ago

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Change Log
22

33
### v5.0.1:
4-
##### 修复
4+
##### 增强
55
1. java 通过反射的方式,提高兼容性, 如tomcat10无法使用 (特别感谢 @BeichenDream 的PR)
66
2. 使用 class 的静态变量替代 `application` 全局变量,提高兼容性 (特别感谢 @c0ny1 的建议)
7-
3. 修复异常连接时,未能正常退出
8-
4. 修复 `blv_decode` 的异常处理逻辑 (issue #73)
7+
##### 修复
8+
1. 修复异常连接时,未能正常退出
9+
2. 修复 `blv_decode` 的异常处理逻辑 (issue #73)
910

1011
### v5.0.0:
1112
##### 新特征

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
## Version
1515

16-
5.0.0 - [Change Log](CHANGELOG-en.md)
16+
5.0.1 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Version
1616

17-
5.0.0 - [版本修改日志](CHANGELOG.md)
17+
5.0.1 - [版本修改日志](CHANGELOG.md)
1818

1919

2020
## Features

neoreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__author__ = 'L'
5-
__version__ = '5.0.0'
5+
__version__ = '5.0.1'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)