|
2 | 2 |
|
3 | 3 | ## v0.7.1 (2019-06-12) |
4 | 4 |
|
5 | | -### New Features |
6 | | - |
7 | | -- better batch_psql function |
8 | | -- Changes in management of layer dependencies and metapackage names |
9 | | -- execute integration tests directly from mfbase module |
10 | | -- mfbase depends now on scientific_core@mfext layer |
11 | | -- add postgresql dump/restore commands for plugins |
12 | | -- monitor postgresql with telegraf |
13 | | -- don't use plugin dir as plugin names |
14 | | -- use envtpl new option --reduce-multi-blank-lines |
15 | | -- introduce webdav support for mfbase plugins |
16 | | - |
17 | 5 | ### Bug Fixes |
18 | 6 |
|
19 | | -- add postgresql extensions on plugin database creation |
20 | | -- fail if there are some problems |
21 | | -- drop the plugin database even if a user is connected |
22 | | -- the spatial_ref_sys table is not owned by plugin user |
23 | | -- better postgresql status during startup (on slow systems) |
24 | | -- fix building issues with proxy |
25 | | -- fix typo |
26 | | -- fix bug CHANGELOGS not generated when CHANGELOGS.md doesn't exist (for the first time) |
27 | | -- fix plugins dump/restore |
28 | | -- fix pgsql telegraf configuration |
29 | 7 | - add missing send_mflog_logs option in configuration |
30 | 8 |
|
31 | 9 | ## v0.7.0 (2019-05-28) |
32 | 10 |
|
33 | 11 | ### New Features |
34 | 12 |
|
35 | | -- better batch_psql function |
36 | | -- Changes in management of layer dependencies and metapackage names |
37 | | -- execute integration tests directly from mfbase module |
38 | 13 | - mfbase depends now on scientific_core@mfext layer |
39 | 14 | - add postgresql dump/restore commands for plugins |
40 | 15 | - monitor postgresql with telegraf |
41 | 16 | - don't use plugin dir as plugin names |
42 | | -- use envtpl new option --reduce-multi-blank-lines |
43 | | -- introduce webdav support for mfbase plugins |
44 | 17 |
|
45 | 18 | ### Bug Fixes |
46 | 19 |
|
47 | | -- add postgresql extensions on plugin database creation |
48 | | -- fail if there are some problems |
49 | | -- drop the plugin database even if a user is connected |
50 | 20 | - the spatial_ref_sys table is not owned by plugin user |
51 | 21 | - better postgresql status during startup (on slow systems) |
52 | 22 | - fix building issues with proxy |
53 | 23 | - fix typo |
54 | 24 | - fix bug CHANGELOGS not generated when CHANGELOGS.md doesn't exist (for the first time) |
55 | 25 | - fix plugins dump/restore |
56 | 26 | - fix pgsql telegraf configuration |
57 | | -- add missing send_mflog_logs option in configuration |
58 | 27 |
|
59 | 28 |
|
0 commit comments