Skip to content

Latest commit

 

History

History
174 lines (93 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

174 lines (93 loc) · 2.59 KB

blossom-server

5.1.0

Minor Changes

  • ed1904d: Update cleanup cron to remove blobs without owners if enabled

Patch Changes

  • 53a9099: Fix typo in /mirror endpoint
  • ed1904d: Throw 404 when blob is not found on DELETE /

5.0.0

Major Changes

  • 7045928: Require "media" auth event on /media endpoint

Patch Changes

  • c9d905b: Fix s3 storage implementation not listing all objects

4.7.0

Minor Changes

  • b02c83e: Add /media endpoint

Patch Changes

  • 42ac907: Fix occasional upload failures

4.6.0

Minor Changes

  • 19fc126: Support range requests

Patch Changes

  • 6b6d953: Fix bug with upload size being set to 0

4.5.0

Minor Changes

  • 575ceaa: Use node 22
  • c267585: Remove old database.json migration
  • ad7341c: Return X-Reason header for all errors

Patch Changes

  • c267585: Support reverse proxy headers

4.4.1

Patch Changes

  • 12d21c1: Add BLOSSOM_CONFIG env variable
  • da68352: Fix crash from upload race condition

4.4.0

Minor Changes

  • af5d4c6: Add support for BUD-06 HEAD /upload endpoint
  • af5d4c6: Support auth events with multiple x tags

Patch Changes

  • 7908d09: Bump dependencies

4.3.2

Patch Changes

  • 4f6080a: Fix uncaught error when fetching blob from HTTP

4.3.1

Patch Changes

  • Fix bug with some browsers setting incorrect mime type for .m3u8
  • 8096b37: Expand S3 Storage options

4.3.0

Minor Changes

  • 6749892: Add useSSL and region options for s3 storage

4.2.0

Minor Changes

  • Add removeWhenNoOwners option to config
  • Add window.nostr.js to landing page

4.1.1

Patch Changes

  • Fix typo in /upload endpoint

4.1.0

Minor Changes

  • Add /mirror endpoint
  • Add mirror page to UI

4.0.1

Patch Changes

  • Replace websocket-polyfill package

4.0.0

Major Changes

  • Require "x" tag with sha256 hash on uploads

Minor Changes

  • Rebuild landing page with tailwind and lit

3.0.0

Major Changes

  • Rename "created" field to "uploaded" on blobs

Minor Changes

  • Support "since" and "until" on /list endpoint

2.1.2

Patch Changes

  • 7520055: Add default for publicDomain option
  • 7520055: Change default local blob directory
  • 7520055: Fix bug with unowned blobs in dashboard

2.1.1

Patch Changes

  • Create data directory if it does not exist

2.1.0

Minor Changes

  • Add blob details page with preview

2.0.0

Major Changes

  • Add simple admin dashboard

Patch Changes

  • Fix bug with app crashing when config fields missing

1.1.1

Patch Changes

  • Fix docker image
  • Fix expiration in auth events for index.html