Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

68 lines (56 loc) · 1.47 KB

SilentAuth SDK for Android

Change Log

Version 1.0.10

2023-07-29 Changes

  • compileOptions set to Java version 11 for apps using JDK 11 to ensure compatibility.

Version 1.0.10

2023-07-24 Changes

  • compileOptions set to Java version 11 for apps using JDK 11 to ensure compatibility.

Version 1.0.9

2023-07-05 Changes

  • targetSdkVersion updated to 34
  • kotlin_version updated to 1.8.10
  • gradlePluginVersion updated to 8.4.2
  • gradleVersion updated to 8.6
  • JavaVersion updated to 17
  • Previously deprecated postWithDataCellular method and relevant testing removed

Version 1.0.8

2023-03-06 Changes

  • send and post methods updated to prevent http call requests
  • post method amended to prevent CRLF injections
  • postWithDataCellular method now deprecated and will be removed in future releases Bug Fix
  • sendAndReceive method updated

Version 1.0.6

2023-08-14 Bug Fix

  • makeHTTPCommand empty path handling

Version 1.0.5

2023-07-06 Changes

  • kotlin_version 1.5.20
  • compileSdkVersion 33
  • targetSdkVersion 33
  • Bug Fix
  • HTTP status parsing New
  • Convenience method postWithDataCellular

Version 1.0.4

2023-04-26 New

  • Changes removing dependency on commons-io

Version 1.0.3

2023-02-01 New

  • New method openWithDataCellularAndAccessToken

Version 1.0.2

2022-11-03 Changes

  • targetSdkVersion increased to 31 (Android 12)

Version 1.0.1

2022-10-10

Release of silentauth-sdk-android