Skip to content

Commit b2db558

Browse files
author
semantic-release
committed
build: 4.29.0
Automatically generated by python-semantic-release
1 parent ca9b070 commit b2db558

3 files changed

Lines changed: 8 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,16 @@
11
# CHANGELOG
22

33

4-
## v4.29.0-rc.4 (2026-02-05)
5-
6-
### Bug Fixes
7-
8-
- Ensure USE_X_FORWARDED_PORT is set to True for proxy configuration
9-
([`d6abf4b`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/d6abf4b89a33c933ac9cc0085a9582eb184e75d2))
10-
11-
- Remove redundant access-log-fmt option from granian command in Dockerfile
12-
([`a65965c`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/a65965c19bd51dfd6d0bfcfc8a6899f418f0ac0d))
4+
## v4.29.0 (2026-02-05)
135

146
### Chores
157

16-
- Keep logging simple for now
17-
([`bdc3d6c`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/bdc3d6c644ce452d425a3aedf0c5ab0a988c2a18))
18-
19-
### Features
20-
21-
- Add host option to granian command in Dockerfile
22-
([`bbb126e`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/bbb126e10830c949568a330fb3df972ea69f9cb1))
23-
24-
25-
## v4.29.0-rc.3 (2026-02-04)
26-
27-
### Features
28-
29-
- Setup granian
30-
([`9aad63b`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/9aad63b50bb3a0e7e6ab8a1215b49d970ddaf97d))
31-
32-
33-
## v4.29.0-rc.2 (2026-01-31)
34-
35-
### Features
36-
37-
- Enhance access log format documentation in gunicorn configuration
38-
([`75bc14b`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/75bc14b66e0a6ac3e028fb575f05e8d5d970a571))
39-
40-
- Make num_proxies configurable
41-
([`ead42f8`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/ead42f815fc96e523b353c1272a940ad7e84b340))
42-
43-
44-
## v4.29.0-rc.1 (2026-01-29)
45-
46-
### Features
8+
- Staging to main ([#3762](https://github.com/TheSpaceDevs/spaceflightnewsapi/pull/3762),
9+
[`85aca53`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/85aca53597e0e148bd39e0ce02cfbceb3060207c))
4710

48-
- Add NUM_PROXIES setting to REST_FRAMEWORK for throttling
49-
([`9aa7b66`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/9aa7b669df6e9a44f0ccef9a43830d38671e0973))
11+
- **deps**: Bump django from 5.2.10 to 5.2.11
12+
([#3761](https://github.com/TheSpaceDevs/spaceflightnewsapi/pull/3761),
13+
[`ca9b070`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/ca9b0706a5da0b17ed8cbfd3b35c7c1332c0531b))
5014

5115

5216
## v4.28.0 (2026-01-29)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snapy"
3-
version = "4.29.0-rc.4"
3+
version = "4.29.0"
44
description = "Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps."
55
authors = [{ name = "Derk Weijers", email = "[email protected]" }]
66
readme = "README.md"

src/snapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.29.0-rc.4"
1+
__version__ = "4.29.0"

0 commit comments

Comments
 (0)