Skip to content

Releases: hoodiehq/hoodie-server

v7.1.0

14 Aug 22:31
Compare
Choose a tag to compare

<a name"7.1.0">

7.1.0 (2015-08-14)

Features

  • log: add comprehensive logging with configurable loglevel (e7f2a0ac, closes #161, #104)

v7.0.0

14 Aug 20:10
Compare
Choose a tag to compare

<a name"7.0.0">

7.0.0 (2015-08-14)

Features

  • when no COUCH_URL is provided spawn pouchdb-server instead of couchdb (e0184a67)
  • pouchdb-server: add in-memory flag (1c1ae629)
  • server: upgraded hapi to 9.0.1 (2d464fb0)

Breaking Changes

  • The functionality to automatically start a CouchDB got
    removed from Hoodie. If you want to run Hoodie with a CouchDB instance you
    have to start it yourself and provide Hoodie the URL where it's reachable.

This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:

http://go.hood.ie/thehoodiefirm

(e0184a67)

v6.1.0

14 Aug 12:06
Compare
Choose a tag to compare

<a name"6.1.0">

6.1.0 (2015-08-14)

Features

  • credentials: add in-memory cache (8583e7db)

v6.0.2

13 Aug 21:39
Compare
Choose a tag to compare

<a name"6.0.2">

6.0.2 (2015-08-13)

Bug Fixes

  • plugins-api: use startkey and endkey (5c447bdc)

v6.0.1

13 Aug 17:13
Compare
Choose a tag to compare

<a name"6.0.1">

6.0.1 (2015-08-13)

Bug Fixes

  • plugins-manager: changes legacy pool (fe9278cc)

v6.0.0

13 Aug 12:29
Compare
Choose a tag to compare

<a name"6.0.0">

6.0.0 (2015-08-13)

Features

  • plugins-manager: upgraded Nodemailer (4c515592)

Breaking Changes

  • Nodemailer has been upgraded from version 0.5.2 to 1.4.0

This change only affects the hoodie.sendEmail methode (Plugins API).
If you used the hoodie.sendEmail method, please take a look into the migration guide.

(4c515592)

v5.0.6

12 Aug 16:55
Compare
Choose a tag to compare

<a name"5.0.6">

5.0.6 (2015-08-12)

Bug Fixes

  • couchdb: correctly detect couchdbs that reply "Welcome" instead of "Welcome!" (404dc780)

v5.0.5

12 Aug 15:47
Compare
Choose a tag to compare

<a name"5.0.5">

5.0.5 (2015-08-12)

Bug Fixes

  • config_manager: no duplicate slashes in request urls (ba122db8)
  • couch: if the couch vendor is not couch still start, but with warning (25ec3c06)
  • utils:
    • change method to GET to support more couchdb vendors (e.g. pouchdb-server) (3404718e)
    • normalize COUCH_URL (61dc51d6, closes #311)

v5.0.4

11 Aug 22:56
Compare
Choose a tag to compare

<a name"5.0.4">

5.0.4 (2015-08-11)

Bug Fixes

  • hconsole: remove another unused method (619bab93)

v5.0.3

11 Aug 22:46
Compare
Choose a tag to compare

<a name"5.0.3">

5.0.3 (2015-08-11)

Bug Fixes

  • hconsole: remove unused method (af06cfcf)