Skip to content

Releases: orhun/rustypaste

v0.5.0

12 Oct 17:08
0cbafd9
Compare
Choose a tag to compare
  • Added an entry in the configuration file to disable "duplicate uploads":
[paste]
# default: true
duplicate_files = false

Under the hood, it checks the SHA256 digest of the uploaded files.

v0.4.1

18 Sep 23:08
a5757d4
Compare
Choose a tag to compare

v0.4.0

27 Aug 19:46
14d2786
Compare
Choose a tag to compare
  • Support expiring links (via expire: header)
    • Timestamps are used as extension for expiring files
    • Expired files can be cleaned up with this command
  • Support one shot links (via oneshot= form field)
    • {server.upload_path}/oneshot is used for storage

v0.3.1

09 Aug 21:04
47f6ff5
Compare
Choose a tag to compare

v0.3.0

09 Aug 20:57
6d29828
Compare
Choose a tag to compare
  • Support overriding MIME types (config: mime_override)
  • Support blacklisting MIME types (config: mime_blacklist)

v0.2.0

04 Aug 15:18
0296bc0
Compare
Choose a tag to compare
  • Support shortening URLs

v0.1.3

27 Jul 21:35
e01911d
Compare
Choose a tag to compare
  • Prevent sending empty file name and zero bytes
  • Prevent path traversal on upload directory (#2)
  • Check the content length while reading bytes for preventing OOM (#1)

v0.1.2

27 Jul 14:28
d02865b
Compare
Choose a tag to compare
  • Update Continuous Deployment workflow to publish Docker images

v0.1.1

27 Jul 14:05
1c596ee
Compare
Choose a tag to compare

Initial release

v0.1.0

27 Jul 13:54
aa007f9
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
chore(ci): update lychee arguments