Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

79 lines (50 loc) · 3.68 KB

Changelog

master

2.4.4 (2025-01-02)

  • #145 Readd $requested to risk status enum

2.4.3 (2024-11-10)

  • #143 Add custom deserializer for BaseChangesetEntry
  • #142 Update models to add expand to risk and filter api

2.4.2 (2024-10-02)

  • #140 Add attempted to filter status enum
  • #139 Bump org.springframework:spring-web from 6.0.18 to 6.0.23
  • #138 Bump org.springframework:spring-web from 6.0.11 to 6.0.18

2.4.1 (2024-02-06)

  • #135 Serialize null values in ChangesetEntry
  • #134 Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12
  • #132 Update nexus staging plugin
  • #131 Fix singleton tests

2.4.0 (2023-08-31)

  • #129 Update to spring boot 6.0.1 and servlets 6.0.0
  • #127 Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre

2.3.2 (2023-06-22)

  • #125 Update generated classes to add scores, skip_request_token_validation, skip_context_validation fields, mark risk field as nullable

2.3.1 (2023-04-21)

  • #123 Update dependencies
  • #121 Update generated classes to add score field

2.3.0 (2022-05-20)

  • #119 Add response body to api exception message
  • #118 Add not found exception
  • #117 Add model classes for payload and response for risk, log and filter
  • #116 Handle prematurely closed response body

2.2.1 (2022-05-02)

  • #114 Handle closed response in OkHttpExceptionUtil

2.2.0 (2022-04-29)

  • #112 Add recover api support
  • #111 Update dependencies
  • #110 Rename parameter exception classes
  • #107 Fixed flaky tests

2.1.0 (2022-03-07)

  • #108 Add exception for handling invalid request token
  • #102 Add id key that was missing

2.0.0 (2021-06-03)

  • #87 Add configuration for max number of simultaneous api requests
  • #91 Use float for risk field in Verdict
  • #92 Add getter for internal json object in Verdict
  • #97 Add generic request api
  • #98 Add support for filter, log and risk api

1.6.0 (2020-10-13)

  • #77 Add risk policy support
  • #78 Move impersonator to properties
  • #80 Fix compilation error
  • #82 Update the Castle Headers' initialization