Releases: openGemini/opengemini-client-python
Releases · openGemini/opengemini-client-python
v0.1.0
What's Changed
- feat: add write batch points by @goyjy in #38
- ci: introduce typo check by @zhiheng123 in #39
- feat: add show_tag_keys,show_tag_values,show_field_keys,show_series i… by @goyjy in #40
- fix: remove unused class variables (#44) by @zhiheng123 in #49
- docs: add design doc links in README by @Chenxulin97 in #50
- fix: enum variable usage error by @wolfbolin in #51
- chore: add icon in project by @CoulsonYing in #52
- chore: add issue link in vcs.xml by @CoulsonYing in #53
- fix: add init packages and optimize initialization parameters by @goyjy in #56
- fix: multi-threaded problems in counter by @wolfbolin in #58
- fix: incomplete config check by @cpcchengt in #59
- docs: readme by @cpcchengt in #60
- docs: readme usage modify by @cpcchengt in #62
- docs: modify the style of readme doc by @zhiheng123 in #55
- fix: compare with enum by @cpcchengt in #63
- feat: Optimize client initialization and reduce required parameters by @goyjy in #64
- chore: add code of conduct by @instpe in #65
- feat: readme file add sdk usage cases by @goyjy in #66
- build: add license header by @hezhangjian in #67
- build: update linelint github action by @hezhangjian in #68
- ci: add pr title lint by @xuthus5 in #69
- ci: update Github Actions to use new repository path by @xiezhx9 in #71
New Contributors
- @zhiheng123 made their first contribution in #39
- @wolfbolin made their first contribution in #51
- @CoulsonYing made their first contribution in #52
- @cpcchengt made their first contribution in #59
- @instpe made their first contribution in #65
- @xuthus5 made their first contribution in #69
- @xiezhx9 made their first contribution in #71
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- feat: add url_const.py by @heiliuchao in #3
- chore: add serveral class definitions by @heiliuchao in #16
- feat: add client impl, build endpoints from config by @heiliuchao in #18
- chore: add two attribute of AuthConfig and BatchConfig to class Config by @heiliuchao in #19
- test: add unit test file of ping function by @heiliuchao in #21
- fix: fix ping bug and add success test by @heiliuchao in #22
- feat: configuration params add default timeout and validation by @heiliuchao in #24
- chore: format ping_test.py by @shoothzj in #26
- reacfor: optimize error description by @shoothzj in #27
- feat: add test usecase to query interface by @heiliuchao in #25
- refactor: optimize json unmarshall by @shoothzj in #28
- fix: the instantiated series object is empty by @heiliuchao in #30
- fix: correct README_CN.md by @Chenxulin97 in #31
- when series key name is none, failed to decode QueryResult by @goyjy in #34
- feat: add database interface by @goyjy in #35
- feat: add query_post, get_test_default_client common method by @heiliuchao in #29
- feat: add abstract retention policy method define by @shoothzj in #36
- feat: add database and retention policy implement and use cases by @heiliuchao in #37
New Contributors
- @shoothzj made their first contribution in #26
- @Chenxulin97 made their first contribution in #31
Full Changelog: https://github.com/openGemini/opengemini-client-python/commits/v0.0.1