github streetwriters/notesnook-sync-server v1.0-beta.2

latest release: v1.0-beta.3
pre-release17 days ago

Note: This is a beta version and NOT ready for use in production.

Changes

  1. Add monograph metadata sync support (this will be supported in v3.3+ clients) by @01zulfi in #39
  2. Update S3 client mode for presigned URL generation to EXTERNAL by @StLyn4 in #33
  3. Fix s3 multipart upload by @dyw770 in #22
  4. Fix MongoDB container volume error by @dyw770 in #12
  5. DISABLE_ACCOUNT_CREATION env variable has been changed to DISABLE_SIGNUPS
  6. Fix issue where using invalid ObjectId when publishing a monograph caused an error
  7. Validate mfa methods against user's enabled methods instead of all mfa methoads
  8. Add some basic rate limiting to endpoints
  9. Use sync locks instead of semaphores for managing sync devices
  10. Add support for LastAccessTime for sync devices (we will remove stale devices using this)

Test drive

wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-beta.2/docker-compose.yml
wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-beta.2/.env
docker compose up

Make sure everything is up and running:

docker ps

All the above services must show (healthy) in the output.

New Contributors

Full Changelog: v1.0-beta.1...v1.0-beta.2

Don't miss a new notesnook-sync-server release

NewReleases is sending notifications on new releases.