This repository was archived by the owner on Nov 23, 2022. It is now read-only.
Releases: exoframejs/exoframe-server
Releases · exoframejs/exoframe-server
Rate-limit and log follow release
Additions:
- Add option to follow logs in normal and swarm modes
- Add rate-limit support
Changes:
- Do not attempt to detect errors in build log
- Better checks for compose version in template for swarm
- Better container cleanup for non-swarm deployments
Minor fixes
Fixes:
- Do not attempt to join swarm network if not running in swarm
- Always append 'traefik.enabled=true' to service docker labels
Swarm & recipes release
Additions:
- Add complex recipes support
- Add swarm mode support
Minor load balancing and domain names fixes
Fixes:
- Auto-prepend dot to baseDomain if it's not present & better document baseDomain usage
- Construct unique deployments backend strings to fix loadbalancing for unique deployments
Fastify hotfix release
Minor fix to fastify binding address.
3rd party templates release
Additions:
- Add 3rd party templates support
- Add CORS support that can be enabled via config
- Add way to update to nightly builds
- Allow specifying project template using config file
- Allow configuring Traefik via server config
Changes:
- Rebuild docker-compose services on deployment
- Replace tap with jest and better parallelized tests
- Replace hapi with fastify
Fixes:
- Use Traefik 1.5.0 acme HTTP challenge due to changes to letsencrypt
- Kill self on update on next tick and increase delay to prevent internal errors
Build fix release
Fixes:
- Use after_script in travis so that it fails on build failures
- Use node 8 in travis
- Fix build issue with using spread, update to node 8.9.0 for pkg
Custom labels release
Additions:
- Allow specifying custom labels via project config (thanks FWeinb)
Changes:
- Update dependency versions
First "production ready" release 🎉
Changes:
- Adjust working in readme
- Simplify readme since most docs are now in exoframe cli repo
Dependencies update release
Changes:
- Use Node v8.6.0 for build in pkg
- Update dependencies