Skip to content

Commit 9ab1ad5

Browse files
authored
Release 0.3.0 (#5)
* Release 0.3.0 docs. * Release 0.3.0 platform specific parts. * Release 0.3.0 common parts.
1 parent 0bc025a commit 9ab1ad5

File tree

58 files changed

+9500
-2431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+9500
-2431
lines changed

.abapgit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<item>/.travis.yml</item>
1414
<item>/.gitlab-ci.yml</item>
1515
<item>/abaplint.json</item>
16-
<item>/MIGRATION-V0.2.0.md</item>
16+
<item>/MIGRATION-V0.3.0.md</item>
1717
</IGNORE>
1818
</DATA>
1919
</asx:values>

MIGRATION-V0.2.0.md renamed to MIGRATION-V0.3.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Upgrading to ABAP SDK version 0.2.0
1+
# Upgrading to ABAP SDK version 0.3.0
22

33
## Breaking changes
44

5+
### Breaking changes by service
6+
#### Factory Method
7+
- Parameter `I_PROXY_SERVICE` of method `ZCL_IBMC_SERVICE_EXT=>GET_INSTANCE` is renamed to `I_PROXY_PORT`.
8+
9+
#### Visual Recognition V4
10+
- Parameter `I_UPDATEOBJECTMETADATA` of method `UPDATE_OBJECT_METADATA` is required (previously this was optional).
11+
12+
##
13+
## Special instructions when directly upgrading from versions earlier than 0.2.0
14+
515
### Table conversion necessary after pull
616

717
The ABAP SDK for IBM Watson is now enabled to separate configuration data by storing data into client-specific tables. To achieve this tables `ZIBMC_TOKEN` and `ZIBMC_CONFIG` were made client-specific by adding a column holding the SAP client number.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ABAP SDK for IBM Watson, using SAP NetWeaver
44

5-
ABAP client library to use the [IBM Watson APIs][wdc]. This is a Community SDK written by ABAPers for the ABAPers in the Open Source community, to provide easy usage of IBM Watson Developer Services in innovation initiatives combined with any SAP Application which is run on SAP NetWeaver 7.50 and above, such as SAP ECC or SAP S/4HANA. It is the choice and responsibility of application developers how this Community SDK is used.
5+
ABAP client library to use the [IBM Watson APIs][wdc]. This is a Community SDK written by ABAPers for the ABAPers in the Open Source community, to provide easy usage of IBM Watson Developer Services in innovation initiatives combined with any SAP Application which is run on SAP NetWeaver 7.50 and above, such as SAP Business Suite or SAP S/4HANA on-premises edition. It is the choice and responsibility of application developers how this Community SDK is used.
66

77
Additionally, as the ABAP SDK is a community release it is not updated with the same schedule as IBM-supported SDKs. Please see more information in [Questions](#questions).
88

@@ -11,7 +11,7 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
1111
| **abap-sdk-nwas** | [abap-sdk-scp](https://github.com/watson-developer-cloud/abap-sdk-scp) |
1212
|---|---|
1313
| for SAP NetWeaver AS ABAP 7.50+ | for SAP Cloud Platform ABAP Environment 2002+ |
14-
| tested on SAP ECC and SAP S/4HANA | |
14+
| tested on SAP Business Suite and SAP S/4HANA on-premises edition | |
1515
| `this repository` | |
1616

1717
---
@@ -38,8 +38,8 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
3838
</details>
3939

4040
## ANNOUNCEMENTS
41-
### Minor version 0.2.0 released
42-
Version v0.2.0 of the SDK has been released and includes two breaking changes - see what's changed in the [migration guide](MIGRATION-V0.2.0.md).
41+
### Minor version 0.3.0 released
42+
Version v0.3.0 of the SDK has been released and includes one breaking change - see what's changed in the [migration guide](MIGRATION-V0.3.0.md).
4343

4444
## Before you begin
4545
* You need an [IBM Cloud][ibm_cloud_onboarding] account.
@@ -211,7 +211,7 @@ Using the client library requires two steps:
211211
exporting
212212
i_url = <url>
213213
i_apikey = <api key>
214-
...
214+
...
215215
importing
216216
eo_instance = lo_service_class ).
217217
```
@@ -343,8 +343,8 @@ Using the client library requires two steps:
343343
zcl_ibmc_service_ext=>get_instance(
344344
exporting
345345
i_url = 'https://api.eu-gb.personality-insights.watson.cloud.ibm.com/instances/<uuid>'
346-
i_apikey = lv_apikey
347-
i_version = '2018-05-01'
346+
i_apikey = lv_apikey
347+
i_version = '2018-05-01'
348348
importing
349349
eo_instance = lo_personality_insights ).
350350
@@ -393,7 +393,7 @@ Using the client library requires two steps:
393393
" get Watson Language Translator service instance
394394
zcl_ibmc_service_ext=>get_instance(
395395
exporting
396-
i_url = 'https://api.us-south.language-translator.watson.cloud.ibm.com/instances/<uudi>'
396+
i_url = 'https://api.us-south.language-translator.watson.cloud.ibm.com/instances/<uuid>'
397397
i_apikey = lv_apikey
398398
i_version = '2018-05-01'
399399
importing

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_assistant_v1.html

Lines changed: 405 additions & 64 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_assistant_v2.html

Lines changed: 56 additions & 16 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_compare_comply_v1.html

Lines changed: 166 additions & 55 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_discovery_v1.html

Lines changed: 497 additions & 108 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_lang_translator_v3.html

Lines changed: 77 additions & 20 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_nat_lang_class_v1.html

Lines changed: 34 additions & 8 deletions
Large diffs are not rendered by default.

docs/ABAPDoc/abapdoc/zibmc/classes/zcl_ibmc_nat_lang_undrstnd_v1.html

Lines changed: 125 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)