Releases: vesoft-inc/nebula-python
Releases · vesoft-inc/nebula-python
v3.8.3
- fix cast primitive for node/relationship by @BeautyyuYanli in #362
- Again fix cast_primitive for Node by @BeautyyuYanli in #363
- Avoid deprecation warning for setDaemon by @ice1x in #364
New Contributors
Full Changelog: v3.8.2...v3.8.3
v3.8.2
This release is mainly for TLS support of Session Pool.
What's Changed
- feat: support TLS for session pool by @BeautyyuYanli in #360
- fix connection not release bug by @ghjhhyuyuy in #353
New Contributors
- @ghjhhyuyuy made their first contribution in #353
Full Changelog: v3.8.1...v3.8.2
NebulaGraph Python Client v3.8.1
What's Changed
- docs: Update Version Compatibility matrix by @wey-gu in #342
- Update ResultSet.py by @sherif-abdelkarim in #343
- chore: update rpc update docs by @wey-gu in #341
- fix connection by @Nicole00 in #347
- dx: ResultSet.as_premitive() by @wey-gu in #348
- feat: cast params by @wey-gu in #349
- fix: cast_primitive data type by @zhangweidev in #354
- feat: primitive params by @BeautyyuYanli in #351
- docs: feat: primitive params by @BeautyyuYanli in #352
- bump version 3.8.1 by @BeautyyuYanli in #357
New Contributors
- @sherif-abdelkarim made their first contribution in #343
- @zhangweidev made their first contribution in #354
Full Changelog: 9174a0d...ecbb69c
NebulaGraph Python Client 3.8.0
What's Changed
- add_api_ref for master by @ChrisChen2023 in #313
- Update nodejs dependent actions by @ChrisChen2023 in #315
- hotfix invoking the Node tags method by @haoxins in #317
- feat: renew session for expiration, re-execute when error by @wey-gu in #306
- support auth for scan by @Nicole00 in #321
- support http2 and custom headers by @HarrisChu in #322
- fix: remove new exceptions by @wey-gu in #326
- fix leader change by @HarrisChu in #330
- feat: support JupyterLite/Emscripten by @wey-gu in #332
- feat: ResultSet& ValueWrapper sugars for Graph Visualisation & Data Sci by @wey-gu in #323
- release 3.8.0 by @wey-gu in #335
- fix: support conn_pool ping before init | add missing dep in py3.6 by @wey-gu in #339
- Add a base class for functions execute_* by @BeautyyuYanli in #338
New Contributors
- @BeautyyuYanli made their first contribution in #338
Full Changelog: v3.5.0...v3.8.0
NebulaGraph Python client v3.5.1
What's Changed
- Add api for release 3.5 by @ChrisChen2023 in #314
- add_api_ref for master by @ChrisChen2023 in #313
- Update nodejs dependent actions by @ChrisChen2023 in #315
- Update nodejs dependent actions by @ChrisChen2023 in #316
- hotfix invoking the Node tags method by @haoxins in #317
- feat: renew session for expiration, re-execute when error by @wey-gu in #306
- support auth for scan by @Nicole00 in #321
- support http2 and custom headers by @HarrisChu in #322
- fix: remove new exceptions by @wey-gu in #326
- fix leader change by @HarrisChu in #330
- feat: support JupyterLite/Emscripten by @wey-gu in #332
- feat: ResultSet& ValueWrapper sugars for Graph Visualisation & Data Sci by @wey-gu in #323
- release: 3.5.1 by @wey-gu in #333
Full Changelog: v3.5.0...v3.5.1
NebulaGraph Python client v3.5.0
What's Changed
- Update readme for v3.4 release by @Aiee in #258
- update action environment by @Shinji-IkariG in #259
- Bugfix: sclient.get_space_addrs by @autumnalK in #268
- fix(SessinPoolExample.py): change port by @LaoshuBaby in #272
- fix: ValueWrapper.cast support EMPTY type by @wey-gu in #269
- fix: issue #277, logging is not defined by @Lincyaw in #280
- Update README for version by @Sophie-Xie in #281
- add sphinx conf to auto generate python api doc by @Nicole00 in #286
- feat: add examples to ci as the function test by @liuxiaocs7 in #293
- feat: support publish docs to readthedocs by @liuxiaocs7 in #292
- chore: read the doc slug update by @wey-gu in #295
- docs: fix link by @haoxins in #296
- update certs by @HarrisChu in #298
- Make tag param optional for Node properties method by @haoxins in #302
- feat: Add get_prop_names methods for scan results by @haoxins in #297
- feat: modernize with PDM by @frostming in #304
- add setup.py by @Nicole00 in #307
- add version selection by @javaGitHub2022 in #305
- doc: add note for python3.6 build from source by @wey-gu in #309
- Revert "add version selection" by @Nicole00 in #311
- release 3.5.0 by @wey-gu in #312
New Contributors
- @kikimo made their first contribution in #133
- @Hera-han made their first contribution in #124
- @HarrisChu made their first contribution in #144
- @kevin-meng made their first contribution in #138
- @czpmango made their first contribution in #147
- @CPWstatic made their first contribution in #148
- @greyli made their first contribution in #154
- @jsoref made their first contribution in #172
- @alan890104 made their first contribution in #221
- @liuxiaocs7 made their first contribution in #250
- @Shinji-IkariG made their first contribution in #259
- @autumnalK made their first contribution in #268
- @LaoshuBaby made their first contribution in #272
- @Lincyaw made their first contribution in #280
- @Sophie-Xie made their first contribution in #281
- @Nicole00 made their first contribution in #286
- @haoxins made their first contribution in #296
- @frostming made their first contribution in #304
- @javaGitHub2022 made their first contribution in #305
Full Changelog: v3.4.0...v3.5.0
NebulaGraph Python client v3.4.0
What's Changed
Bug fixes:
- fix session._connection none error by @liuxiaocs7 in #250
- Remove unusable connection if connection Ping() failed by @Aiee in #255
Others:
- Enable action for release branches by @Aiee in #234
- add coverage by @HarrisChu in #235
- add auto label by @HarrisChu in #243
- Set lower bound version for install requirements by @greyli in #155
- fix readme by @HarrisChu in #256
- Replace the protocol with header protocol by @Aiee in #254
New Contributors
- @liuxiaocs7 made their first contribution in #250
Full Changelog: 3.3.0...v3.4.0
NebulaGraph Python client v2.6.1
NebulaGraph Python client v3.3.0
What's Changed
Features:
- Feature/add typing by @alan890104 in #221
- feature/auto-cast by @alan890104 in #222
- Add session pool by @Aiee in #229
BugFixes:
- Fix deploy action by @Aiee in #210
- fix scan vertex index for prop value by @wey-gu in #219
- Fixed cast of as_node and as_relationship by @wey-gu in #227
Others:
New Contributors
- @alan890104 made their first contribution in #221
Full Changelog: v3.1.0...v3.3.0
Nebula Python client v3.1.0
What's Changed
Bugfix:
- Fix scan cursor by @HarrisChu in #201
- Fix execute_json_with_params by @wey-gu in #203
Others:
Full Changelog: v3.0.0...v3.1.0