forked from opsgenie/opsgenie-lamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes opsgenie#36 Support for creating/deleting/listing/enabling/disa…
…bling he… (opsgenie#43) * Fixes opsgenie#36 Support for creating/deleting/listing/enabling/disabling heartbeats This PR adds support for creating/deleting/listing/enabling/disabling heartbeats and changed name of ping function adding Changelog.md updating go-sdk version * Updating ChangeLog.md Co-authored-by: pmudaiya <[email protected]>
- Loading branch information
1 parent
aad7b28
commit 9e14a61
Showing
9 changed files
with
335 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## 3.1.4 (July 1, 2021) | ||
* **Heartbeat:** Added create/delete/list/enable/diable functionality for heatbeart | ||
* **Go-SDK:** Updated Go-SDK version | ||
|
||
## 3.1.3 (June 21, 2021) | ||
* **Github Actions** Adding github Actions for deploying all binaries in github. | ||
* **Logs:** Added Default Limit to Logs Download | ||
* **Config:** Updated Default Config File Location | ||
* **File Logging:** Added functionality to allow logging of Lamp into file | ||
* **Service:** Added Service Commands functionality | ||
* **Incident:** Added Incident Commands functionality | ||
* **Schedule:** Added Schedule Commands functionality | ||
* **Esclation:** Added Escalation Commands functionality | ||
|
||
## 3.1.2 (February 27, 2020) | ||
* **Dependencies:** Updating the used Dependencies | ||
|
||
## 3.1.1 (February 26, 2020) | ||
BUGFIX: | ||
* **Logs:** Stop comparing endDate if it is bigger than compared log file while downloading Logs | ||
|
||
## 3.1.0 (December 18, 2010) | ||
* **GO SDK Version:** Updated Go-SDK Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.