Skip to content

Commit

Permalink
Merge tag 'v3.3.3' into buildkite-merge-v3-3-3
Browse files Browse the repository at this point in the history
Version 3.3.3
  • Loading branch information
pda committed Jul 13, 2023
2 parents 3abe635 + ea4bcda commit f0645fe
Show file tree
Hide file tree
Showing 55 changed files with 26,072 additions and 22,053 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: Gemfile
gemfile: gemfiles/activerecord71.gemfile
postgres: 15
- ruby: 3.1
gemfile: Gemfile
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 3.3.3 (2023-04-18)

- Fixed error with system stats for Azure Database

## 3.3.2 (2023-04-12)

- Fixed error with suggested indexes and empty statements

## 3.3.1 (2023-03-15)

- Fixed error with Uglifier

## 3.3.0 (2023-03-11)

- Improved handling of lock timeouts
- Improved syntax highlighting

## 3.2.0 (2023-02-21)

- Added support for pg_query 4
- Added `pghero:clean_space_stats` rake task
- Added support for specifying retention period with `clean_query_stats` and `clean_space_stats`
- Removed reset button when historical query stats are enabled

## 3.1.0 (2023-01-04)

- Fixed explain error message leaking data - [more info](https://github.com/ankane/pghero/issues/439)
Expand Down
Loading

0 comments on commit f0645fe

Please sign in to comment.