Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit 4b8846b

Browse files
committed
release: 2.42.1
## Changed - Fixed the frontend unnecessarily logging device information from API - Fixed the metadata saving process crashing build upload due to missing values - Updated Python in server Dockerfile to 3.12.10-r0 - Updated dependencies (server) - @types/react (19.0.11 -> 19.1.1) - sentry-sdk (2.23.1 -> 2.25.1) - humanize (4.12.1 -> 4.12.2) - python-dotenv (1.0.1 -> 1.1.0) - djangorestframework (3.15.2 -> 3.16.0) - react (19.0.0 -> 19.1.0) - react-dom (19.0.0 -> 19.1.0) - @types/react-dom (19.0.4 -> 19.1.2) - typescript (5.8.2 -> 5.8.3) - webpack (5.98.0 -> 5.99.5) - celery (5.4.0 -> 5.5.1) - django-celery-results (2.5.1 -> 2.6.0) - crispy-bootstrap5 (2024.10 -> 2025.4) - Updated dependencies (shippy) - setuptools (76.1.0 -> 78.1.0) - sentry-sdk (2.23.1 -> 2.25.1) - humanize (4.12.1 -> 4.12.2) - rich (13.9.4 -> 14.0.0) - Updated dependencies (release-helper) - clap (4.5.32 -> 4.5.35)
1 parent 585d0f9 commit 4b8846b

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,38 @@ The format is based on [Keep a Changelog][keep-a-changelog].
66

77
# [Unreleased]
88

9-
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.42.0...HEAD
9+
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.42.1...HEAD
10+
11+
12+
# [2.42.1] - 2025-04-12
13+
14+
## Changed
15+
- Fixed the frontend unnecessarily logging device information from API
16+
- Fixed the metadata saving process crashing build upload due to missing values
17+
- Updated Python in server Dockerfile to 3.12.10-r0
18+
- Updated dependencies (server)
19+
- @types/react (19.0.11 -> 19.1.1)
20+
- sentry-sdk (2.23.1 -> 2.25.1)
21+
- humanize (4.12.1 -> 4.12.2)
22+
- python-dotenv (1.0.1 -> 1.1.0)
23+
- djangorestframework (3.15.2 -> 3.16.0)
24+
- react (19.0.0 -> 19.1.0)
25+
- react-dom (19.0.0 -> 19.1.0)
26+
- @types/react-dom (19.0.4 -> 19.1.2)
27+
- typescript (5.8.2 -> 5.8.3)
28+
- webpack (5.98.0 -> 5.99.5)
29+
- celery (5.4.0 -> 5.5.1)
30+
- django-celery-results (2.5.1 -> 2.6.0)
31+
- crispy-bootstrap5 (2024.10 -> 2025.4)
32+
- Updated dependencies (shippy)
33+
- setuptools (76.1.0 -> 78.1.0)
34+
- sentry-sdk (2.23.1 -> 2.25.1)
35+
- humanize (4.12.1 -> 4.12.2)
36+
- rich (13.9.4 -> 14.0.0)
37+
- Updated dependencies (release-helper)
38+
- clap (4.5.32 -> 4.5.35)
39+
40+
[2.42.1]: https://github.com/shipperstack/shipper/compare/2.42.0...2.42.1
1041

1142
# [2.42.0] - 2025-03-18
1243

server/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.42.0
1+
2.42.1

shippy/shippy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.42.0"
1+
__version__ = "2.42.1"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.42.0
1+
2.42.1

0 commit comments

Comments
 (0)