Releases: IBM/ELM-Python-Client
Releases · IBM/ELM-Python-Client
0.26.2
0.26
fixed silly problem with validate finding the correct trs feed
0.25.0 fixed silly problems with finding the validate target feed
Added commandline example of validate and provided Validate API
0.24.0 Added note to README.MD about providing validate example
0.21.0
Fixed represt
0.20.0 Bump version: 0.19.0 → 0.20.0
0.19.0
Added example of creating a folder dn_simple_createfolderandartifact.py
0.18.0 0.17.0: fixed issues with reqif_io QUERY_PASSWORD and selecting confi…
Fixed some bugs; added example of creating/removing a DN link
Extended the DN type system to retrieve link types; these are now included in the oslcquery --typesystemreport
Fixed issues in reqif_io: selecting a config didn't work, and there was a typo for QUERY_PASSWORD
Added example db_simple_modifylink.py - this adds/removes a DN link between core artifacts; this is what required extending the typesystem to retrieve linktypes, so the link type to be created could be found by name
Now with example of deleting dn artifacts
Added examples/dn_simple_deleteartifact.py