mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-13 21:06:16 +08:00
merged history
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
|
||||
## 0.6.3
|
||||
|
||||
- Removed dependency on jQuery for dpd.js
|
||||
- JSON-formatted "bad credentials" login error
|
||||
- Fixed "no open connections" bug on startup
|
||||
- Renamed Db.connect to Db.create
|
||||
- Improved error reporting on CLI when port is in use
|
||||
- If in development mode, and no port has been specifically requested, CLI will retry with up to 5 different ports- Fixed "no open connections" bug on startup
|
||||
- Renamed `Db.connect()` to `Db.create()`
|
||||
- Db connections are now lazy and only occur once a request is made
|
||||
|
||||
|
||||
## 0.6.2
|
||||
|
||||
- Fixed rare but annoying bug where server would crash for no good reason ("Cannot set headers") on a request
|
||||
|
||||
Reference in New Issue
Block a user