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: .pubnub.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
name: c-sharp
2
-
version: "7.3.5"
2
+
version: "7.3.6"
3
3
schema: 1
4
4
scm: github.com/pubnub/c-sharp
5
5
changelog:
6
+
- date: 2025-04-03
7
+
version: v7.3.6
8
+
changes:
9
+
- type: bug
10
+
text: "Reafctor: Removed excess logging from transport module. Removed redundant logging from transport layer and added thread id information for tracking http request."
Copy file name to clipboardExpand all lines: CHANGELOG
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
v7.3.6 - April 03 2025
2
+
-----------------------------
3
+
- Fixed: reafctor: Removed excess logging from transport module. Removed redundant logging from transport layer and added thread id information for tracking http request.
4
+
1
5
v7.3.5 - March 31 2025
2
6
-----------------------------
3
7
- Fixed: standardize connection configuration to address inconsistent platform defaults leading to socket exhaustion under high load.
0 commit comments