Skip to content

Commit

Permalink
Release V3.0.0
Browse files Browse the repository at this point in the history
Breaking change:

* 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)

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)
  • Loading branch information
blogh committed Sep 16, 2022
1 parent 38d0c6d commit d35843a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/man/pg_activity.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "PG_ACTIVITY 1"
.TH PG_ACTIVITY 1 "2022-09-06" "pg_activity 3.0.0a1" "Command line tool for PostgreSQL server activity monitoring."
.TH PG_ACTIVITY 1 "2022-09-07" "pg_activity 3.0.0" "Command line tool for PostgreSQL server activity monitoring."
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion pgactivity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0a1"
__version__ = "3.0.0"

0 comments on commit d35843a

Please sign in to comment.