Skip to content

Releases: rcltech/phoenix

Phoenix 0.5

10 Jun 13:05
6676047
Compare
Choose a tag to compare

New release with Prisma 2.

Phoenix 0.4

10 Apr 08:57
c354fda
Compare
Choose a tag to compare

Last version of Phoenix using Prisma 1 and SDL-first GraphQL architecture

Phoenix 0.3

18 Oct 10:17
2782443
Compare
Choose a tag to compare
  • Integration with owl to create bookings
  • Implementation of a self-generated token for login

Phoenix 0.2

12 Oct 11:45
04b0333
Compare
Choose a tag to compare

Major features in this release:

User authentication
  • register mutation allows to create a user on the system
  • login mutation allows to login to an existing user

Phoenix 0.1

07 Oct 08:38
3ca7ae0
Compare
Choose a tag to compare
Deploys phoenix to production (#14)

* adds config to deploy to s3

* removes datasources not needed

* fixes vulnerabilities

* adds express for healthcheck

* adds prisma deployment for production

* adds sample env file for phoenix

* Adds deployment to AWS