Skip to content

Releases: Clinical-Genomics/genotype-api

Release v3.0.25

15 Jan 09:35
Compare
Choose a tag to compare

Add genotype analysis loading (#159)

Release v3.0.24

12 Dec 14:18
Compare
Choose a tag to compare

Release v3.0.23

12 Dec 08:32
Compare
Choose a tag to compare

feat(update): python-multipart (#158)

Changed

  • Update multi-part

Release v3.0.22

05 Dec 09:55
Compare
Choose a tag to compare

feat(update): cryptography (#157)

Changed

  • Updated cryptography

Release v3.0.21

02 Dec 08:09
Compare
Choose a tag to compare

feat(update): fastapi (#156)

Changed

  • Update Fastapi

Release v3.0.20

24 Oct 08:13
Compare
Choose a tag to compare

feat(update): Python (#154)

Changed

  • Update python and deps

Release v3.0.19

14 Oct 08:00
Compare
Choose a tag to compare

Make delete awaitable

Release v3.0.18

03 Oct 07:20
Compare
Choose a tag to compare

Update linters (#153)

Changed

  • Update linters

Release v3.0.17

20 Jun 11:54
Compare
Choose a tag to compare

Patch(database) Rollback un-commited transactions after requests (#147)

Description

Users have reported sporadic problems when using the application. The logs give the following error:

sqlalchemy.exc.PendingRollbackError: Can't reconnect until invalid transaction is rolled back. Please rollback() fully before proceeding (Background on this error at: https://sqlalche.me/e/20/8s2b)

Having read up a bit in the docs i found that using .close() on a scoped session does not rollback any transactions it has opened. For our purposes .remove() is what we need since it starts with closing the session but also rolls back any transactions it has open.

Changed

  • use SESSION.remove() instead of SESSION.close() after each request

Release v3.0.16

05 Jun 09:17
Compare
Choose a tag to compare

add package (#146) (patch)

add cryptography