Skip to content

Releases: deployd/deployd

v1.0.0-alpha.0

10 Nov 11:43

Choose a tag to compare

v1.0.0-alpha.0 Pre-release
Pre-release

v0.8.9

29 Aug 09:49

Choose a tag to compare

v0.8.9 (2016-08-29)

Bug Fixes

v0.8.8

18 Jan 20:23

Choose a tag to compare

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:
    • memory leak
      (a5e572a2)
    • use update for updating sessions, not remove and insert
      (3965ed3b)
  • test: allow some time for sessions to be cleaned up
    (ca0ca85e)

Performance Improvements

  • script: memoize dynamic function
    (ff6a4dce)

v0.8.7

30 Oct 15:55

Choose a tag to compare

v0.8.7 (2015-10-30)

Bug Fixes

  • dpd:: dpd CLI was crashing (shelljs global missing)
    (e1729f2d88)

v0.8.6

29 Oct 17:21

Choose a tag to compare

v0.8.6 (2015-10-29)

Bug Fixes

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

05 Aug 14:07

Choose a tag to compare

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:
    • add BeforeRequest event
      (4960d07f)
    • Add Collection.extendDomain()
      (450b8ada)
    • Add previous to AfterCommit event
      (fd8c9750)
  • http:
    • option to allow dpd-ssh-key via CORS
      (2f795565)
    • cache OPTIONS request for 5 minutes
      (89cd1f02)
  • internal-client:
    • allow access to underlying resource from dpd internal client
      (d478b348)
    • pass through headers and connection from caller
      (9a1cefc0)
  • script:

v0.8.4

26 May 10:32

Choose a tag to compare

chore: update mongo and socket.io

v0.8.3

26 May 10:06

Choose a tag to compare

v0.8.3 (2015-05-26)

Bug Fixes

  • UserCollection: onGet event can break session handling
    (74f23631)
  • db: Properly report database connection issues
    (25308f89)
  • http:
    • allow X-Session-* headers through CORS response
      (e8aa28b3)
    • Allow CORS authorization header (for non-cookie auth)
      (f6c13c96)
  • 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

22 Apr 20:16

Choose a tag to compare

Chore: Bump to 0.8.2

v0.8.1

22 Apr 08:02

Choose a tag to compare

Chore: bump to 0.8.1