Skip to content

Releases: ktr0731/evans

0.5.0 Beautiful Receipt

29 Jul 08:17
e724d0f
Compare
Choose a tag to compare

New features

  • gRPC reflection support
    • you need to launch Evans with --reflection option

Bug fix

  • fix inputting logic related to circular structures

0.4.9

28 Jul 22:38
e63cf6a
Compare
Choose a tag to compare
update jhump/protoreflect to the latest (#75)

0.4.8

27 Jul 10:57
b27498e
Compare
Choose a tag to compare
fix parser logic related to cycle messages which composed with nested…

0.4.7

26 Jul 06:41
1d633de
Compare
Choose a tag to compare
fix parser logic related to cycle messages which composed with oneof …

0.4.6

03 Jul 07:57
eeac61e
Compare
Choose a tag to compare
fix circulated fields parsing (#68)

0.4.5

15 Jun 08:44
75daa71
Compare
Choose a tag to compare
block execute method until Evans is finished (#66)

0.4.3

26 May 02:44
cb068b1
Compare
Choose a tag to compare
check whether cached latest version with current version (#64)

0.4.1

24 May 09:56
f689973
Compare
Choose a tag to compare
fix repeated enum logic (#60)

0.4.0 Lisa-RICCIA

21 May 10:53
915b27a
Compare
Choose a tag to compare

New features

  • three streaming modes support.
    • client side streaming
    • server side streaming
    • bidirectional streaming

0.3.2

19 May 01:43
Compare
Choose a tag to compare
fix .circleci/config.yml