Skip to content

Releases: CS450-ECE461/fall2016-group1-apiserver

v0.3.0

05 Dec 06:25
Compare
Choose a tag to compare

Important Notes:

  • AWS deployment to production environment is complete. Contact a member of the project for access.

Change Log:

  • Add ability to query channel member(s) by object ID
  • Fixed issues with channel and message controllers

v0.2.2

02 Dec 03:39
Compare
Choose a tag to compare

Change Log:

  • Add channel router and controller
  • Automatically generate a channel when needed if not provided on creating a message
  • Strengthen tests for message and channel API
  • Add pending tests for roles/permissions implementation

v0.2.1

22 Nov 03:10
Compare
Choose a tag to compare

Change Log:

  • Fixed bugs related to password hashing and change password functionality
  • Capture errors on hashing

v0.2.0

21 Nov 19:18
Compare
Choose a tag to compare

Important Notes:

  • Support dropped for old-stable Node v5.
  • JWT should now be in the Authorization header, i.e.: Authorization: JWT <token>.
  • JWT is now required for creating organizations, sending messages, and reading messages/channels.
  • Endpoint POST /api/v1/users/me is now deprecated and will be removed in a future release.

Change Log:

  • Added support for complex querying, sorting, pagination via ResourceController and MongoDB aggregation
  • Added endpoints for organizations, channels, and messages (see documentation)
  • Code Climate, Coveralls, ESLint integrated to help with code quality
  • Added support for the Node v7 environment
  • Updated project dependencies
  • Fixed various bugs with ResourceController
  • Integrated authentication/deauthentication into ResourceClient
  • Updated documentation for the Users API
  • Various tests added to increase code coverage
  • Integrated ESLint into testing
  • Integrated Code Climate service
  • Integrated Coveralls service

v0.1.2

14 Nov 00:42
Compare
Choose a tag to compare
v0.1.2

v0.1.1

10 Nov 17:46
Compare
Choose a tag to compare
v0.1.1

v0.1.0

07 Nov 05:52
Compare
Choose a tag to compare
v0.1.0