v0.4.0
What's Changed
- fix: a panic error occurs in the func WritePoint when dbserver has been down #79 by @njbestway in #81
- feat: support write data into special retention policy by @Chenxulin97 in #82
- chore: test file format by @xuthus5 in #97
- fix: variable spell issue by @cyruslo in #99
- feat: make client does not register prometheus by default by @xuthus5 in #98
- fix: http body no close in ping method #92 by @dream-kzx in #104
- perf: minimize assertion calls and reduce overhead by @dream-kzx in #107
- chore: error uses the common naming format by @dream-kzx in #108
- docs: add design doc links in README by @Chenxulin97 in #109
- fix: variable spell issue (#84) by @wolfbolin in #110
- feat: support ipv6 address by @shoothzj in #115
- docs: add client design doc link in README by @xuthus5 in #116
- perf: optimize the code used by slice(#102)(#103) by @cyruslo in #117
- chore: add icon in project by @CoulsonYing in #120
- chore: add issue link in vcs.xml by @CoulsonYing in #121
- feat: allow user config MaxConnsPerHost and MaxIdleConnsPerHost (#90) by @wolfbolin in #111
- fix: ping with context by @xuthus5 in #122
- chore: add detailed description for BatchSize by @xuthus5 in #113
- chore: delete redundant setters by @Chenxulin97 in #125
- chore: add CallbackDummy as empty WriteCallback by @Chenxulin97 in #124
- refactor: remove context param from WritePoint method by @shoothzj in #127
- build: update go build version by @Chenxulin97 in #129
- docs: update golang version requirement by @wolfbolin in #130
- ci: pin golang version to 1.20 by @shoothzj in #137
- fix: remove duplicated checking in ShowRetentionPolicies (#132) by @hiiiik in #138
- refactor: leverage batchContext solve batch objects lifecycle by @shoothzj in #136
- feat: add custom labels to all the metrics by @xuthus5 in #140
- feat: write batch support ctx param by @xuthus5 in #141
- fix: batch channel not close when client close by @cyruslo in #123
- chore: remove duplicate select block by @shoothzj in #142
- docs: remove dot import by @Chenxulin97 in #143
New Contributors
- @njbestway made their first contribution in #81
- @dream-kzx made their first contribution in #104
- @wolfbolin made their first contribution in #110
- @CoulsonYing made their first contribution in #120
- @hiiiik made their first contribution in #138
Full Changelog: v0.3.0...v0.4.0