Skip to content

Commit 6418093

Browse files
[Release] Bumped hikaricp version to 1.1.0 (DataDog#2070)
1 parent 63d4e42 commit 6418093

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

hikaricp/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG - hikaricp
22

3+
## 1.1.0 / 2023-08-09
4+
5+
***Added***:
6+
7+
* Added hikaricp.connections.max (pool max size). See [#1890](https://github.com/DataDog/integrations-extras/pull/1890). Thanks [styner9](https://github.com/styner9).
8+
9+
***Fixed***:
10+
11+
* Add DEFAULT_METRIC_LIMIT = 0 for OpenMetrics-based integrations. See [#1843](https://github.com/DataDog/integrations-extras/pull/1843).
12+
313
## 1.0.1 / 2023-04-28
414

515
***Fixed***:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)