Releases: rcltech/phoenix
Releases · rcltech/phoenix
Phoenix 0.5
Phoenix 0.4
Last version of Phoenix using Prisma 1 and SDL-first GraphQL architecture
Phoenix 0.3
- Integration with
owl
to create bookings - Implementation of a self-generated token for login
Phoenix 0.2
Major features in this release:
User authentication
register
mutation allows to create a user on the systemlogin
mutation allows to login to an existing user
Phoenix 0.1
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