Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.27 KB

File metadata and controls

53 lines (33 loc) · 1.27 KB

release_2.3 CHANGELOG

v2.3.5 (2026-03-18)

  • No interesting change

v2.3.4 (2026-03-18)

New Features

  • customize max_locks_per_transaction
  • add optional pg_cron extension (backport #320) (#322)

v2.3.3 (2025-10-18)

New Features

  • add check_delay in circus arbiter config setting (backport #316) (#317)

v2.3.2 (2025-07-16)

  • No interesting change

v2.3.1 (2025-05-28)

Bug Fixes

  • fix mfbase.start with postgresql disabled (backport #308) (#310)

v2.3.0 (2025-05-13)

New Features

  • handle autoindex format (#261)
  • customize max_connections
  • customize max_connections (#276)
  • add iniscripts, make and crontab as dependencies (#293)
  • create extension pg_uuidv7 (#302)

Bug Fixes

  • error during mfbase.init if postgresql data_dir modified (#255)
  • .gitignore missing for new mfbase plugins (#257) (#258)
  • configurations _use_postgresql and _use_storage are ignored (#262)
  • major issue with public schema (#252) (#264)
  • configuration _use_storage ignored (#262 bis)
  • max_connections in postgresql.conf should be configurable (fix) (closes #275)
  • create schema error using scripts (#296)
  • add a script for fixing schema (public) of plugin's objects (#252)
  • remove useless comment
  • fix to make _fix_plugin_schema.py available in rpms (#304)