Skip to content

Commit 19658bf

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.29.0
1 parent 9724b21 commit 19658bf

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.28.0"
2+
".": "1.29.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the version in palvelutarjotin/__init.py__ -->
33

4+
## [1.29.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.28.0...palvelutarjotin-v1.29.0) (2026-01-23)
5+
6+
7+
### Features
8+
9+
* Handle LinkedEvents API timeouts for popular keywords ([54dcdf7](https://github.com/City-of-Helsinki/palvelutarjotin/commit/54dcdf7eccb173e97ee081b634b3673cee624779))
10+
* Use django-resilient-logger for audit logging ([957bda3](https://github.com/City-of-Helsinki/palvelutarjotin/commit/957bda3a755663baa75fe15d4aab0e499ac2637a))
11+
12+
13+
### Bug Fixes
14+
15+
* Make LinkedEvents API timeout configurable ([25f4096](https://github.com/City-of-Helsinki/palvelutarjotin/commit/25f4096663f8eba88fd8f8dac3dc87d42ddee8ac))
16+
* Treat LinkedEvents 404/410 as ObjectDoesNotExistError ([9724b21](https://github.com/City-of-Helsinki/palvelutarjotin/commit/9724b213f09f895e4f8cfb92c6ff3ecdffa26704))
17+
18+
19+
### Dependencies
20+
21+
* Bump wheel from 0.45.1 to 0.46.2 ([c9060e5](https://github.com/City-of-Helsinki/palvelutarjotin/commit/c9060e5b7e49a6f83e7c365a654b81c65c39b07d))
22+
423
## [1.28.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.27.1...palvelutarjotin-v1.28.0) (2026-01-21)
524

625

palvelutarjotin/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "palvelutarjotin"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)