Skip to content

Commit

Permalink
add release note for v1.8.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo authored Nov 30, 2020
1 parent 07e9397 commit 1c9e7b2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

## v1.8.0

### New Features
- support clean encoder/decoder, discard decode buffer. [#242](https://github.com/apache/dubbo-go-hessian2/pull/242)
- support encode no pojo object. [#243](https://github.com/apache/dubbo-go-hessian2/pull/243)

### Enhancement
- change value reference to ptr to improve performance. [#244](https://github.com/apache/dubbo-go-hessian2/pull/244)

### Bugfixes
- fix issue that cannot decode java generic type. [#239](https://github.com/apache/dubbo-go-hessian2/pull/239)

## v1.7.0

### New Features
Expand All @@ -13,7 +25,7 @@
- Export function EncNull. [#225](https://github.com/apache/dubbo-go-hessian2/pull/225)

### Bugfixes
- fix eunm encode error in request. [#203](https://github.com/apache/dubbo-go-hessian2/pull/203)
- fix enum encode error in request. [#203](https://github.com/apache/dubbo-go-hessian2/pull/203)
- fix []byte field decoding issue. [#216](https://github.com/apache/dubbo-go-hessian2/pull/216)
- fix decoding error for map in map. [#229](https://github.com/apache/dubbo-go-hessian2/pull/229)

Expand Down

0 comments on commit 1c9e7b2

Please sign in to comment.