Skip to content

Commit bbb2962

Browse files
committed
Bump version to 2.9.3
Rebuilds the socketdev/cli image against socket@1.1.175. The Dockerfile installs the socket npm CLI unpinned, so an image carries whatever was current when it was built. The newest image predates 1.1.175 and still routes direct Socket API calls without honoring HTTPS_PROXY/HTTP_PROXY, which fails in runners where the proxy is the only route out. No Python code changes.
1 parent 5c1674a commit bbb2962

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.9.3
4+
5+
### Changed: rebuild the Docker image against Socket CLI 1.1.175
6+
7+
- No Python changes. The `socketdev/cli` image installs the `socket` npm CLI
8+
unpinned, so it picks up whatever version is current when the image is built.
9+
This release exists to rebuild the image against `socket@1.1.175`, which fixes
10+
direct Socket API calls ignoring `HTTPS_PROXY`/`HTTP_PROXY`. Images published
11+
before it carry an older CLI that connects directly, which fails in runners
12+
where the proxy is the only route out.
13+
314
## 2.9.2
415

516
### Changed: bump pinned @coana-tech/cli to 15.10.44

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.9.2"
9+
version = "2.9.3"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

‎socketsecurity/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.9.2'
2+
__version__ = '2.9.3'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

‎uv.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)