Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added changelog #132

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# Changelog

## 1.9.0 (Jan 25, 2024)

- Added possibility for custom reject reason [(#130)](https://github.com/wultra/mtoken-sdk-android/pull/130)
- Updated Amount and Conversion attributes to the new backend scheme [(#129)](https://github.com/wultra/mtoken-sdk-android/pull/129)
- Added this changelog to the documentation

## 1.8.4 (Jan 9, 2024)

- Operation detail and non-personalized operation claim [(#114)](https://github.com/wultra/mtoken-sdk-android/pull/114)

## 1.8.3 (Dec 22, 2023)

- Raise `minSdk` to 21 [(#125)](https://github.com/wultra/mtoken-sdk-android/pull/125)
- Added exception handling in PAC deeplink parsing [(#127)](https://github.com/wultra/mtoken-sdk-android/pull/127)

## 1.8.2 (Dec 16, 2023)

- Update `targetSdk` and dependencies [(#121)](https://github.com/wultra/mtoken-sdk-android/pull/121)
- Fix Javadoc generation [(#123)](https://github.com/wultra/mtoken-sdk-android/pull/123)
- Changed proximity timestamps names [(#118)](https://github.com/wultra/mtoken-sdk-android/pull/118)

## 1.8.1 (Nov 30, 2023)

- Introduced PACUtils [(#117)](https://github.com/wultra/mtoken-sdk-android/pull/117)

## 1.8.0 (Nov 28, 2023)

⚠️ This version of SDK requires PowerAuth Server version `1.5.0` or newer.

- Upgrade to PowerAuth 1.8.0 [(#110)](https://github.com/wultra/mtoken-sdk-android/pull/110)

## 1.7.4 (Dec 22, 2023)

- Added exception handling in PAC deeplink parsing [(#127)](https://github.com/wultra/mtoken-sdk-android/pull/127)

## 1.7.3 (Dec 16, 2023)

- Changed proximity timestamps names [(#119)](https://github.com/wultra/mtoken-sdk-android/pull/119)

## 1.7.2 (Nov 30, 2023)

- Introduced PACUtils [(#115)](https://github.com/wultra/mtoken-sdk-android/pull/115)

## 1.7.1 (Nov 29, 2023)

- Fixed deeplink parsing in PAC [(#113)](https://github.com/wultra/mtoken-sdk-android/pull/113)

## 1.7.0 (Nov 20, 2023)

- Added Proximity Anti-Fraud Check (PAC) feature [(#104)](https://github.com/wultra/mtoken-sdk-android/pull/104)

## 1.6.0 (Jun 23, 2023)

- Added Amount Conversion attribute [(#88)](https://github.com/wultra/mtoken-sdk-android/pull/88)
- Added Image attribute [(#89)](https://github.com/wultra/mtoken-sdk-android/pull/89)
- Added server time property to operations [(#92)](https://github.com/wultra/mtoken-sdk-android/pull/92)
- UI object moved to user operation [(#100)](https://github.com/wultra/mtoken-sdk-android/pull/100)

## 1.5.0 (Jan 17, 2023)

- Added new Inbox Service [(#76)](https://github.com/wultra/mtoken-sdk-android/pull/76)
- All services now provide API with callbacks with `Result<T>`. All interface-based APIs are now deprecated [(#78)](https://github.com/wultra/mtoken-sdk-android/pull/78)

## 1.4.3 (Aug 26, 2022)

- Customizable URI ID used for offline signature [(#65)](https://github.com/wultra/mtoken-sdk-android/pull/65)
- Added possession factor [(#66)](https://github.com/wultra/mtoken-sdk-android/pull/66)
- Support for PowerAuth mobile SDK 1.7.x [(#70)](https://github.com/wultra/mtoken-sdk-android/pull/70)
- Custom serialization + user agent [(#75)](https://github.com/wultra/mtoken-sdk-android/pull/75)

## 1.4.2 (Feb 17, 2022)

- Updated networking dependency

## 1.4.0 (Sep 24, 2021)

- Networking code was moved to its own library. This allows sharing configuration and some error handling across Wultra libraries.

## 1.3.0 (Aug 16, 2021)

⚠️ PowerAuth Mobile SDK v 1.6.x is now required [(#51)](https://github.com/wultra/mtoken-sdk-android/pull/51)
⚠️ Be aware that SDK is no longer available via `jcenter()`. Please use `mavenCentral()`.

- Operation History API [(#52)](https://github.com/wultra/mtoken-sdk-android/pull/52)
- Improved documentation
- Updated dependencies

## 1.2.0 (Mar 4, 2021)

- Crash fix [(#31)](https://github.com/wultra/mtoken-sdk-android/pull/31)
- Added option to start polling without waiting [(#40)](https://github.com/wultra/mtoken-sdk-android/pull/40)
- Added "Operation Expiration Watcher" utility [(#41)](https://github.com/wultra/mtoken-sdk-android/pull/41)

## 1.1.6 (Sep 7, 2020)

- Added logging capabilities via the `Logger` class.

## 1.1.5 (Aug 24, 2020)

- Added `PushParser` class for parsing push notifications.

## 1.1.4 (Jun 15, 2020)

- Fixed exception in `TokenManager.getTokenAsync`

## 1.1.3 (Jun 10, 2020)

- Added ProGuard configuration to the library

## 1.1.2 (Jun 2, 2020)

- Fixed inconsistencies in `QROperationParser`

## 1.1.1 (Jun 1, 2020)

- Added the possibility to approve or reject operations received via different channels than this SDK.

## 1.1.0 (May 19, 2020)

- The `Operation` class changed to `UserOperation`
- Refactoring
- Better in-code documentation
- Better documentation

## 1.0.1 (May 5, 2020)

- Improved APIs
- Better documentation.

5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To understand the Wultra Mobile Token SDK purpose on a business level better, yo

WMT SDK library does precisely this:

- Retrieves the list of operations that are pending for approval for a given user.
- Retrieves the list of operations that are pending approval for a given user.
- Approves or rejects operations with PowerAuth transaction signing.
- Registers an existing PowerAuth activation to receive push notifications.

Expand All @@ -17,7 +17,7 @@ Remarks:

## Migration Guides

If you need to upgrade Wultra Mobile Token SDK for Android to a newer version, you can check the following migration guides:
If you need to upgrade the Wultra Mobile Token SDK for Android to a newer version, you can check the following migration guides:

- [Migration from version `1.4.x` to `1.5.x`](Migration-1.5.md)

Expand All @@ -32,4 +32,5 @@ If you need to upgrade Wultra Mobile Token SDK for Android to a newer version, y
- [Error Handling](Error-Handling.md)
- [Language Configuration](Language-Configuration.md)
- [Logging](Logging.md)
- [Changelog](Changelog.md)
<!-- end -->
1 change: 1 addition & 0 deletions docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- [Using Inbox Service](./Using-Inbox-Service.md)
- [Error Handling](./Error-Handling.md)
- [Language Configuration](./Language-Configuration.md)
- [Changelog](./Changelog.md)
Loading