Releases: vapor/toolbox
Releases · vapor/toolbox
Vapor Toolbox 3.1.6
Fixes:
- Linux Swift 4.1
- Procfile for Vapor 3
Also moves tests to CircleCI
Vapor Toolbox 3.1.5
Fixed:
- Problem with compiling with Swift 4.1.0 on Linux
Vapor Toolbox 3.1.4
Fixed:
vapor cloud run ...
command no longer ignores the first argument.--enable-prefetching
flag has been removed.
Vapor Toolbox 3.1.3
Fixed:
- Allow
-n
to be passed duringvapor xcode
Vapor Toolbox 3.1.2
Fixed:
- Added loading bars to
vapor cloud db ...
commands. - Simplified some
vapor cloud db ...
command inputs.
Vapor Toolbox 3.1.1
Fixed:
- Update to latest cloud models package.
Vapor Toolbox 3.1.0
Adding database beta.1 this is the newest Cloud feature, rebuilding the current database system, adding support for more flexibility.
Get started on the beta by running:
vapor cloud db beta
Vapor Toolbox 3.0.3
Fixed:
- Support for modifying config keys with
=
in them.
Vapor Toolbox 3.0.2
Fixed:
- Statically link Swift libs on macOS.
Vapor Toolbox 3.0.1
Improves the vapor cloud deploy
process:
- Asks to create a project if none exists.
- Helpful information while creating: projects, applications, environments, and hosting.
- Shows prices for hosting and databases
- Removed error log during first
vapor cloud login
- Explains build types
- Show
vapor cloud command
during project creation