Releases: EdouardCourty/ipfs-php
Releases · EdouardCourty/ipfs-php
v1.4.0
v1.4.0
This release enhances the add feature, by allowing to precisely upload files and directories instead of raw data.
Additions
- Added the
IPFSClient::addFilemethod, which allows for adding files to IPFS.- Added corresponding tests for the new method.
- Added the
IPFSClient::addDirectorymethod, which allows for adding directories to IPFS.- Added corresponding tests for the new method.
- Added the
Directorymodel and corresponding transformer.- Added corresponding tests for the new transformer.
- Other minor additions such as
Helper\FilesytemHelper - Added code examples.
Updates
- Updated
README.mdto use the newIPFSClient::addFilemethod instead ofIPFSClient::addin the provided code example.
v1.3.0
v1.3.0
This release brings support for the resolve command.
Additions
- Added the
IPFSClient::resolvemethod, which returns the path to a given IPFS name.- Added corresponding tests for the new method.
v1.2.0
v1.2.0
This release brings support for the swarm/peers command.
Additions
- Added the
IPFSClient::getPeersmethod, which returns a list of all the node's connected peers.- Added
Peer,PeerIdentity,PeerStreammodels and corresponding transformers - Added corresponding tests for the new transformers and methods.
- Added
v1.1.0
v1.1.0
This releases brings support for the CID IPFS identifiers.
Additions
- Added the
IPFS\Service\CIDEncoderclass that allows for encoding v1 CIDs in thebafkformat.
Updates
- Enhanced the
IPFSClient::pingunit test to handle the actual response format from IPFS nodes.
v1.0.0
Initial release of ipfs-php.
Added
- Adding a file to IPFS
- Pinning a file to a node
- Unpinning a file to a node
- Get the content of a file
- Download a file (as itself or in a compressed archive)
- Get a node's version information
- Ping a node
- Shutdown a node
- Get a node's configuration
Updated
N/A
Deleted
N/A