Skip to content

Commit

Permalink
Added change log for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-ap committed Oct 29, 2024
1 parent 70bb8e5 commit 6d4d2d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v1.5.0] - 2024-10-29
### Features:
* Json Version bump to 1.2.9.
* Add IAST Scan start time and Traffic Start Time in Health Check
* Add feature to allow IAST Scan Scheduling.
* Add feature to ignore IAST Scan of certain APIs, categories, or parameters.
* Add feature to rate limit the IAST replay requests.
* Add trace.id in event json.
* Add request uri in application runtime error event.

### Fixes
* Fix for wrong user file name for RXSS event in windows environment.

## [v1.4.0] - 2024-08-27
### Features:
* Added new key identifiers to all event JSONs.
Expand Down
4 changes: 2 additions & 2 deletions internal/security_utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
package security_utils

const (
CollectorVersion = "1.4.0"
CollectorVersion = "1.5.0"
JsonVersion = "1.2.9"
CollectorType = "GOLANG"
BuildNumber = "160"
BuildNumber = "161"
)

0 comments on commit 6d4d2d9

Please sign in to comment.