Skip to content

Commit 2bb42d4

Browse files
authored
chore: bump version to 2.8.1
1 parent 691ca08 commit 2bb42d4

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.8.1
4+
5+
### Fixed: GitLab report serialization and workspace baselines
6+
7+
- Full-scan package identities and Socket links now preserve namespaced packages
8+
when the SDK returns enum-backed ecosystem values.
9+
- GitLab dependency-scanning reports emit CVE and GHSA identifiers from current
10+
API fields while remaining compatible with legacy CVE data.
11+
- Implicit diff baselines are selected from the same workspace, scan type,
12+
repository, and default branch.
13+
314
## 2.7.1
415

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

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.7.1"
9+
version = "2.8.1"
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.7.1'
2+
__version__ = '2.8.1'
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)