File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55### Features
66
7- 1 . [ #142 ] ( https://github.com/InfluxCommunity/influxdb3-python/pull/142 ) : Support fast writes without waiting for WAL
7+ 1 . [ #141 ] ( https://github.com/InfluxCommunity/influxdb3-python/pull/141 ) Move "setuptools" package to build dependency.
8+ 2 . [ #142 ] ( https://github.com/InfluxCommunity/influxdb3-python/pull/142 ) : Support fast writes without waiting for WAL
89 persistence:
910 - New write option (` WriteOptions.no_sync ` ) added: ` True ` value means faster write but without the confirmation that
1011 the data was persisted. Default value: ` False ` .
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=21.0.0" ]
3+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 66 'reactivex >= 4.0.4' ,
77 'certifi >= 14.05.14' ,
88 'python_dateutil >= 2.5.3' ,
9- 'setuptools >= 21.0.0' ,
109 'urllib3 >= 1.26.0' ,
1110 'pyarrow >= 8.0.0'
1211]
You can’t perform that action at this time.
0 commit comments