Skip to content

Releases: peopledoc/septentrion

0.6.2

30 Oct 10:21
0.6.2
6a04ba9
Compare
Choose a tag to compare
  • Fix bug with integer-based settings, like port numbers (#84)

Release 0.6.1

24 Jul 13:50
7d06c6d
Compare
Choose a tag to compare
  • Fix build_migration_plan call in lib

Release 0.6.0

24 Jul 07:31
100f23a
Compare
Choose a tag to compare
  • Disregard migrations older than the schema #81

Release 0.5.1

22 Jul 15:04
8e8f5c8
Compare
Choose a tag to compare
  • Pass psql configuration by environment #77
  • Readme install instructions #76

Release 0.5.0

20 Jul 16:38
cc96b24
Compare
Choose a tag to compare

You get to decide what flavor of psycopg2 you prefer. Install either with

$ pip install septentrion[psycopg2_binary]

or

$ pip install septentrion[psycopg2]

Release 0.4.1

20 Jul 10:49
f4dd344
Compare
Choose a tag to compare
  • Explicitly import psycopg2.errors for old psycopg2 versions #74

Release 0.4.0

17 Jul 15:22
4b04905
Compare
Choose a tag to compare
  • Use psql to run migrations #73

Release 0.3.0

03 Jul 08:57
71a4691
Compare
Choose a tag to compare
  • Customize columns, drop callback, create table is optional #70
  • Remove double space #69
  • Add features to library #68

Release 0.2.1

18 May 08:10
138f748
Compare
Choose a tag to compare
  • Fix a crash occurring when there is no configuration file (#59 / #67)

Release 0.2.0

10 Apr 10:12
194a807
Compare
Choose a tag to compare
  • Extend septentrion lib module #66
  • Fix version display in CLI #65
  • Add @nadege as codeowner #63
  • Septentrion as lib #61
  • Add some tests for db and core modules #62
  • Fix release script #58