Releases: Neztore/save-server
v2.0.0: Add better image loading and integration tests
v1.5.7: Update dependencies and add automatic docker releases
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
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
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
Resolve security issues from dependencies, including some high severity. You should upgrade.
What's Changed
- Bump sqlite3 from 5.0.8 to 5.1.5 by @dependabot in #44
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #43
Full Changelog: v1.5.3...v1.5.4
v1.5.3: Update dependencies
Important dependency updates, including some security issues. You should upgrade!
v1.5.2: Fix name length bug
Name lengths can now (really!) be up to 40 characters. Woohoo!
v1.5.1: Update dependencies
Security updates, other updates. What's not to love?
v1.5.0: Docker support, Fix Rate limiting
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
DB was modified during last release, but should not have been. Fix that.