Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## SQL Monitoring Extension
## AppDynamics Extensions SQL Monitoring CHANGELOG

### v2.0.2
* Updated extension to appd-exts-commons 2.2.4

### v2.0.1
* Fixed exception logging for SQLMonitor class
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ Always feel free to fork and contribute any changes directly via [GitHub](https:
## Version
| Name | Version |
|--------------------------|------------|
|Extension Version |2.0.1 |
|Extension Version |2.0.2 |
|Controller Compatibility |3.7 or Later|
|Product Tested On |MySql, SQLServer 4.1,4.2, Vertica|
|Last Update |07/22/2020 |
|Last Update |01/13/2021 |
|List of Changes |[Change log](https://github.com/Appdynamics/SQLMonitor/blob/master/CHANGELOG.md) |


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>sql-monitoring-extension</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>
<name>sql-monitoring-extension</name>
<url>http://maven.apache.org</url>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.appdynamics</groupId>
<artifactId>appd-exts-commons</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down