Skip to content

Latest commit

 

History

History
286 lines (147 loc) · 8.28 KB

CHANGELOG.md

File metadata and controls

286 lines (147 loc) · 8.28 KB

CHANGELOG - pgbouncer

8.0.0 / 2024-10-04

Removed:

  • Remove support for Python 2. (#18580)

Added:

  • Bump the python version from 3.11 to 3.12 (#18207)

Fixed:

  • Bump the version of datadog-checks-base to 37.0.0 (#18617)

7.0.0 / 2024-10-01 / Agent 7.58.0

Changed:

  • Bump minimum version of base check (#18733)

6.2.0 / 2024-01-05 / Agent 7.51.0

Added:

  • Bump the Python version from py3.9 to py3.11 (#15997)

6.1.0 / 2023-11-10 / Agent 7.50.0

Added:

  • Updated dependencies. (#16154)

6.0.0 / 2023-10-26

Changed:

  • Drop support for Python 2 (#15949)

Added:

  • Upgrade psycopg2-binary to v2.9.8 (#15949)

5.0.0 / 2023-08-10 / Agent 7.48.0

Changed:

  • Bump the minimum base check version (#15427)

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

4.4.2 / 2023-07-10 / Agent 7.47.0

Fixed:

  • Bump Python version from py3.8 to py3.9 (#14701)

4.4.1 / 2023-02-16 / Agent 7.44.0

Changed:

  • Add pgbouncer_db tag into pgbouncer metrics and remove name tag from pool metrics (#13976)

4.4.0 / 2023-02-15

Added:

  • Add name tag to pool metrics (#13952)

4.3.1 / 2022-12-09 / Agent 7.42.0

Fixed:

  • Do not install psycopg2-binary on arm macs (#13343)

4.3.0 / 2022-08-05 / Agent 7.39.0

Added:

4.2.1 / 2022-05-15 / Agent 7.37.0

Fixed:

  • Handle errors for individual rows (#11993)

4.2.0 / 2022-04-05 / Agent 7.36.0

Added:

  • Add metric_patterns options to filter all metric submission by a list of regexes (#11695)

4.1.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11414)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

4.0.0 / 2022-01-08 / Agent 7.34.0

Changed:

  • Add server default group for all monitor special cases (#10976)

Fixed:

  • Add comment to autogenerated model files (#10945)

3.2.0 / 2021-11-13 / Agent 7.33.0

Added:

  • Add runtime configuration validation (#8968)

3.1.0 / 2021-09-06 / Agent 7.32.0

Added:

3.0.0 / 2021-08-22 / Agent 7.31.0

Changed:

  • Remove messages for integrations for OK service checks (#9888)

2.0.0 / 2021-07-12 / Agent 7.30.0

Changed:

  • Upgrade psycopg2-binary to 2.8.6 (#9535)

1.12.2 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

1.12.1 / 2020-12-11 / Agent 7.25.0

Fixed:

  • Make pgbouncer more reslient (#8124)

1.12.0 / 2020-10-31 / Agent 7.24.0

Added:

  • [doc] Add encoding in log config sample (#7708)

1.11.0 / 2020-09-21 / Agent 7.23.0

Added:

  • Add config spec (#7589)

Fixed:

  • Upgrade isort (#7539)
  • Fix style for the latest release of Black (#7438)

1.10.0 / 2020-05-17 / Agent 7.20.0

Added:

  • Allow optional dependency installation for all checks (#6589)

Fixed:

  • Support more recent version in metadata (#6634)

1.9.0 / 2020-04-01 / Agent 7.19.0

Added:

  • Adding maxwait_us, total_wait_time, and avg_wait_time metrics (#6180) Thanks blaines.
  • Add pgbouncer version metadata (#5761)
  • Refactor check code (#5737)

Fixed:

  • Update deprecated imports (#6088)
  • Remove logs sourcecategory (#6121)

1.8.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Upgrade psycopg2-binary to 2.8.4 (#4840)

1.7.0 / 2019-07-04 / Agent 6.13.0

Added:

  • Add logs section (#3961)

1.6.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Upgrade psycopg2-binary to 2.8.2 (#3649)
  • Adhere to code style (#3554)

Fixed:

  • Use name instead of db to identify databases from SHOW DATABASES (#3459) Thanks joekohlsdorf.

1.5.0 / 2019-02-18 / Agent 6.10.0

Added:

1.4.0 / 2019-01-04 / Agent 6.9.0

Added:

  • Bump psycopg2-binary version to 2.7.5 (#2799)

1.3.1 / 2018-11-30 / Agent 6.8.0

Fixed:

  • Failure to reconnect to PGBouncer when using database URL (#2587) Thanks VSpike.

1.3.0 / 2018-08-07 / Agent 6.5.0

Changed:

  • Rename dependency psycopg2 to pyscopg2-binary (#1842)
  • Add data files to the wheel package (#1727)

Added:

  • Add the ability to specify 'use_cached' connections in config (#2000) Thanks kellydunn.

1.2.1 / 2018-06-07

Security:

  • Update psycopg2 for security fixes (#1538)

1.2.0 / 2018-05-11

Added:

  • Added custom tag support to service check.

1.1.0 / 2018-02-13

Added:

  • Added new metrics for PGBouncer 1.8 SHOW STATS and SHOW POOLS See #1016

1.0.2 / 2017-11-21

Fixed:

  • Fixed newest versions failing checks due to extra field (#735com//issues/735)

1.0.1 / 2017-04-24

Changed:

1.0.0 / 2017-03-22

Added:

  • adds pgbouncer integration.