Skip to content

2.14.0 Fix RelationDataContent.update, add ActionFailed.__str__

Compare
Choose a tag to compare
@dimaqq dimaqq released this 29 May 02:39
· 97 commits to main since this release
6197de9

This release fixes the RelationDataContent.update method to follow dict.update semantics, that is to allow another dict, an iterable, keyword arguments or a mixture thereof.

Features

  • feat: add a __str__ to ActionFailed, for better unexpected failure output in #1209

Fixes

  • The other argument to RelatationDataContent.update(...) should be optional by @addyess in #1226

Documentation

  • Use the actual emoji character rather than GitHub markup, to show properly on PyPI in #1221
  • Clarify that SecretNotFound may be raised for permission errors in #1231

Refactoring

New Contributors

  • @dimaqq made their first contribution in #1217. Thanks @dimaqq for your first contributions, and welcome to the team!
  • @addyess made their first contribution in #1226

Full Changelog: 2.13.0...2.14.0