Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@bharatari bharatari released this 18 Sep 14:08
· 6 commits to master since this release
0cb1cff

Changes

  • Added action logging to reservations microservice
  • Removed legacy code from services
  • Added image support to user (newshub-authentication) and device (newshub-reservations) models
  • Added newshub-files microservice for file uploads

Bug fixes

  • Hide microservice ports from host

Services

  • newshub-gateway v2.0.0
  • newshub-authentication v2.0.0
  • newshub-reservations v2.0.0
  • newshub-events v2.0.0
  • newshub-files v2.0.0
  • newshub-client v2.0.0

Notes

NewsHub is skipping directly to v2.0.0 to cleanly break from earlier versioning inconsistencies. With a new monorepo project structure, NewsHub versioning can now be far more consistent. All existing services will begin their versioning at v2.0.0, skipping v1.0.0. Services can continue to be versioned independently from this point and a NewsHub release (as in the cohesive product) will simply be a snapshot of all service versions at a specific point. The monorepo structure allows for this easy cross-service versioning as a single version tag snapshots all of the services at once.