Open victorskl opened 3 months ago
Context:
In libica-2.x,
We use 5.4.0 (LTS) throughout for ICAv2:
5.4.0
https://github.com/umccr-illumina/libica/blob/a735bb7/.openapi-generator/VERSION
And, 4.3.0 (LTS) throughout for ICAv1:
4.3.0
https://github.com/umccr-illumina/libica/blob/c320a6d/.openapi-generator/VERSION
Upgrade:
We shall upgrade this to latest generator 7.x when possible.
https://github.com/OpenAPITools/openapi-generator?tab=readme-ov-file#11---compatibility
Caveats:
This may likely break backward compatibility to sudden extent. It also depends on a generator choice.
Also.
Explore alternative generators as replacement for more idiomatic, Pythonic, modern Python semantic.
Caveat is high risk with generated SDK code stability due to low adoption & user base.
Candidates:
I am starting v3 package soon.
v3
In v3 roadmap;
v2
v1
app
wrapica
Context:
In libica-2.x,
We use
5.4.0
(LTS) throughout for ICAv2:https://github.com/umccr-illumina/libica/blob/a735bb7/.openapi-generator/VERSION
And,
4.3.0
(LTS) throughout for ICAv1:https://github.com/umccr-illumina/libica/blob/c320a6d/.openapi-generator/VERSION
Upgrade:
We shall upgrade this to latest generator 7.x when possible.
https://github.com/OpenAPITools/openapi-generator?tab=readme-ov-file#11---compatibility
Caveats:
This may likely break backward compatibility to sudden extent. It also depends on a generator choice.