Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: prisma/prisma1

1.3.0 (2018-02-27)

27 Feb 16:07
af3f21d
Compare
Choose a tag to compare

Prisma 1.3.0 (2018-02-27)

CLI

  • 8ccedd5 fix(cli): shared cluster detection
  • 5343958 fix(cli): updated dependencies

1.2.8 (2018-02-23)

23 Feb 21:53
Compare
Choose a tag to compare

Fix

  • prisma cli: update graphql-cli dependency to 2.5.0

1.2.7 (2018-02-23)

23 Feb 14:33
Compare
Choose a tag to compare

Fix

  • prisma cli: update graphql-cli dependency to 2.5.0

1.2.6 (2018-02-22)

22 Feb 21:10
Compare
Choose a tag to compare
  • bugfix: metrics for request count and duration were not reported correctly

1.2.5 (2018-02-21)

21 Feb 17:08
Compare
Choose a tag to compare
  • Reduce the assumptions that prisma makes regarding running on AWS.

1.2.4 (2018-02-17)

17 Feb 16:02
Compare
Choose a tag to compare
  • bugfix: fix MySQL protocol handling for non-Aurora databases

1.2.3 (2018-02-13)

15 Feb 09:57
557b235
Compare
Choose a tag to compare
  • bugfix: Improve parsing of migration steps.

1.2.2 (2018-02-13)

14 Feb 14:26
Compare
Choose a tag to compare
  • improve parsing of env vars to improve server startup
  • fix(cli): shared cluster detection

1.2.1 (2018-02-13)

13 Feb 17:13
Compare
Choose a tag to compare

A small internal release that sanitizes metric names.

1.2.0 (2018-02-13)

13 Feb 14:19
Compare
Choose a tag to compare

Prisma 1.2.0 (2018-02-13)

CLI

  • 36c4e6a adjust cluster selection for Cloud API

Backend