- 1296dab: Fix Content-Type header on mirror action
- c3e12d0: Update
createDownloadAuth
,createUploadAuth
,createMirrorAuth
,createMediaAuth
,createListAuth
, andcreateDeleteAuth
to use options instead of message and expiration arguments - 9de5eed: Add
sha256
argument toonAuth
andonPayment
methods inuploadBlob
,multiServerUpload
, andmirrorBlob
actions
- c3e12d0: Add
client.uploadMedia
method - 41aaa6d: Add
timeout
tomirror
,upload
,list
,delete
,download
actions - 9de5eed: Add
uploadMedia
action - 41aaa6d: Add
mirrorTimeout
tomultiServerUpload
action
- 10719c5: Fix
auth
not getting set on first request - c3e12d0: Fix
client.deleteBlob
using incorrect auth type
- d06052a: Make
pubkey
optional in PaymentRequest - d06052a: Bump @cashu/cashu-ts dependency
- 157af49: Handle servers that don't support HEAD /upload
- 157af49: Fix download, delete, and list authentication
- 89050e5: Renamed
BlossomClient.getBlob
toBlossomClient.downloadBlob
- 89050e5: Removed
created
fromBlobDescriptor
- 89050e5: Renamed
BlossomClient.getMirrorAuth
toBlossomClient.createMirrorAuth
- 89050e5: Updated
BlossomClient.mirrorBlob
to takeBlobDescriptor
instead ofhash, url
- 89050e5: Renamed
BlossomClient.getListAuth
toBlossomClient.createListAuth
- 89050e5: Moved
multiServerUpload
toblossom-client-sdk/actions
- 89050e5: Renamed
BlossomClient.getUploadAuth
toBlossomClient.createUploadAuth
- 89050e5: Added
BlossomClient.payment
for handling payments
- 89050e5: Added support for
X-Reason
header on failed requests
- df84c52: Fix incorrect file hashes in nodejs
- Add support for multiple hashes when creating auth events
- Allow auth to be passed into multiServerUpload
- Add upload exports to package.json
- 8350d95: Remove dependency on cross-fetch and require NodeJS >= 18 for native
fetch
API
- 383a13b: Add
multiServerUpload
method
- Add support for nodejs Buffer type
- 1a5342b: Add mirror blob methods
- 24f4e57: add "x" or "server" tag on get auth
- Add
handleBrokenImages
method for repairing any broken images in an app
- Include "x" tag with sha256 in upload auth
- Allow URL class for server
- e2e93f5: Add
handleImageFallbacks
method