Skip to content

Releases: hoodiehq/hoodie-server

v9.3.1

20 Aug 19:59
Compare
Choose a tag to compare

<a name"9.3.1">

9.3.1 (2015-08-20)

Bug Fixes

  • database: correctly detect untested vendors (d8e1c132)

v9.3.0

20 Aug 14:44
Compare
Choose a tag to compare

<a name"9.3.0">

9.3.0 (2015-08-20)

Features

v9.2.0

20 Aug 11:36
Compare
Choose a tag to compare

<a name"9.2.0">

9.2.0 (2015-08-20)

Bug Fixes

Features

  • bundle: added browserify cache (b095f355)

v9.1.0

18 Aug 22:23
Compare
Choose a tag to compare

<a name"9.1.0">

9.1.0 (2015-08-18)

Features

  • bundle:

v9.0.1

18 Aug 19:12
Compare
Choose a tag to compare

<a name"9.0.1">

9.0.1 (2015-08-18)

Bug Fixes

  • hooks: expose hooks to env config (c69dba3a)

v9.0.0

18 Aug 18:31
Compare
Choose a tag to compare

<a name"9.0.0">

9.0.0 (2015-08-18)

Features

  • bundle: create hoodie.bundle.js on server start (df161bdc)

Breaking Changes

  • Does no longer watch the plugin file paths, because other parts of plugins aren't watched as well.
    Applying these changes live without reloading the accompanying backend parts could result in inconsistent plugin behavior.

Now a clean restart of hoodie is required.

  • It's no longer possible to set a custom hoodie.hoodiejs property in the package.json, because it's no longer locked inside hoodie-server like it was before.
    You can now use standard npm techniques to overwrite that dependency.

    (df161bdc)

v8.0.3

15 Aug 14:23
Compare
Choose a tag to compare

<a name"8.0.3">

8.0.3 (2015-08-15)

Bug Fixes

  • database: run full setup for external couch (0a307e74)

v8.0.2

15 Aug 04:54
Compare
Choose a tag to compare

<a name"8.0.2">

8.0.2 (2015-08-15)

Bug Fixes

  • task_manager: stop logging huge meaningless error by default (hoodie-plugins-manager/pull/7) (2fd80b49)

v8.0.1

15 Aug 02:47
Compare
Choose a tag to compare

8.0.1 (2015-08-15)

fix

  • fix(hapi): not passing options to core plugins (9bcef95)
  • fix(log): make proper use of prefix (64a791a)
  • fix(logger): correctly pass level and improve output (b420e05)

v8.0.0

15 Aug 00:38
Compare
Choose a tag to compare

<a name"8.0.0">

8.0.0 (2015-08-15)

Breaking Changes

  • Before hoodie-server was sending a subset of its configuration
    to the process. The hoodie-cli could pick that up and log it out nicely. Now
    is no longer started via the CLI and thus this is removed. It's breaking
    nonetheless, because the CLI can no longer work with it.

    (359c1bfd)