Releases: codeaffen/phpypam
Releases · codeaffen/phpypam
v1.0.2
New
- add test cases to check PHPyPAMEntityNotFoundException
Fixes
- fix #48 - raise PHPyPAMEntityNotFoundException if searching for non existing host
v1.0.1
- fix exception handling for connection errors
v1.0.0
- documentation tool chain (#27)
- Merge pull request #28 from cmeissner/contributing_and_documentation
v0.1.7
We now should evaluate almost all not found
messages and raise the correct Exception.
This is useful to use the PhpypamNotFoundException to implement create if not exists i
logic for all controllers.
v0.1.6
release v0.1.6 (#25)
* handle not found exception for vrf
* prepare release 0.1.6
v0.1.5
release v0.1.5 (#24)
* return controller paths not names
v0.1.4
Merge pull request #23 from cmeissner/release/v0.1.4
release v0.1.4
v0.1.3
release v0.1.3 (#22)
* fix typo
* prepare release
v0.1.2
release v0.1.2 (#21)
* detailed exception handling
* prepare release
v0.1.1
release v0.1.1 (#20)
As search for a subnet which doesn't exists leads to exit code 200 and
'No subnet found' message we need to adjust the exception handling.
We also add a stupid test for that new exception state.