Skip to content

Releases: dosco/graphjin

v0.21.5

27 Oct 17:37
Compare
Choose a tag to compare

Changelog

  • 940ad6d Feat: new has_in_common expression

v0.21.4

26 Oct 08:24
Compare
Choose a tag to compare

Changelog

  • 4d87517 Fix: cursor pagination in MySQL

v0.21.2

25 Oct 21:58
Compare
Choose a tag to compare

Changelog

v0.20.35

17 Oct 08:09
Compare
Choose a tag to compare

Changelog

  • 37d4cbd Fix: panic on query fail errors

v0.20.34

09 Oct 05:34
Compare
Choose a tag to compare

Changelog

v0.20.33

08 Oct 04:09
Compare
Choose a tag to compare

Changelog

  • 01d54ca Fix: foreign key column not found issue

v0.20.32

04 Oct 02:56
Compare
Choose a tag to compare

Changelog

  • 3dc8fd3 Fix: Production setting on serv package options not applied #392

v0.20.31

29 Sep 08:11
Compare
Choose a tag to compare

Changelog

v0.20.30

20 Sep 21:31
Compare
Choose a tag to compare

Changelog

  • 5f70f62 Fix: no docker-compose.yml created when db-url is specified

v0.20.29

19 Sep 07:29
Compare
Choose a tag to compare

Changelog

  • 73bfbdf Feat: Allow to setup Graphjin with a pre-existing Postgres databse #382 New argument -db-url on the new sub-command allows you to point a new app to a local database. Eg. graphjin new testapp --db-url=postgres://user:pass@localhost/testapp-development