Skip to content

Bump github.com/ecosyste-ms/ecosystems-go from 0.3.0 to 0.4.0 - #49

Merged
andrew merged 2 commits into
mainfrom
dependabot/go_modules/github.com/ecosyste-ms/ecosystems-go-0.4.0
Jul 26, 2026
Merged

Bump github.com/ecosyste-ms/ecosystems-go from 0.3.0 to 0.4.0#49
andrew merged 2 commits into
mainfrom
dependabot/go_modules/github.com/ecosyste-ms/ecosystems-go-0.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ecosyste-ms/ecosystems-go from 0.3.0 to 0.4.0.

Release notes

Sourced from github.com/ecosyste-ms/ecosystems-go's releases.

v0.4.0

This release introduces a refactor to the generated code via oapi-codegen, using best practices to make the generated code easier to work with, as well as upgrading to v2.8.0 of oapi-codegen.

There are some breaking changes, as we:

  • now use initialisms for ID, URL, CVSS and PURL
  • don't use pointers for optional container types (*[]string -> []string)
  • use fully qualified enum type names, to future-proof de-duplication
  • use the nullable type for nullable fields
  • rename GetRegistries to GetHosts in the commits, issues and repos clients (upstream operationId fix)
  • use typed enums for Sort parameters in the packages client instead of *string

What's Changed

New Contributors

Full Changelog: ecosyste-ms/ecosystems-go@v0.3.0...v0.4.0

Commits
  • fa7fede Merge pull request #36 from ecosyste-ms/renovate/vendir-openapi-sync
  • 37cb5ee Merge pull request #37 from jamietanna/renovate/reconfigure
  • d67bf6c chore(renovate): update OpenAPI specs weekly
  • 6e03260 chore(deps): update vendored openapi specs
  • 34a6150 Merge pull request #35 from ecosyste-ms/renovate/reconfigure
  • b29e90c build: use Vendir to sync OpenAPI specs
  • 32ee22f Merge pull request #17 from jamietanna/chore/oapi-config-improvement
  • 2ce7b73 test: use PURL instead of Purl
  • 0955f5e refactor: use generated Server URLs
  • 4923dda refactor!: make PURL and CVSS initialisms
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 24, 2026
Bumps [github.com/ecosyste-ms/ecosystems-go](https://github.com/ecosyste-ms/ecosystems-go) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ecosyste-ms/ecosystems-go/releases)
- [Commits](ecosyste-ms/ecosystems-go@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/ecosyste-ms/ecosystems-go
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ecosyste-ms/ecosystems-go-0.4.0 branch from 861a5d0 to 87294b6 Compare July 25, 2026 12:05
Handle nullable.Nullable[T] fields via a small nullableValue helper,
follow the initialism renames (PURL, URL, HTMLURL, CVSSScore,
RepositoryURL, RegistryURL), drop the *map[string]interface{} pointer
signatures now that RepoMetadata/Metadata are plain nullable maps, and
convert Advisory.Identifiers from []nullable.Nullable[string] to
[]string.
@andrew
andrew merged commit b84c448 into main Jul 26, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/ecosyste-ms/ecosystems-go-0.4.0 branch July 26, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant