Releases: deployd/deployd
Releases · deployd/deployd
v1.0.0-alpha.0
- Extract CLI from core 4b20a97aa568030dd98a9b5579cd8efaf3e03430
- refactor(*): remove dashboard and clientlib eee454dab8ae142a0a36339d707a466a9e1bc04c
v0.8.9
v0.8.8
v0.8.8 (2016-01-18)
Refactor
- session: use socket.io rooms for emitToUsers (ff5f840c95)
Bug Fixes
- dpd.js: use encodeURIComponent
(8d58a12e) - repl: update outdated property name
(05f731c8,
#680) - session:
- test: allow some time for sessions to be cleaned up
(ca0ca85e)
Performance Improvements
- script: memoize dynamic function
(ff6a4dce)
v0.8.7
v0.8.6
v0.8.6 (2015-10-29)
Bug Fixes
- User-collection:
- prevent crash on invalid user for session (thx @nicholasareed)
(4183b7c9) - Server crashes if password is number (thx @docnoe)
(52212427)
- prevent crash on invalid user for session (thx @nicholasareed)
- collection: can't rename or delete new, empty collection (thx @docnoe)
(49f769600) - Dashboard: Property types in dashboard are sortable (thx @docnoe)
(ab7cec630)
Chore
- Dependency Update:
- qs to version 5.2.0
- shelljs to version 0.5.3
- grunt-contrib-jshint to version 0.11.3
- sinon to version 1.17.1
- request to version 2.65.0
- Cleanup: request to version 2.65.0
(0adf309a5) - Build: Our tests now run on NodeJS 4.2
(a5687dc352)
v0.8.5
v0.8.5 (2015-08-05)
Bug Fixes
- bin/dpd: prevent process quit when latestversion is not writable
(d8a507d5) - collection: object queries on booleans would be converted to false
(84a1d039) - internal-client: add null check for ctx
(d3ccf38f) - session: improve how socket.io connection to finds session
(bb05ce4a) - user-collection: null check to prevent crash
(36c4ec2d)
Features
- collection:
- http:
- internal-client:
- script:
v0.8.4
chore: update mongo and socket.io
v0.8.3
v0.8.3 (2015-05-26)
Bug Fixes
- UserCollection:
onGetevent can break session handling
(74f23631) - db: Properly report database connection issues
(25308f89) - http:
- internal-resource: handle errors in type events
(7cec886c) - session: socket disconnection after login
(56fe4d83) - store: add error handling in callbacks
(0bbce4e7) - user-collection: do not allow empty passwords on PUT/POST
(fa076553)
Features
-
collection: add AfterCommit event
(1d6bec51) -
dashboard: height of code editor should fill window
(7ed76106) -
session: allow multiple sockets per sessions And add options.origins
(f67ee1ec)NB: There's a breaking change for an undocumented feature: due to the CORS improvements, all unknown origins will be rejected for CORS requests.
For more info, please refer to this message
v0.8.2
Chore: Bump to 0.8.2
v0.8.1
Chore: bump to 0.8.1