Skip to content

Commit 2cfe0e2

Browse files
committed
docs: update CHANGELOG.md
1 parent f1731cb commit 2cfe0e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 1.24.0 [unreleased]
22

3+
### Features
4+
1. [#356](https://github.com/influxdata/influxdb-client-python/pull/356): Add `MultiprocessingWriter` to write data in independent OS process
5+
36
## 1.23.0 [2021-10-26]
47

58
### Deprecates

tests/test_MultiprocessingWriter.py

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def test_pass_parameters(self):
6666

6767
# write data
6868
with MultiprocessingWriter(url=self.url, token=self.token, org=self.org, write_options=SYNCHRONOUS) as writer:
69-
print(f"write: {os.getpid()}")
7069
writer.write(bucket="my-bucket", record=f"mem_{unique},tag=a value=5i 10", write_precision=WritePrecision.S)
7170

7271
# query data

0 commit comments

Comments
 (0)