This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


    from 9d87218  Code optimization. (#18)
     add 810fc54  fix the panic caused by the status is error
     add 1e7fa88  Merge pull request #20 from neuyilan/fix_panic
     add 5b2023a  Update README.md
     add 81d6f54  Synchronize with master's rpc.thrift (#19)
     add b4f7d3f  Upgrade thrift to v0.14.1 to match IoTDB v0.12.1 (#22)
     add c788b00  add wiki and issues
     add 8743149  [IOTDB-1818] Activate dependabot for go-client repo (#23)
     add 41453fd  Support connecting multiple nodes of the cluster (#25)
     add e69a937  Bump actions/checkout from 2 to 3 (#28)
     add 5eb5427  Update .asf.yaml
     add 87af455  Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#29)
     add d7436cc  Bump actions/cache from 2 to 3 (#30)
     add 7368930  Bump actions/setup-go from 2 to 3 (#31)
     add 040d4d5  Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#33)
     add eb6615d  fix the session id error when reconnect other nodes (#36)
     add e61179c  Update README_ZH.md (#39)
     add 1507bf2  Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 (#38)

No new revisions were added by this update.

Summary of changes:
 test/e2e/Dockerfile.iotdb-client-go => .asf.yaml |    21 +-
 .github/dependabot.yml                           |    29 +
 .github/workflows/e2e.yml                        |     4 +-
 .github/workflows/go.yml                         |     4 +-
 LICENSE-binary                                   |     2 +-
 Makefile                                         |     6 +-
 README.md                                        |    30 +-
 README_ZH.md                                     |     8 +-
 client/rpcdataset.go                             |     4 +-
 client/rpcdataset_test.go                        |     2 +-
 client/session.go                                |   329 +-
 client/sessiondataset.go                         |     2 +-
 example/session_example.go                       |    22 +-
 go.mod                                           |     4 +-
 go.sum                                           |    16 +-
 rpc/rpc.go                                       | 15610 +++++++++++----------
 test/e2e/e2e_test.go                             |     6 +-
 17 files changed, 8499 insertions(+), 7600 deletions(-)
 copy test/e2e/Dockerfile.iotdb-client-go => .asf.yaml (73%)
 create mode 100644 .github/dependabot.yml

Reply via email to