Skip to content

Commit ef3daff

Browse files
committed
expose max server connections via env AZBOBBY_MAX_CONNECTIONS_PER_SERVER
1 parent a9ad195 commit ef3daff

31 files changed

Lines changed: 10 additions & 167 deletions
-42 KB
Binary file not shown.

Modules/AzBobbyTables/3.5.0/PSGetModuleInfo.xml

Lines changed: 0 additions & 158 deletions
This file was deleted.
-47.5 KB
Binary file not shown.
41.5 KB
Binary file not shown.

Modules/AzBobbyTables/3.5.0/AzBobbyTables.psd1 renamed to Modules/AzBobbyTables/3.5.1/AzBobbyTables.psd1

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'AzBobbyTables.PS.dll'
55

66
# Version number of this module.
7-
ModuleVersion = '3.5.0'
7+
ModuleVersion = '3.5.1'
88

99
# Supported PSEditions
1010
CompatiblePSEditions = @('Core')
@@ -110,7 +110,13 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = ''
113+
ReleaseNotes = '## [3.5.1] - 2026-04-21
114+
115+
### Changed
116+
117+
- Share a single HttpClient across all TableClient/TableServiceClient instances via HttpClientTransport, enabling TCP connection pooling and reducing socket churn in high-concurrency scenarios
118+
119+
'
114120

115121
# Prerelease string of this module
116122
# Prerelease = ''
@@ -132,4 +138,3 @@ PrivateData = @{
132138
# DefaultCommandPrefix = ''
133139

134140
}
135-
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ The format is based on and uses the types of changes according to [Keep a Change
44

55
## [Unreleased]
66

7-
## [3.5.0] - 2026-04-20
8-
97
### Changed
108

11-
- Now shares a single HttpClient across all TableClient/TableServiceClient instances via HttpClientTransport, enabling TCP connection pooling and reducing socket churn in high-concurrency scenarios [#122](https://github.com/PalmEmanuel/AzBobbyTables/pull/122)
12-
- Bump System.Linq.Async from 7.0.0 to 7.0.1
9+
- Share a single HttpClient across all TableClient/TableServiceClient instances via HttpClientTransport, enabling TCP connection pooling and reducing socket churn in high-concurrency scenarios
1310

1411
## [3.4.2] - 2026-03-30
1512

@@ -95,8 +92,7 @@ The format is based on and uses the types of changes according to [Keep a Change
9592

9693
## 3.1.1 - 2023-05-03
9794

98-
[unreleased]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.5.0...HEAD
99-
[3.5.0]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.4.2...v3.5.0
95+
[unreleased]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.4.2...HEAD
10096
[3.4.2]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.4.1...v3.4.2
10197
[3.4.1]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.4.0...v3.4.1
10298
[3.4.0]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.3.2...v3.4.0
47.5 KB
Binary file not shown.

Modules/AzBobbyTables/3.5.0/dependencies/Azure.Core.dll renamed to Modules/AzBobbyTables/3.5.1/dependencies/Azure.Core.dll

File renamed without changes.

Modules/AzBobbyTables/3.5.0/dependencies/Azure.Data.Tables.dll renamed to Modules/AzBobbyTables/3.5.1/dependencies/Azure.Data.Tables.dll

File renamed without changes.

0 commit comments

Comments
 (0)