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