Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Nov 3, 2024
1 parent 8dfe2f9 commit ddbe0c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.3.0:
New Features:
- Support for upcoming PoWA v5 new extension model (Julien Rouhaud)
- Support snapshot of per-database datasources (Julien Rouhaud)
- Support snapshot of per-database catalogs (Julien Rouhaud)
- Support on-demand snapshot of any remote server (Julien Rouhaud)
- Support on-demand catalog snapshot of any remote server (Julien Rouhaud)
- Add permission checking based on new PoWA predefine roles for on-demande
request (Julien Rouhaud)
- Support any extension installed in any schema (Julien Rouhaud)
- Optionally emit logs using the server alias rather than the server
hostname and port (Julien Rouhaud, thanks to Marc Cousin for the request)
Bugfixes:
- Redact the password (if provided) in the worker representation logs
(Julien Rouhaud per report from Marc Cousin)
- Fix the logic to spread the activity on server start (Julien Rouhaud)
- Fix configuration file error handling (Julien Rouhaud)
Misc:
- Check for PoWA version incompatibility between remote servers and the
repository server (Julien Rouhaud)
1.2.0:
New Features:
- Automatically detect hypopg on remote servers (Julien Rouhaud, thanks to
Expand Down
2 changes: 1 addition & 1 deletion powa_collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import signal
import time

__VERSION__ = '1.2.0'
__VERSION__ = '1.3.0'
__VERSION_NUM__ = [int(part) for part in __VERSION__.split('.')]


Expand Down

0 comments on commit ddbe0c6

Please sign in to comment.