Skip to content
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
2 changes: 1 addition & 1 deletion lib-cloudinfo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the dependency to your `build.gradle`:

```gradle
dependencies {
implementation 'io.seqera:lib-cloudinfo:1.1.0'
implementation 'io.seqera:lib-cloudinfo:1.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib-cloudinfo/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
5 changes: 4 additions & 1 deletion lib-cloudinfo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# lib-cloudinfo changelog

1.1.0 - unreleased
1.1.1 - 7 May 2026
- Re-release of 1.1.0 to capture the CloudProduct.features change that was committed after the 1.1.0 release commit on PR #61 and therefore missing from the 1.1.0 artifact.

1.1.0 - 6 May 2026
- Add ProductsQuery options object with sched and nvme filters
- Add getProducts(provider, region, ProductsQuery) overload on CloudInfoClient to expose the sched/nvme query parameters introduced in seqeralabs/cloudinfo#48
- Add CloudProduct.features (List<String>) carrying the per-product capability tokens advertised by the CloudInfo backend (e.g. SCHED, NVME, GPU, family-type). Consumers map these strings onto a domain-specific enum; null preserves backward compatibility for older backend versions that do not populate the field.
Expand Down
Loading