We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e8b7d commit bc37351Copy full SHA for bc37351
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.4.1 - 2024-02-09
2
+
3
+1. Use new hosts for event capture as well
4
5
## 3.4.0 - 2024-02-05
6
7
1. Point given hosts to new ingestion hosts
posthog/client.py
@@ -100,7 +100,7 @@ def __init__(
100
consumer = Consumer(
101
self.queue,
102
self.api_key,
103
- host=host,
+ host=self.host,
104
on_error=on_error,
105
flush_at=flush_at,
106
flush_interval=flush_interval,
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.4.0"
+VERSION = "3.4.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments