Releases: postgrespro/testgres.common
Releases · postgrespro/testgres.common
1.0.0
Main
In this release we updated exception classes to provide a more useful infrastructure to testgres code.
TestgresException(#3)- new: a pair of RO properties:
messageandsource - new:
__str__returns value of self.message property
- new: a pair of RO properties:
InvalidOperationException(#3)- new: explicit constructor:
def __init__(self, message: str, source: typing.Optional[str] = None) - new:
def __repr__(self) -> str
- new: explicit constructor:
Full Changelog: 0.0.4...1.0.0
0.0.4
What's Changed
Full Changelog: 0.0.3...0.0.4