Skip to content

Releases: codeaffen/phpypam

v1.0.2

06 Sep 07:56
2f7b948
Compare
Choose a tag to compare

New

  • add test cases to check PHPyPAMEntityNotFoundException

Fixes

  • fix #48 - raise PHPyPAMEntityNotFoundException if searching for non existing host

v1.0.1

04 Jan 17:47
152c719
Compare
Choose a tag to compare
  • fix exception handling for connection errors

v1.0.0

30 Oct 16:09
306e107
Compare
Choose a tag to compare
  • documentation tool chain (#27)
  • Merge pull request #28 from cmeissner/contributing_and_documentation

v0.1.7

29 Oct 07:41
db3d3ae
Compare
Choose a tag to compare

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

28 Oct 19:12
18dc6fa
Compare
Choose a tag to compare
release v0.1.6 (#25)

* handle not found exception for vrf
* prepare release 0.1.6

v0.1.5

28 Oct 07:18
c59ae6c
Compare
Choose a tag to compare
release v0.1.5 (#24)

* return controller paths not names

v0.1.4

27 Oct 14:25
96a13e3
Compare
Choose a tag to compare
Merge pull request #23 from cmeissner/release/v0.1.4

release v0.1.4

v0.1.3

25 Oct 11:53
b10f3be
Compare
Choose a tag to compare
release v0.1.3 (#22)

* fix typo
* prepare release

v0.1.2

25 Oct 11:18
92d7620
Compare
Choose a tag to compare
release v0.1.2 (#21)

* detailed exception handling
* prepare release

v0.1.1

21 Oct 16:39
d98a7c9
Compare
Choose a tag to compare
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.