> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Pipe 0.15 Is Now Live
- URL: https://blog.addpipe.com/pipe-0-15-is-now-live/
- Published: 2016-03-28T12:16:02.000Z
- Updated: 2026-05-21T08:30:36.000Z
- Author: Remus
- Tags: Product Updates, #Import 2026-05-22 13:18

After Pipe’s successful launch, we’ve continued to gather important client feedback. This new version of Pipe is the result of that.

### New Webhook Events

We’ve implemented four new webhooks for the following events:

- video has been recorded.
- video has been uploaded to (S)FTP.
- video has been uploaded to client’s Amazon S3.
- video has been uploaded to Dropbox.

These can be setup from as usual from the \[Webhooks\] tab.

Tests can be sent for each individual type of webhook.

![The updated webhooks section allows you to send test data for each type](https://blog.addpipe.com/content/images/2016/03/webhook-test.png)

If any of them fail, they can be resent from the videos tab exactly the same as the original *video\_transcoded* webhook.

The REST API call for configuring the webhooks has also been updated.

For more details about the new webhooks you can view the updated [documentation](https://addpipe.com/docs/webhooks/setting-up-webhooks/).

### Editable Port Numbers

Until now we’ve only accepted the default port numbers, 21 for FTP and 22 for SFTP.

We’ve realized that this could be a problem and decided to allow the users to input their custom ports if needed.

### Updated REST API

The GET request for the **/video** endpoint has been updated as so:

- **/video/all** returns the following new data: our Pipe storage S3 link and the adjusted datetime dependent on the timezone set for when the video was recorded
- **/video/:id** returns the following new data: our Pipe storage S3 link, the adjusted datetime and the current timezone set.

You can see the exact format in the updated request JSON responses in the [documentation](https://addpipe.com/docs/rest-api/rest-api-v1/).

### Other Changes and Fixes

- Improved billing section
- Better explanation for the \[Do Not Store\] option
- \[Select all\] option for the videos tab
- Updated documentation for **onCamAccess**, **onFlashReady** and **record()**
- FTP testing will now also test the file upload
- Updated (S)FTP help panel
- Fixed issue \[Powered by Pipe\] link going over the recording time when the menu was hidden
- Fixed small issue with a JavaScript call order
- Fixed issue with device names not being encoded correctly with UTF-8