Releases: dalibo/pg_activity
Releases · dalibo/pg_activity
pg_activity 3.0.2
- Fix a regression where pg_activity would crash if the pidfile could not be read.
- Fix compatibility problems with mypy, flake8 and python 3.11
pg_activity 3.0.1
- Fix a division by zero where there is no swap (#318) (Reported by
@iuridiniz)
pg_activity 3.0.0
Breaking change:
- Drop support for Python 3.6
- Attr 18.1 is required
Change log:
- Add more information to the header (instance and process stats) (Tests
by @Krysztophe) - Add the --refresh option to the cli to set the refresh rate (#293)
(Requested by @crysman) - Add the --debug-file option to enable logging (still mostly unused)
- Add hints about runtime disabled features (#300) (Reported by @rutchkiwi)
- The SUPERUSER privilege is not longer required (#277) (Requested by
@Raymondmax) - Replace --query-display-mode option by --wrap-query flag
Bug fixes:
- Add the --no-walreceiver to disable wal receiver stats for Aurora
(#301) (Reported by @grutz) - Add the --no-tempfiles option to disable temp file statistics and
add it to the --rds command (#303) (Reported by @adityabaradwaj) - Fix server information queries for v12/v13 (Reported and fixed by
@kmoppel-cognite) - Fix InvalidTextRepresentation errors (#275) (Fix proposed by
@ssharunas) - Fix sort order for parallel queries (#297) (Reported and fixed by
@kmoppel-cognite) - Doc fixes and packaging improvements (@kianmeng, @Vampouille)
Full Changelog: v2.3.1...v3.0.0
pg_activity 2.3.1
Fixed
- compatibility with attrs older than 18.1 #285
pg_activity 2.3.0
Fixed
- Fix encoding errors when some database encoding is not UTF-8 #212
- Fix blocking the query tab for multiple blockers #241
- Avoid refreshing the header in pause/interractive #248
- Fix various scrolling issues #247
- Improve performance during refresh #249
- Fix IOW status #252
- Fix typo in manpage #238
Added
Changed
- Remove trailing commas after system information in header #255
- Document authentication #254
- Add missing colum qualifier for dbname #263
Deprecated
- Support for Python 3.6 will be dropped in next release.
Full Changelog: v2.2.1...v2.3.0
pg_activity 2.2.0
Change log
- Display the wait_event, when available, in running and blocking queries
- Display
virtualxid
locks in blocking queries - Gracefully handle keyboard interrupt (SIGINT)
- Rename
--verbose-mode
option as-w/--query-display-mode
(#189)
Bug fixes
- Remove random spaces from queries that wrap (#208)
- Fix a possibly
TypeError
when computing size growth (#233) - Fix version decoding for pg >= 10 (#200)
Misc
- Rework the header part of the UI (more compact and extensible)
- Update the man page
- Let the man page be installed by pip
- Prevent usage of attrs version 21.1 package
pg_activity 2.1.5
- Fix tests for Python 3.10a7 (#205)
- Use GH actions for CI
pg_activity 2.1.4
Changes:
- Produce nicer error messages for DSN syntax errors
- Handle replication connection (with a
NULL
datname) correctly (#203)
pg_activity 2.1.3
pg_activity 2.1.2
- Fix test issues with Python 3.10 (#194)
- Add python-3.10-dev to travis test matrix