You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
# 2.3.5 / 2025-11-10
2
-
- Fixed Github Issue #516
3
-
- Fixed Github Issue #515
1
+
# 2.3.5 / 2025-11-18
2
+
- Fix for Github Issue #516
3
+
- Fix for Github Issue #515
4
+
- Fix for Github Issue #493
5
+
- Updated the version to 2.3.5
6
+
- Enhanced retry logic in segment/analytics/consumer.py by adding detailed debug logs for each retry attempt and logging an error when all retries are exhausted.
7
+
- Moved the return success out of the finally block in segment/analytics/consumer.py at Line 84.
8
+
- Removed redundant error logging in segment/analytics/request.py to avoid duplicate logs when exceptions are raised.
0 commit comments