Skip to content

Releases: Neztore/save-server

v2.0.0: Add better image loading and integration tests

27 Mar 22:54
0cbf4a2

Choose a tag to compare

What's Changed

Full Changelog: v1.5.7...v2.0.0

v1.5.7: Update dependencies and add automatic docker releases

24 May 21:25
20e5fd0

Choose a tag to compare

What's Changed

  • Bump multer from 1.4.5-lts.1 to 2.0.0 in the npm_and_yarn group across 1 directory by @dependabot in #55
  • Update other dependencies
  • A docker container image will now be published to the github container registry on every version release.

Full Changelog: v1.5.6...v1.5.7

v1.5.6: Fix docker, update license and dependencies

01 Mar 19:10
32ee797

Choose a tag to compare

This project now uses the GPLv3 license. This is a marginally more restrictive license than MIT - if you make changes to the source code or incorporate it into a larger project you should also publish that source code.
This release also updates dependencies - including resolving CVEs - and includes some chores in the readme.

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5: Dependency updates

04 Aug 22:10
c2680fd

Choose a tag to compare

What's Changed

  • Bump semver from 6.3.0 to 6.3.1 by @dependabot in #46
  • Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #48
  • Bump the npm_and_yarn group across 1 directories with 1 update by @dependabot in #49
  • Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #52

Full Changelog: v1.5.4...v1.5.5

v1.5.4: Dependency updates

18 Apr 13:05

Choose a tag to compare

Resolve security issues from dependencies, including some high severity. You should upgrade.

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3: Update dependencies

05 Jan 16:30
fcc413f

Choose a tag to compare

Important dependency updates, including some security issues. You should upgrade!

v1.5.2: Fix name length bug

12 Jul 20:28

Choose a tag to compare

Name lengths can now (really!) be up to 40 characters. Woohoo!

v1.5.1: Update dependencies

11 Jul 22:18

Choose a tag to compare

Security updates, other updates. What's not to love?

v1.5.0: Docker support, Fix Rate limiting

03 Jan 17:10

Choose a tag to compare

The server now supports being without Cloudflare.

If using Cloudflare, the environment variable cloudflare_limiting should true.

Also supports Docker, thanks to @EirikFA .

v1.4.1: Revert DB

17 Dec 14:14

Choose a tag to compare

DB was modified during last release, but should not have been. Fix that.