Releases: kitex-contrib/codec-dubbo
Releases · kitex-contrib/codec-dubbo
v0.2.5
v0.2.4
What's Changed
- feat: better unwrapping of java exception by @DMwangnima in #74
- doc: update kitex and thriftgo version by @DMwangnima in #75
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- CI: migrate tests and update github action by @DMwangnima in #73
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- fix: update submodules go mod version by @DMwangnima in #72
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat: support java null value decoding by @ahaostudy in #70
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: change package name from main to testsuite by @Lvnszn in #56
- test: Compatible with int8 && int16, update test cases by @ahaostudy in #58
- test: Testing support for float32 by @ahaostudy in #61
- feat: add java classes for extension by @ahaostudy in #62
- feat: implement interface-level discovery of dubbo registry-zookeeper by @DMwangnima in #63
- feat: support java overloading by @ahaostudy in #65
- docs: update README.md on type expansion and method overloading by @ahaostudy in #68
- feat: implement interface-level registry-zookeeper service registry by @DMwangnima in #67
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- feat: Add method annotations to achieve Dubbo-Java type compatibility by @ahaostudy in #54
New Contributors
- @ahaostudy made their first contribution in #54
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- doc: add chinese doc by @DMwangnima in #51
- chore: update x/net version for security reason by @felix021 in #52
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Commit
What's Changed
- chore(ci): add change log ci by @jasondeng1997 in #13
- fix ci bugs add go moudle by @jasondeng1997 in #17
- fix changelogs bugs by @jasondeng1997 in #23
- feat: code struct init by @VaderKai in #22
- feat/encoder by @VaderKai in #21
- feat: implement Hessian2Codec.Marshal based on example project by @felix021 in #24
- feat: complete a full request based on example project by @DMwangnima in #25
- feat: implement communication between dubbo-go cli and kitex srv by @DMwangnima in #26
- feat: Add heartbeat processing logic and implement GetTypes by reflection by @DMwangnima in #27
- feat: server-side heartbeat support by @DMwangnima in #29
- feat: change related module and struct name from hessian2 to dubbo by @DMwangnima in #30
- feat: create Hessian2 dir and organize relevant files by @DMwangnima in #31
- feat: add dubbo2kitex crosstest for basic type byte, []byte, int8 by @DMwangnima in #32
- Feature add methods to bridge dubbo-hessian2 and kitex-hessian by @Lvnszn in #33
- feat: add dubbo2kitex crosstest for container list by @DMwangnima in #34
- feat: introduce dubbo-java test code and basic map testing by @DMwangnima in #40
- feat: finish kitex to dubbo testings by @DMwangnima in #41
- feat: finish kitex2kitex crosstest by @DMwangnima in #43
- feat: finish benchmark by @DMwangnima in #44
- feat: finish multiple parameters test by @DMwangnima in #45
- feat: finish type-mapping modification by @DMwangnima in #47
- feat: add JavaClassName option by @DMwangnima in #48
- feat: regenerate IDL files and finish docs by @DMwangnima in #49
- fix: update issue link by @DMwangnima in #50
New Contributors
- @jasondeng1997 made their first contribution in #13
- @VaderKai made their first contribution in #22
- @felix021 made their first contribution in #24
- @DMwangnima made their first contribution in #25
- @Lvnszn made their first contribution in #33
Full Changelog: https://github.com/kitex-contrib/codec-dubbo/commits/v0.1.0