Skip to content

v1.2.1

Compare
Choose a tag to compare
@zlianzhuang zlianzhuang released this 16 Jun 04:46
· 49 commits to main since this release

Feature:

  1. 支持 postgres-aws-s3 插件.
  2. 支持切换主节点到指定 readwrite 节点.
  3. exec_command 添加 timeout 参数.
  4. 添加 connection 自动释放机制.
  5. 支持 pgaudit 插件
  6. 支持pg 15.3 版本

Bug fixes:

  1. 修复 exec_command 返回结果被转换为单引号问题(导致 json 解析异常).
  2. 使用 base64 编码 command,防止带有 "|" 或 ">" 的命令执行失败问题.
  3. exporter 镜像添加对 PostgreSQL 12、13、14、15 版本支持.
  4. 修复 make postgres-image 时 postgis 不可用问题。