Download Latest Version v0.3.0.zip (136.4 kB)
Email in envelope

Get an email when there's a new version of SIPS

Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-06-22 781 Bytes
v0.2.0.tar.gz 2021-06-22 32.0 kB
v0.2.0.zip 2021-06-22 42.6 kB
Totals: 3 Items   75.4 kB 0

Migrations (#13)

This version adds database migrations. They run using a very, very simple custom-built system that can only migrate upwards. Hopefully these won't be necessary very often, but they should be useful when they are, such as in the next feature.

Pin Queue (#11)

Instead of doing all pinning operations while the client is hitting the appropriate endpoint, instead pins are now handled asynchronously by a queue that runs in the background. This means, among other things, that actually doing the pinning is no longer dependent on the client staying connected. Before this, if the client disconnected while the IPFS node was still trying to pin something, the pin would just fail completely. Not great for an HTTP API. Now that's not a problem anymore.

Source: README.md, updated 2021-06-22