Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions changes/2087.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/2122.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.1.25.1.notshown.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.29.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.deendabot.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.mend.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.mendscan.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.safety.fix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changes/noissue.stomp.fix.rst

This file was deleted.

30 changes: 30 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,36 @@ Change log
.. include:: tmp_changes.rst

.. towncrier start
Version 1.25.1
^^^^^^^^^^^^^^

Released: 2026-05-12

**Bug fixes:**

* Fixed dependabot issues up to 2026-05-12.

* Fixed Mend issues up to 2026-02-26.

* Added a step to the release instructions for checking Mend issues in the
internal copy of the repo.

* Fixed safety issues up to 2026-05-12.

* Pinned the version of stomp.py to <8.3.0, because version 8.3.0 caused problems
with the zhmcclient library, and because version 8.3.0 on Pypi has no
corresponding changes in the source code repository of stomp.py.

* Fixed the check for the maximum length of the commit message title to
tolerate squash merges, which add the PR number at the end of the line.

* Fixed a JSONDecodeError when a STOMP notification from the HMC contained the
empty string as the message body, by tolerating that. (`#2087 <https://github.com/zhmcclient/python-zhmcclient/issues/2087>`_)

* Fixed the issue that the zhmcclient mock support returned write-only properties
of resources in Get and List operations. (`#2122 <https://github.com/zhmcclient/python-zhmcclient/issues/2122>`_)


Version 1.25.0
^^^^^^^^^^^^^^

Expand Down
Loading