Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Releases: Pisamad/p4api

Change constructor syntax

25 Jul 18:23
Compare
Choose a tag to compare
  • Add binPath option
  • Change constructor option syntax (old syntax is still enable)

Fix Invalid Marshalled input

10 Aug 11:02
Compare
Choose a tag to compare
V3.2.3

Fix issue #5 for V3.2.3

timeout option

02 Mar 19:22
43d9343
Compare
Choose a tag to compare

timeout option allows to kill a p4 too long process

Cancellation

02 Mar 19:25
Compare
Choose a tag to compare

Allow to cancel a promise returned by p4api.cmd function.
When a promise is canceled, the corresponding p4 process is killed.