nodejs 2.0.0-alpha1

Bug fixes
New features

- Transitioning from 8.x-* to semantic versioning.
- Merge patches.

nodejs 8.x-1.3

Bug fixes

Hodge-podge release!

* add diff from #3141241 from Drupal rector
* remove 'resource' config key
* update socket.io connection config

nodejs 8.x-1.2

Bug fixes
New features

Whew. This release has been a long time coming.

Fixes:

nodejs 7.x-1.13

Bug fixes

- Issue #1917540 by SocialNicheGuru, julien66: Move service key setting to main module
- Expose 'join token channel' command in javascript.
- Issue #2288625: socket.sessionid has gone away?

nodejs 7.x-1.12

Bug fixes
New features

Changes:
- Fixes #2677120, reported by Chi: don't use t() on message strings passed to watchdog().
- Reject incompatible nodejs server versions.
- Issue #2685297: Check for node.js app updates.

Note: This version of the module requires version 1.0.9 of the Drupal-Node.js server app. Be sure to update the server app before updating this module.

nodejs 8.x-1.0-beta1

Bug fixes
Insecure

just a couple of fixes since the first alpha.

unless we get any nasty bug reports, we'll release this as GA next week.

nodejs 8.x-1.0-alpha1

Bug fixes
New features
Insecure

First alpha release of Node.js module for Drupal 8.

Please test out and help us get to a stable release!

nodejs 7.x-1.10

Bug fixes
New features
Insecure
  • Added "add users to nodejs channels" permission to the add_user_to_channel form page.
  • Fix issues with access Socket.io's socket.sessionid, which has been renamed to .id

nodejs 7.x-1.8

Bug fixes
New features
Insecure

This release brings server.js up to date with socket.io 1.x, and express.js 3.x.

Test upgrading your node.js dependencies before switching to this version.

nodejs 7.x-1.7

Bug fixes
Insecure

Fixes a few bugs, one of them introduced in 7.x-1.6 version:

nodejs 7.x-1.6

New features
Insecure

* add the ability to specify different host/port combination for the node.js communication from clients vs drupal

nodejs 7.x-1.4

New features
Insecure
  • Allow server extensions to register both get and post routes.
  • Allow server extensions to specify routes that should live under the baseAuthUrl or server.js, so they inherit serviceKey checks.

nodejs 7.x-1.3

New features
Bug fixes
Insecure
  • Bug fix: make sure we use nodejs_auth_get_token() in nodejs_get_config().
  • Bug fix: make sure we start a session before calling session_id() in the default nodejs_auth_get_token() implementation.
  • Feature: pass an $account object to auth token callbacks.

nodejs 7.x-1.2

Bug fixes
Insecure

Bug fix.

Using SSL for the backend was broken because we required an older version of Request, not compatible with Node 0.10.x.

Version bumps all around, and a more better configurable SSL connection.

nodejs 7.x-1.1

New features
Bug fixes
Insecure

Bugfixes and some new features:

nodejs 7.x-1.0-rc2

Bug fixes
Insecure

changes:

  • Commit 09d5a5e on 7.x-1.x by beejeebus - update readme, add note about node-gyp for faster ws module
  • Commit e31e9c2 on 7.x-1.x by beejeebus - bump dependencies, increment version
  • Commit 0675db0 on 7.x-1.x by beejeebus - #1601158: Add CA certificate option for SSL server.js, thanks damien_vancouver
  • Commit f15bc3a on 7.x-1.x by beejeebus - rip out some broken stuff from nodejs_buddylist

nodejs 7.x-1.0-rc1

New features
Bug fixes
Insecure

First release candidate for the Node.js module.

I'll let this sit for a week or so, then call it 1.0 pending any bug reports.

nodejs 7.x-1.0-beta6

New features
Bug fixes
Insecure

Lots of bug fixes, particularly around logout-handling and receiving POST data correctly.

Nice new features, including making the client's socket.id available to Drupal and Node.js for all ajax requests, more power for Node.js server extensions.

nodejs 7.x-1.0-beta4

New features
Bug fixes
Insecure

Lots of new features in this beta, most notably socket-lifetime content channels and package.json file to ease install pain.

Pushing out a new beta so we can shake out bugs.

nodejs 7.x-1.0-beta3

New features
Bug fixes
Insecure

A couple of bugfixes, and a much improved buddylist module, with icons and a UI that updates the online/offline status of your buddies.

nodejs 7.x-1.0-beta2

New features
Bug fixes
Insecure

Many bugs fixed and a few features added since 7.x-1.0-beta1.

Still some more work to do in submodules before 1.0, but this beta is much better than the first one.

nodejs 7.x-1.0-beta1

New features
Bug fixes
Insecure

Some cool new features, better docs and bug fixes.

Bug fixes, polish and docs only from here on to 1.0!

nodejs 7.x-1.0-alpha6

New features
Insecure

Some cool new stuff.

Biggest new feature is server-side extensions :-)

If all goes well, this will be the last alpha, and the next release will be a beta, at which point we start stabilising the code.

nodejs 7.x-1.0-alpha5

New features
Bug fixes
Insecure

Bug fixes and new features. Probably only a couple of alphas to go before beta!

nodejs 7.x-1.0-alpha3

Bug fixes
Insecure

Fixed some bugs with adding/removing channels.

Hardened the information flow, so less is sent down to clients, and more is kept Drupal <---> Node.js.

nodejs 7.x-1.0-alpha2

Second alhpa release.

Do not use this code in production - it will eat your lunch and kill your kittens.

It should be a relatively bug-free snapshot if you want to try it out, but heed the warning above.

This alpha adds per-node notifications.

nodejs 7.x-1.0-alpha1

New features
Insecure

First alhpa release.

Do not use this code in production - it will eat your lunch and kill your kittens.

It should be a relatively bug-free snapshot if you want to try it out, but heed the warning above.

Subscribe with RSS Subscribe to Releases for Node.js integration