From 27669377423a33821041e076918f30bc412c6580 Mon Sep 17 00:00:00 2001 From: Roman Strobl Date: Tue, 14 Jun 2022 14:38:57 +0200 Subject: [PATCH 1/2] Fix #406: Prepare release page for release 2022.05 --- docs/PowerAuth-2022.05.md | 67 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/PowerAuth-2022.05.md diff --git a/docs/PowerAuth-2022.05.md b/docs/PowerAuth-2022.05.md new file mode 100644 index 000000000..0e829f7dd --- /dev/null +++ b/docs/PowerAuth-2022.05.md @@ -0,0 +1,67 @@ +# PowerAuth 2022.05 + +## Migration guides + +For updating to 2022.05, please follow these migration guides: + +- [PowerAuth Server - Migration from version 1.2.5 to version 1.3.0](https://github.com/wultra/powerauth-server/blob/develop/docs/PowerAuth-Server-1.3.0.md) + +## Components for version 2022.05 + +### Back-End Applications + +| Component | Application Name | Version | Description | +|---|---|---|---| +| PowerAuth Server | `powerauth-java-server.war` | 1.3.0 | Core back-end component for PowerAuth stack. | +| PowerAuth Admin | `powerauth-admin.war` | 1.3.0 | Administration console for PowerAuth Server. | +| PowerAuth Push Server | `powerauth-push-server.war` | 1.3.0 | Simple to deploy push server for APNS and FCM. | +| PowerAuth Web Flow | `powerauth-webflow.war` | 1.3.0 | Central web authentication page. | +| PowerAuth Next Step | `powerauth-next-step.war` | 1.3.0 | Authorization server used for PowerAuth Web Flow component. | +| PowerAuth Data Adapter | `powerauth-data-adapter.war` | 1.3.0 | Customization component for PowerAuth Web Flow. | +| PowerAuth Tpp Engine | `powerauth-tpp-engine.war` | 1.3.0 | Third party provider registry and consent engine. | + +### Utilities + +| Component | Application Name | Version | Description | +|---|---|---|---| +| PowerAuth Command Line Tool | `powerauth-java-cmd.jar` | 1.3.0 | Command line tool for integration testing. | + +### Mobile Libraries + +| Platform | Package Name | Version | Description | +|---|---|---|---| +| iOS | `PowerAuth2` | 1.7.0 | A client library for iOS. | +| watchOS | `PowerAuth2ForWatch` | 1.7.0 | A limited library for watchOS. | +| iOS App Extensions | `PowerAuth2ForExtensions` | 1.7.0 | A limited library for iOS App Extensions. | +| Android | `com.wultra.android.powerauth:powerauth-sdk` | 1.7.0 | A client library for Android. | + +### Back-End Integration Libraries + +| Component | Library Name | Version | Description | +|---|---|---|---| +| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. | +| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.3.0 | High-level integration libraries for RESTful API security, build for Spring MVC. | +| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.3.0 | SOAP service client for PowerAuth Server service, built using Spring WS. | +| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Push Server. | +| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.3.0 | Client implementation that simplifies integration with PowerAuth Push Server service. | +| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Data Adapter component. | +| PowerAuth Data Adapter Client | `powerauth-data-adapter-client.jar` | 1.3.0 | Client implementation that simplifies integration with PowerAuth Data Adapter custom component. | +| PowerAuth Next Step RESTful Model | `powerauth-nextstep-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Next Step service. | +| PowerAuth Next Step Client | `powerauth-nextstep-client.jar` | 1.3.0 | Client implementation that simplifies integration with PowerAuth Next Step service. | +| PowerAuth Mobile Token Model | `mtoken-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Mobile Token. | + +### Technical Dependencies + +| Component | Library Name | Version | Description | +|---|---|---|---| +| PowerAuth Cryptography | `powerauth-java-crypto.jar` | 1.3.0 | Core cryptography implementation of the PowerAuth protocol. | +| PowerAuth HTTP Utilities | `powerauth-java-http.jar` | 1.3.0 | Utilities used for binding PowerAuth cryptography to HTTP technology. | +| PowerAuth Command-Line Tool Library | `powerauth-java-cmd-lib.jar` | 1.3.0 | Library used for implementation of the PowerAuth Command-Line Tool app, useful for unit testing. | +| PowerAuth RESTful Security Spring | `powerauth-restful-security-spring.jar` | 1.3.0 | Spring integration library for RESTful API security. | +| Wultra Java Networking Objects | `rest-model-base.jar` | 1.5.1 | Base classes for RESTful API networking, shared across all Wultra back-end projects. | +| Wultra REST Client | `rest-client-base.jar` | 1.5.1 | Base RESTful client implementation, shared across all Wultra back-end projects. | +| Wultra Auditing Library | `audit-base.jar` | 1.5.1 | Base auditing library, shared across all Wultra back-end projects. | + +## Known Issues When Updating From Older Versions + +_No known issues so far._ \ No newline at end of file From 5d364f6281dda3037e957188d41fde2191b0b6dc Mon Sep 17 00:00:00 2001 From: Roman Strobl Date: Tue, 14 Jun 2022 14:40:09 +0200 Subject: [PATCH 2/2] Update sidebar and release list --- docs/Releases.md | 2 ++ docs/_Sidebar.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/Releases.md b/docs/Releases.md index f13a50811..fa933b352 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -11,6 +11,8 @@ In order to consolidate the information about the current versions, we have intr - `Z` is the bugfix version. Upgraded in case a hotfix is needed in some `X.Y.*` version. ## List of Releases + +- [PowerAuth 2022.05](./PowerAuth-2022.05.md) - [PowerAuth 2022.04](./PowerAuth-2022.04.md) - [PowerAuth 2021.11](./PowerAuth-2021.11.md) - [PowerAuth 2021.05](./PowerAuth-2021.05.md) diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index c4582f3f5..b9821b0b9 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -14,6 +14,7 @@ - [List of Used Keys](./List-of-used-keys.md) **Tutorials** + - [Authentication in Mobile Banking Apps (SCA)](https://developers.wultra.com/products/mobile-security-suite/develop/tutorials/Authentication-in-Mobile-Apps) - [Verifying PowerAuth Signatures On The Server](https://developers.wultra.com/products/mobile-security-suite/develop/tutorials/Manual-Signature-Verification)