- Added import support
- Added OverlimitResSettingsRule resource
- Changed rule vpatch resource according to api
- Changed rule set response header resource according to api
- Fixed some api methods
- Added integration with DataDog
- Added integration with Telegram
- Added integration with MS Teams
- Added API Spec resource for managing API specifications
- Added Rate Limit rule
- Added support for all triggers that we have in the UI
- Fixed intergation api methods
- Fixed rule api methods
- Fixed trigger api methods
- Added support for the following new resources:
wallarm_allowlist
,wallarm_graylist
- Added support of the query field in rules
- Change api authentication method using X-WallarmAPI-Token
- Fixed the following resources that were broken by changes in the API:
wallarm_blacklist
,wallarm_rule_bruteforce_counter
,wallarm_rule_dirbust_counter
,wallarm_global_mode
- Fixed various other bugs
- Added support for the following new resources:
wallarm_rule_binary_data
,wallarm_rule_disable_attack_type
,wallarm_rule_parser_state
,wallarm_rule_uploads
,wallarm_rule_variative_keys
,wallarm_rule_variative_values
- Renamed the resource
wallarm_blacklist
towallarm_denylist
- Updated the docs
- Fixed Opsgenie integration resource
- Minor changes in the dependencies
- Fixed broken links and typos in the docs
- Fix bug with the incorrect state
- Now
PASSPHRASE
for Release workflow is taken fromsecrets.PASSPHRASE
as per best practices - Added support of
go 1.15
in tests - Two newly created resources:
wallarm_rule_bruteforce_counter
andwallarm_rule_dirbust_counter
. The source code and documentation have been included altogether. Trigger
arbitrary time value replaced by enum type- New
wallarm-go
library structure approach
- Minor changes in markdown
- Documentation layout have been modified
- Automatic GO release have been added
New Resource: wallarm_blacklist
- is used to manage the blacklist
Resource: wallarm_rule_*
- bumped a client library version to comply with the new struct for [][]interface{}
Resource: - fixed 400 HTTP response code when there is an incorrect JSON body for requests on the update call
- The first public release