chore: update go module dependencies #83

Merged
Wuast94 merged 1 commit from updatarr/go-module-dependencies-1f9213fde8 into main 2026-06-20 02:11:24 +02:00
Owner

Updates go module dependencies.

Automerge: Enabled

Changed files:

  • go.mod:20 v1.9.0 -> v1.10.1
  • go.mod:21 v2.9.0 -> v2.9.2
  • go.mod:23 v0.21.0 -> v0.23.1
  • go.mod:24 v0.20.2 -> v0.21.6
  • go.mod:25 v0.23.0 -> v0.26.1
  • go.mod:26 v0.7.0 -> v0.7.1
  • go.mod:30 v0.7.7 -> v0.9.2
  • go.mod:37 v0.67.5 -> v0.69.0
  • go.mod:38 v0.19.2 -> v0.20.1
  • go.mod:39 v1.0.9 -> v1.0.10
  • go.mod:42 v1.27.1 -> v1.28.0
  • go.mod:43 v2.4.3 -> v2.4.4
  • go.mod:45 v0.55.0 -> v0.56.0
  • go.mod:46 v0.34.0 -> v0.36.0
  • go.mod:47 v0.20.0 -> v0.21.0
  • go.mod:48 v0.45.0 -> v0.46.0
  • go.mod:49 v0.43.0 -> v0.44.0
  • go.mod:50 v0.37.0 -> v0.38.0
  • go.mod:51 v0.14.0 -> v0.15.0
  • go.mod:52 v2.4.0 -> v2.5.0
  • go.mod:57 v0.36.0 -> v0.36.2
  • go.mod:59 v0.0.0-20260317180543-43fb72c5454a -> v0.0.0-20260618221249-bc653b64f974
  • go.mod:60 v0.0.0-20260210185600-b8788abfbbc2 -> v0.0.0-20260617174310-a95e086a2553
  • go.mod:63 v6.3.2 -> v6.4.0
Release notes

v1.10.0: github.com/fsnotify/fsnotify: v1.10.0

Compare source

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

v1.10.1: github.com/fsnotify/fsnotify: v1.10.1

Compare source

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#755)

v2.9.1: github.com/fxamacker/cbor/v2: v2.9.1

Compare source

This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.

These changes only affect Go struct fields tagged with keyasint:

  • [Decoding] Reject integer keys that exceed math.MaxInt64 when decoding CBOR map to a struct with keyasint field (PR #757)
  • [Decoding] Prevent string representation of an integer key from matching the struct field tagged by keyasint (PR #757)
  • [Encoding & Decoding] Deduplicate struct fields with the same normalized keyasint tag values (PR #757)

🐞 Other bug fixes and defensive checks

Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).

NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).

  • [Decoding] Reject decoding epoch time encoded as floats that overflow int64 (PR #753)
  • [Encoding] Return a cloned slice for an empty RawMessage from RawMessage.MarshalCBOR (PR #753)
  • [Encoding] Reject encoding nil inside indefinite-length strings (PR #750)
  • [Diagnostic] Accept valid U+FFFD replacement character (PR #753)

What's Changed

CI / GitHub Actions and Docs

🔎 Details...

New Contributors

Full Changelog: https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.1

v2.9.2: github.com/fxamacker/cbor/v2: v2.9.2

Compare source

This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.

Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).

The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.

This release passed fuzz tests (billions of execs) and it is production quality.

What's Changed

CI / GitHub Actions and Docs

🔎 Details...

Full Changelog: https://github.com/fxamacker/cbor/compare/v2.9.1...v2.9.2

v0.22.2: github.com/go-openapi/jsonpointer: v0.22.2

Compare source

0.22.2 - 2025-11-14

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.1...v0.22.2

12 commits in this release.


Documentation

Code quality

Testing

Miscellaneous tasks

Security

Updates


People who contributed to this release


jsonpointer license terms

License

v0.22.3: github.com/go-openapi/jsonpointer: v0.22.3

Compare source

0.22.3 - 2025-11-17

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.2...v0.22.3

8 commits in this release.


Documentation

Code quality

Miscellaneous tasks


People who contributed to this release


New Contributors

  • @github-actions[bot] made their first contribution
    in #76

jsonpointer license terms

License

v0.22.4: github.com/go-openapi/jsonpointer: v0.22.4

Compare source

0.22.4 - 2025-12-06

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.3...v0.22.4

1 commits in this release.


Miscellaneous tasks


People who contributed to this release


jsonpointer license terms

License

v0.22.5: github.com/go-openapi/jsonpointer: v0.22.5

Compare source

0.22.5 - 2026-03-02

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.4...v0.22.5

15 commits in this release.


Documentation

Code quality

Miscellaneous tasks

  • ci: upgraded bump-release workflow (new input format) by @fredbi in #106 ...
  • ci: updated workflows by @fredbi in #95 ...
  • chore: fixed missing license headers in new files by @fredbi in #94 ...
  • ci: removed duplicate workflow remaining after refactoring by @fredbi in #93 ...

Updates

  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.3.0 to 2.4.0 in the go-openapi-dependencies group by @dependabot[bot] in #104 ...
  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.2.0 to 2.3.0 in the go-openapi-dependencies group by @dependabot[bot] in #102 ...
  • chore(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #103 ...
  • chore(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #101 ...
  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.1.8 to 2.2.0 in the go-openapi-dependencies group by @dependabot[bot] in #100 ...
  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.0.2 to 2.1.8 in the go-openapi-dependencies group by @dependabot[bot] in #98 ...
  • chore(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #99 ...

People who contributed to this release


New Contributors

  • @bot-go-openapi[bot] made their first contribution
    in #97

jsonpointer license terms

License

v0.23.0: github.com/go-openapi/jsonpointer: v0.23.0

Compare source

0.23.0 - 2026-04-15

Support for known limitations

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.5...v0.23.0

16 commits in this release.


Implemented enhancements

  • feat: added alternate json name provider by @fredbi in #123 ...
  • feat: added optional support for non-default json name provider by @fredbi in #122 ...
  • feat: the RFC 6901 "-" array suffix is now supported by @fredbi in #121 ...

Fixed bugs

  • fix(errors): correct error message for invalid JSON pointer start by @alexandear in #118 ...

Documentation

Miscellaneous tasks

  • chore: bump go directive to 1.25.0 by @fredbi in #115 ...
  • chore: removed unnecessary git-cliff config (uses shared) by @fredbi in #109 ...

Updates

  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.4.1 to 2.4.2 in the go-openapi-dependencies group by @dependabot[bot] in #117 ...
  • chore(deps): bump github.com/go-openapi/testify/v2 from 2.4.0 to 2.4.1 in the go-openapi-dependencies group by @dependabot[bot] in #110 ...
  • chore(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #111 ...
  • chore(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #107 ...

People who contributed to this release


New Contributors

  • @alexandear made their first contribution
    in #118

jsonpointer license terms

License

v0.23.1: github.com/go-openapi/jsonpointer: v0.23.1

Compare source

0.23.1 - 2026-04-18

Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.23.0...v0.23.1

5 commits in this release.


Fixed bugs

  • fix(offset): in Offset method, fixed index of value of array element. by @fredbi in #128 ...

Documentation

Updates


People who contributed to this release


jsonpointer license terms

License

v0.21.4: github.com/go-openapi/jsonreference: v0.21.4

Compare source

0.21.4 - 2025-12-08

Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.3...v0.21.4

1 commits in this release.


Documentation


People who contributed to this release


New Contributors

  • @bot-go-openapi[bot] made their first contribution
    in #64

jsonreference license terms

License

v0.21.5: github.com/go-openapi/jsonreference: v0.21.5

Compare source

0.21.5 - 2026-03-02

Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.4...v0.21.5

14 commits in this release.


Documentation

Code quality

Testing

  • test: added fuzz test for reference parser by @fredbi in #68 ...

Miscellaneous tasks

Updates

  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #78 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #76 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.1.8 to 2.2.0 in the go-openapi-dependencies group by @dependabot[bot] in #75 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.1.1 to 2.1.8 in the go-openapi-dependencies group by @dependabot[bot] in #74 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #73 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.0.2 to 2.1.1 in the go-openapi-dependencies group by @dependabot[bot] in #72 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #65 ...

People who contributed to this release


jsonreference license terms

License

v0.21.6: github.com/go-openapi/jsonreference: v0.21.6

Compare source

0.21.6 - 2026-05-31

Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.5...v0.21.6

21 commits in this release.


Documentation

Code quality

Miscellaneous tasks

  • fix(ci): updated shared workflows for bot-pr monitoring by @fredbi ...
  • ci: schedule bot PR monitoring by @fredbi in #98 ...
  • chore: bump go directive to 1.25.0 by @fredbi in #87 ...

Updates

  • build(deps): bump the development-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #97 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.5.0 to 2.5.1 in the go-openapi-dependencies group by @dependabot[bot] in #96 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0 in the go-openapi-dependencies group by @dependabot[bot] in #95 ...
  • build(deps): bump github.com/go-openapi/jsonpointer from 0.23.0 to 0.23.1 in the go-openapi-dependencies group by @dependabot[bot] in #93 ...
  • build(deps): bump github.com/go-openapi/jsonpointer from 0.22.5 to 0.23.0 in the go-openapi-dependencies group by @dependabot[bot] in #90 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #91 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.1 to 2.4.2 in the go-openapi-dependencies group by @dependabot[bot] in #88 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.0 to 2.4.1 in the go-openapi-dependencies group by @dependabot[bot] in #83 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #82 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #80 ...

People who contributed to this release


jsonreference license terms

License

v0.25.5: github.com/go-openapi/swag: v0.25.5

Compare source

0.25.5 - 2026-03-02

Full Changelog: https://github.com/go-openapi/swag/compare/v0.25.4...v0.25.5

16 commits in this release.


Documentation

Code quality

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...
  • build(deps): bump the development-dependencies group across 2 directories with 1 update by @dependabot[bot] in #172 ...
  • build(deps): bump the development-dependencies group across 2 directories with 1 update by @dependabot[bot] in #170 ...
  • build(deps): bump the development-dependencies group across 2 directories with 1 update by @dependabot[bot] in #168 ...
  • build(deps): bump the development-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #167 ...
  • build(deps): bump the development-dependencies group across 2 directories with 1 update by @dependabot[bot] in #166 ...
  • build(deps): bump the development-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #165 ...
  • build(deps): bump the development-dependencies group across 2 directories with 1 update by @dependabot[bot] in #164 ...

People who contributed to this release


New Contributors


swag license terms

License

Per-module changes


cmdutils (0.25.5)

Testing


conv (0.25.5)

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

fileutils (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonname (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonutils/adapters/easyjson (0.25.5)

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonutils/adapters/testintegration/benchmarks (0.25.5)

Code quality

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonutils/adapters/testintegration (0.25.5)

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonutils/fixtures_test (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

jsonutils (0.25.5)

Code quality

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

loading (0.25.5)

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

mangling (0.25.5)

Code quality

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

netutils (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

stringutils (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

typeutils (0.25.5)

Testing

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

yamlutils (0.25.5)

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #178 ...

v0.26.0: github.com/go-openapi/swag: v0.26.0

Compare source

0.26.0 - 2026-04-15

Full Changelog: https://github.com/go-openapi/swag/compare/v0.25.5...v0.26.0

14 commits in this release.


Implemented enhancements

  • feat(jsonname): added new json name provider more respectful of go co… by @fredbi in #195 ...

Documentation

Code quality

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @dependabot[bot] in #189 ...
  • build(deps): bump the development-dependencies group with 7 updates by @dependabot[bot] in #188 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...
  • build(deps): bump the development-dependencies group across 2 directories with 7 updates by @dependabot[bot] in #183 ...

People who contributed to this release


swag license terms

License

Per-module changes


cmdutils (0.26.0)

Miscellaneous tasks


conv (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

fileutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonname (0.26.0)

Implemented enhancements

  • feat(jsonname): added new json name provider more respectful of go co… by @fredbi in #195 ...

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonutils/adapters/easyjson (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @dependabot[bot] in #189 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonutils/adapters/testintegration/benchmarks (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @dependabot[bot] in #189 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonutils/adapters/testintegration (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @dependabot[bot] in #189 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonutils/fixtures_test (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

jsonutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

loading (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

mangling (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

netutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

stringutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

typeutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

yamlutils (0.26.0)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #193 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #185 ...

v0.26.1: github.com/go-openapi/swag: v0.26.1

Compare source

0.26.1 - 2026-06-07

Full Changelog: https://github.com/go-openapi/swag/compare/v0.26.0...v0.26.1

12 commits in this release.


Implemented enhancements

  • feat(loading): sandbox local loading with WithRoot (GHSA-v2xp-g8xf-22pf) by @fredbi in #203 ...
  • feat(ci): added shared workflow for bot-pr monitoring by @fredbi ...

Documentation

Miscellaneous tasks

Security

  • doc(loading): document security implications of using the loader by @fredbi in #207 ...

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

fileutils (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonname (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonutils/adapters/easyjson (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonutils/adapters/testintegration/benchmarks (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonutils/adapters/testintegration (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonutils/fixtures_test (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

jsonutils (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

loading (0.26.1)

Implemented enhancements

  • feat(loading): sandbox local loading with WithRoot (GHSA-v2xp-g8xf-22pf) by @fredbi in #203 ...

Miscellaneous tasks

Security

  • doc(loading): document security implications of using the loader by @fredbi in #207 ...

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

mangling (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

netutils (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

stringutils (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

typeutils (0.26.1)

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

yamlutils (0.26.1)

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #202 ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @dependabot[bot] in #200 ...

v0.8.0: github.com/mailru/easyjson

Compare source

stable version before go version bump

v0.9.0: github.com/mailru/easyjson

Compare source

up go version and bugfixes

v0.9.1: github.com/mailru/easyjson: v0.9.1

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1

v0.9.2: github.com/mailru/easyjson: v0.9.2

Compare source

What's Changed

Full Changelog: https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2

v0.68.0: github.com/prometheus/common: v0.68.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.67.5...v0.68.0

v0.68.1: github.com/prometheus/common: v0.68.1

Compare source

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.68.0...v0.68.1

v0.69.0: github.com/prometheus/common: v0.69.0

Compare source

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.68.1...v0.69.0

v0.20.0: github.com/prometheus/procfs: v0.20.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.0

v0.20.1: github.com/prometheus/procfs: v0.20.1

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/procfs/compare/v0.20.0...v0.20.1

v1.0.10: github.com/spf13/pflag: v1.0.10

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10

Updates `go module dependencies`. Automerge: Enabled Changed files: - `go.mod:20` `v1.9.0` -> `v1.10.1` - `go.mod:21` `v2.9.0` -> `v2.9.2` - `go.mod:23` `v0.21.0` -> `v0.23.1` - `go.mod:24` `v0.20.2` -> `v0.21.6` - `go.mod:25` `v0.23.0` -> `v0.26.1` - `go.mod:26` `v0.7.0` -> `v0.7.1` - `go.mod:30` `v0.7.7` -> `v0.9.2` - `go.mod:37` `v0.67.5` -> `v0.69.0` - `go.mod:38` `v0.19.2` -> `v0.20.1` - `go.mod:39` `v1.0.9` -> `v1.0.10` - `go.mod:42` `v1.27.1` -> `v1.28.0` - `go.mod:43` `v2.4.3` -> `v2.4.4` - `go.mod:45` `v0.55.0` -> `v0.56.0` - `go.mod:46` `v0.34.0` -> `v0.36.0` - `go.mod:47` `v0.20.0` -> `v0.21.0` - `go.mod:48` `v0.45.0` -> `v0.46.0` - `go.mod:49` `v0.43.0` -> `v0.44.0` - `go.mod:50` `v0.37.0` -> `v0.38.0` - `go.mod:51` `v0.14.0` -> `v0.15.0` - `go.mod:52` `v2.4.0` -> `v2.5.0` - `go.mod:57` `v0.36.0` -> `v0.36.2` - `go.mod:59` `v0.0.0-20260317180543-43fb72c5454a` -> `v0.0.0-20260618221249-bc653b64f974` - `go.mod:60` `v0.0.0-20260210185600-b8788abfbbc2` -> `v0.0.0-20260617174310-a95e086a2553` - `go.mod:63` `v6.3.2` -> `v6.4.0` <details> <summary>Release notes</summary> ### [`v1.10.0`](https://github.com/fsnotify/fsnotify/releases/tag/v1.10.0): github.com/fsnotify/fsnotify: v1.10.0 [Compare source](https://github.com/fsnotify/fsnotify/compare/v1.9.0...v1.10.0) This version of fsnotify needs Go 1.23. ### Changes and fixes - inotify: improve initialization error message ([#731]) - inotify: send Rename event if recursive watch is renamed ([#696]) - inotify: avoid copying event buffers when reading names ([#741]) - kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory ([#748]) - kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers ([#740]) - windows: fix nil pointer dereference in remWatch ([#736]) - windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 ([#709], [#749]) [#696]: https://github.com/fsnotify/fsnotify/pull/696 [#709]: https://github.com/fsnotify/fsnotify/pull/709 [#731]: https://github.com/fsnotify/fsnotify/pull/731 [#736]: https://github.com/fsnotify/fsnotify/pull/736 [#740]: https://github.com/fsnotify/fsnotify/pull/740 [#741]: https://github.com/fsnotify/fsnotify/pull/741 [#748]: https://github.com/fsnotify/fsnotify/pull/748 [#749]: https://github.com/fsnotify/fsnotify/pull/749 ### [`v1.10.1`](https://github.com/fsnotify/fsnotify/releases/tag/v1.10.1): github.com/fsnotify/fsnotify: v1.10.1 [Compare source](https://github.com/fsnotify/fsnotify/compare/v1.9.0...v1.10.1) ### Changes and fixes - inotify: don't remove sibling watches sharing a path prefix ([#754]) - inotify, windows: don't rename sibling watches sharing a path prefix ([#755]) [#754]: https://github.com/fsnotify/fsnotify/pull/754 [#755]: https://github.com/fsnotify/fsnotify/pull/755 ### [`v2.9.1`](https://github.com/fxamacker/cbor/releases/tag/v2.9.1): github.com/fxamacker/cbor/v2: v2.9.1 [Compare source](https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.1) This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests. ### :lady_beetle: Bug fixes related to the `keyasint` feature These changes only affect Go struct fields tagged with `keyasint`: * [Decoding] Reject integer keys that exceed `math.MaxInt64` when decoding CBOR map to a struct with `keyasint` field (PR #757) * [Decoding] Prevent string representation of an integer key from matching the struct field tagged by keyasint (PR #757) * [Encoding & Decoding] Deduplicate struct fields with the same normalized `keyasint` tag values (PR #757) ### :lady_beetle: Other bug fixes and defensive checks Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds). NOTE: It is generally good practice to [avoid using floating point to store epoch time](https://github.com/fxamacker/cbor/issues/687#issue-3245597787) (even when not using CBOR). * [Decoding] Reject decoding epoch time encoded as floats that overflow int64 (PR #753) * [Encoding] Return a cloned slice for an empty `RawMessage` from `RawMessage.MarshalCBOR` (PR #753) * [Encoding] Reject encoding nil inside indefinite-length strings (PR #750) * [Diagnostic] Accept valid `U+FFFD` replacement character (PR #753) ## What's Changed * :new: Add TimeMode encoding option `TimeRFC3339NanoUTC` by @fxamacker in https://github.com/fxamacker/cbor/pull/688 * Use actual negative zero in tests by @makew0rld in https://github.com/fxamacker/cbor/pull/708 * Reject encoding nil inside CBOR indefinite-length string by @fxamacker in https://github.com/fxamacker/cbor/pull/750 * Refactor and add tests by @fxamacker in https://github.com/fxamacker/cbor/pull/752 * Small bugfixes, defensive checks, and improvements by @fxamacker in https://github.com/fxamacker/cbor/pull/753 * Refactor parseMapToStruct(), getDecodingStructType(), getEncodingStructType(), and field struct by @fxamacker in https://github.com/fxamacker/cbor/pull/754 * Fix several issues related to keyasint tag option by @fxamacker in https://github.com/fxamacker/cbor/pull/757 ### CI / GitHub Actions and Docs <details><summary>:mag_right: Details...</summary><p> * Bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/690 * Bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/691 * Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/696 * Bump github/codeql-action from 3.29.7 to 3.29.9 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/697 * Bump github/codeql-action from 3.29.9 to 3.29.11 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/700 * Bump github/codeql-action from 3.29.11 to 3.30.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/702 * Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/703 * Bump github/codeql-action from 3.30.0 to 3.30.3 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/706 * Bump github/codeql-action from 3.30.3 to 3.30.4 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/710 * Bump github/codeql-action from 3.30.4 to 3.30.6 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/712 * Bump github/codeql-action from 3.30.6 to 4.30.7 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/713 * Bump github/codeql-action from 4.30.7 to 4.30.8 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/716 * Bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/718 * Bump github/codeql-action from 4.30.9 to 4.31.2 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/720 * Bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/721 * Bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/724 * Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/725 * Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/726 * Bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/727 * Bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/728 * Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/729 * Bump github/codeql-action from 4.31.6 to 4.31.8 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/732 * Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/733 * Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/738 * Bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/739 * Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/740 * Bump github/codeql-action from 4.31.10 to 4.32.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/742 * Bump github/codeql-action from 4.32.0 to 4.32.3 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/745 * Bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/746 * Bump github/codeql-action from 4.32.3 to 4.32.4 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/747 * Bump github/codeql-action from 4.32.4 to 4.32.6 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/748 * Bump github/codeql-action from 4.32.6 to 4.34.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/749 * Bump github/codeql-action from 4.34.0 to 4.34.1 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/751 * Update README status section by @fxamacker in https://github.com/fxamacker/cbor/pull/758 </details> ## New Contributors * @makew0rld made their first contribution in https://github.com/fxamacker/cbor/pull/708 **Full Changelog**: https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.1 ### [`v2.9.2`](https://github.com/fxamacker/cbor/releases/tag/v2.9.2): github.com/fxamacker/cbor/v2: v2.9.2 [Compare source](https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.2) This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests. Projects that don't use CBOR indefinite-length data may also want to upgrade ([summary of prior releases](https://github.com/fxamacker/cbor#prior-releases)). The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder. This release passed fuzz tests (billions of execs) and it is production quality. ## What's Changed * Reject encoding indefinite-length map with odd item count by @fxamacker in https://github.com/fxamacker/cbor/pull/764 * Reject encoding indefinite-length data item as a chunk inside indefinite-length byte string or text string by @fxamacker in https://github.com/fxamacker/cbor/pull/765 * Make TagSet.Remove a no-op when contentType is nil by @fxamacker in https://github.com/fxamacker/cbor/pull/766 * Refactor indefinite-length encoding and improve chunk validation during encoding by @fxamacker in https://github.com/fxamacker/cbor/pull/767 * Add more tests, fix a nit in unreachable panic message, update docs & ci by @fxamacker in https://github.com/fxamacker/cbor/pull/768 ### CI / GitHub Actions and Docs <details><summary>:mag_right: Details...</summary><p> * Bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/760 * Bump github/codeql-action from 4.34.1 to 4.35.1 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/761 * Bump github/codeql-action from 4.35.1 to 4.35.2 by @dependabot[bot] in https://github.com/fxamacker/cbor/pull/763 * Update README for v2.9.2 release by @fxamacker in https://github.com/fxamacker/cbor/pull/769 </details> **Full Changelog**: https://github.com/fxamacker/cbor/compare/v2.9.1...v2.9.2 ### [`v0.22.2`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.22.2): github.com/go-openapi/jsonpointer: v0.22.2 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.22.2) ## [0.22.2](https://github.com/go-openapi/jsonpointer/tree/v0.22.2) - 2025-11-14 **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.22.1...v0.22.2> 12 commits in this release. ----- ### <!-- 03 -->Documentation * ci: fixed typo by [@fredbi](https://github.com/fredbi) [...](https://github.com/go-openapi/jsonpointer/commit/5b5689d1b1189aa6a6e318da1965109a813aa511) * docs: fixed typo in NOTICE by [@fredbi](https://github.com/fredbi) in [#62](https://github.com/go-openapi/jsonpointer/pull/62) [...](https://github.com/go-openapi/jsonpointer/commit/3e3ae7582c69f86fd41cbd17eeb9bc34e9778d46) * Licensing: added NOTICE by [@fredbi](https://github.com/fredbi) in [#61](https://github.com/go-openapi/jsonpointer/pull/61) [...](https://github.com/go-openapi/jsonpointer/commit/55cd65a476365f986300612c73ec4dca8e70c5ed) ### <!-- 05 -->Code quality * chore(lint): code quality by [@fredbi](https://github.com/fredbi) in [#64](https://github.com/go-openapi/jsonpointer/pull/64) [...](https://github.com/go-openapi/jsonpointer/commit/061f7b466029738ccc3ed6d0e02e1ce6ad02e609) ### <!-- 06 -->Testing * test: added fuzz test for parsing by [@fredbi](https://github.com/fredbi) in [#69](https://github.com/go-openapi/jsonpointer/pull/69) [...](https://github.com/go-openapi/jsonpointer/commit/c653a59742afed72aa739bd52396f5e64dfabd9b) * test: improved test coverage by [@fredbi](https://github.com/fredbi) in [#68](https://github.com/go-openapi/jsonpointer/pull/68) [...](https://github.com/go-openapi/jsonpointer/commit/80920c3d030169e65d8ccbda8430768c0c33448a) ### <!-- 07 -->Miscellaneous tasks * ci: fixed sarif file by [@fredbi](https://github.com/fredbi) [...](https://github.com/go-openapi/jsonpointer/commit/b834f5761e794c0cabc61681598497892eb9a0c0) * chore(deps): removed indirect test dependencies by [@fredbi](https://github.com/fredbi) in [#60](https://github.com/go-openapi/jsonpointer/pull/60) [...](https://github.com/go-openapi/jsonpointer/commit/be8ec04d6601462523b2417c58c5686e347556bc) ### <!-- 08 -->Security * ci: added govulscan security scanner tool by [@fredbi](https://github.com/fredbi) in [#67](https://github.com/go-openapi/jsonpointer/pull/67) [...](https://github.com/go-openapi/jsonpointer/commit/12e705fbb0ab91a9e4cc1ee7cbc26bf16cb42539) * doc: added examples to document simple use cases by [@fredbi](https://github.com/fredbi) in [#65](https://github.com/go-openapi/jsonpointer/pull/65) [...](https://github.com/go-openapi/jsonpointer/commit/c3422bb4074d88dd9c6533e4335974639f8c1003) * ci: added workflows by [@fredbi](https://github.com/fredbi) in [#63](https://github.com/go-openapi/jsonpointer/pull/63) [...](https://github.com/go-openapi/jsonpointer/commit/e00aa647c04ebd7ab4d2f54bda6d3e2717dbfe7e) ### <!-- 0A -->Updates * chore(deps): bump the development-dependencies group with 5 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#66](https://github.com/go-openapi/jsonpointer/pull/66) [...](https://github.com/go-openapi/jsonpointer/commit/adc6681363cf19de00da9a70c2151efd8e1aef92) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.22.3`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.22.3): github.com/go-openapi/jsonpointer: v0.22.3 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.22.3) ## [0.22.3](https://github.com/go-openapi/jsonpointer/tree/v0.22.3) - 2025-11-17 **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.22.2...v0.22.3> 8 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@github-actions[bot]](https://github.com/github-actions[bot]) in [#76](https://github.com/go-openapi/jsonpointer/pull/76) [...](https://github.com/go-openapi/jsonpointer/commit/c22925c7206b06cd4644498708bc8faa19cc85d8) * doc: automated a record of all-time contributors by [@fredbi](https://github.com/fredbi) in [#75](https://github.com/go-openapi/jsonpointer/pull/75) [...](https://github.com/go-openapi/jsonpointer/commit/a878179c634ba8e346586e2a5732f71fdec31257) * doc: release badge in README by [@fredbi](https://github.com/fredbi) in [#73](https://github.com/go-openapi/jsonpointer/pull/73) [...](https://github.com/go-openapi/jsonpointer/commit/3f0fe76061bb5712de08c6b49e3302beff9df4c4) ### <!-- 05 -->Code quality * docs: added maintainer's doc and style guide by [@fredbi](https://github.com/fredbi) in [#77](https://github.com/go-openapi/jsonpointer/pull/77) [...](https://github.com/go-openapi/jsonpointer/commit/be76d48d51691f6d35a17e1e8daf09369d54614c) * doc: improved documentation by [@fredbi](https://github.com/fredbi) in [#70](https://github.com/go-openapi/jsonpointer/pull/70) [...](https://github.com/go-openapi/jsonpointer/commit/3eb4edd28732150c3417638400279bc31f83bf2a) * chore(lint): more linting by [@fredbi](https://github.com/fredbi) in [#71](https://github.com/go-openapi/jsonpointer/pull/71) [...](https://github.com/go-openapi/jsonpointer/commit/e4c97b37b30e9c72b9e40da3db797f64eed890c1) ### <!-- 07 -->Miscellaneous tasks * test: added tests for edge cases by [@fredbi](https://github.com/fredbi) in [#74](https://github.com/go-openapi/jsonpointer/pull/74) [...](https://github.com/go-openapi/jsonpointer/commit/61efbb77fd1123546b60df204a230602cb9fc085) * ci: run fuzz test in ci by [@fredbi](https://github.com/fredbi) in [#72](https://github.com/go-openapi/jsonpointer/pull/72) [...](https://github.com/go-openapi/jsonpointer/commit/58fdaa45730b9df5981ecc67565713a257c18d9c) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) * [@github-actions[bot]](https://github.com/github-actions[bot]) ----- ### New Contributors * @github-actions[bot] made their first contribution in [#76](https://github.com/go-openapi/jsonpointer/pull/76) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.22.4`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.22.4): github.com/go-openapi/jsonpointer: v0.22.4 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.22.4) ## [0.22.4](https://github.com/go-openapi/jsonpointer/tree/v0.22.4) - 2025-12-06 **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.22.3...v0.22.4> 1 commits in this release. ----- ### <!-- 07 -->Miscellaneous tasks * ci: aligned CI to use shared workflows by [@fredbi](https://github.com/fredbi) in [#91](https://github.com/go-openapi/jsonpointer/pull/91) [...](https://github.com/go-openapi/jsonpointer/commit/51b82ce3dd550f34b5a0a840a679d2318f218693) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.22.5`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.22.5): github.com/go-openapi/jsonpointer: v0.22.5 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.22.5) ## [0.22.5](https://github.com/go-openapi/jsonpointer/tree/v0.22.5) - 2026-03-02 **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.22.4...v0.22.5> 15 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#97](https://github.com/go-openapi/jsonpointer/pull/97) [...](https://github.com/go-openapi/jsonpointer/commit/62b2c8e9a62fa18651f5a928743c78d7c6d2977e) * doc: announced new discord channel by [@fredbi](https://github.com/fredbi) in [#96](https://github.com/go-openapi/jsonpointer/pull/96) [...](https://github.com/go-openapi/jsonpointer/commit/e1aa755a739f80ff1b61d3ce7b32d83a668aa71d) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#92](https://github.com/go-openapi/jsonpointer/pull/92) [...](https://github.com/go-openapi/jsonpointer/commit/a9b0f9fc37a61d5bed32550e3608f969770eb912) ### <!-- 05 -->Code quality * chore: doc, test, lint update by [@fredbi](https://github.com/fredbi) in [#105](https://github.com/go-openapi/jsonpointer/pull/105) [...](https://github.com/go-openapi/jsonpointer/commit/9f448d5a0b23321eb8a8744993988d1257aec9ea) ### <!-- 07 -->Miscellaneous tasks * ci: upgraded bump-release workflow (new input format) by [@fredbi](https://github.com/fredbi) in [#106](https://github.com/go-openapi/jsonpointer/pull/106) [...](https://github.com/go-openapi/jsonpointer/commit/e232aafbbdce6abbf028e4d6efebf845e1ff8148) * ci: updated workflows by [@fredbi](https://github.com/fredbi) in [#95](https://github.com/go-openapi/jsonpointer/pull/95) [...](https://github.com/go-openapi/jsonpointer/commit/a25460cc5d39af4708233db8a6083934720f9f7a) * chore: fixed missing license headers in new files by [@fredbi](https://github.com/fredbi) in [#94](https://github.com/go-openapi/jsonpointer/pull/94) [...](https://github.com/go-openapi/jsonpointer/commit/dabf217f62134457a6832d162ef3c66d4185e586) * ci: removed duplicate workflow remaining after refactoring by [@fredbi](https://github.com/fredbi) in [#93](https://github.com/go-openapi/jsonpointer/pull/93) [...](https://github.com/go-openapi/jsonpointer/commit/d95f06bc4132a85672e38b69dcb7dec3bfcac7c4) ### <!-- 0A -->Updates * chore(deps): bump github.com/go-openapi/testify/v2 from 2.3.0 to 2.4.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#104](https://github.com/go-openapi/jsonpointer/pull/104) [...](https://github.com/go-openapi/jsonpointer/commit/565d4a24c2c239426810931cae704368550eb2b1) * chore(deps): bump github.com/go-openapi/testify/v2 from 2.2.0 to 2.3.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#102](https://github.com/go-openapi/jsonpointer/pull/102) [...](https://github.com/go-openapi/jsonpointer/commit/869667c299b0ea85d9a0d62dc4a30d574c43308c) * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#103](https://github.com/go-openapi/jsonpointer/pull/103) [...](https://github.com/go-openapi/jsonpointer/commit/83371ca9e2761a7a50f23122848097e73d9993e4) * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#101](https://github.com/go-openapi/jsonpointer/pull/101) [...](https://github.com/go-openapi/jsonpointer/commit/7ad57edb02edadf3f9ca8cabc2384bb1aff79ebc) * chore(deps): bump github.com/go-openapi/testify/v2 from 2.1.8 to 2.2.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#100](https://github.com/go-openapi/jsonpointer/pull/100) [...](https://github.com/go-openapi/jsonpointer/commit/26e9371ac46a9fe02572de7a4e9adda3a4c7abf2) * chore(deps): bump github.com/go-openapi/testify/v2 from 2.0.2 to 2.1.8 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#98](https://github.com/go-openapi/jsonpointer/pull/98) [...](https://github.com/go-openapi/jsonpointer/commit/fb213a37ded83a74fafc181ea732588b3569f3f4) * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#99](https://github.com/go-openapi/jsonpointer/pull/99) [...](https://github.com/go-openapi/jsonpointer/commit/e481e05d393868714e7e2f1a43e8be7fcdb9a40e) ----- ### People who contributed to this release * [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) * [@fredbi](https://github.com/fredbi) ----- ### New Contributors * @bot-go-openapi[bot] made their first contribution in [#97](https://github.com/go-openapi/jsonpointer/pull/97) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.23.0`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.23.0): github.com/go-openapi/jsonpointer: v0.23.0 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.23.0) ## [0.23.0](https://github.com/go-openapi/jsonpointer/tree/v0.23.0) - 2026-04-15 Support for known limitations **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.22.5...v0.23.0> 16 commits in this release. ----- ### <!-- 00 -->Implemented enhancements * feat: added alternate json name provider by [@fredbi](https://github.com/fredbi) in [#123](https://github.com/go-openapi/jsonpointer/pull/123) [...](https://github.com/go-openapi/jsonpointer/commit/331ea4289cb870d9552dff40274225f7aecdf065) * feat: added optional support for non-default json name provider by [@fredbi](https://github.com/fredbi) in [#122](https://github.com/go-openapi/jsonpointer/pull/122) [...](https://github.com/go-openapi/jsonpointer/commit/04588aa04e04421012f3b271cf824e730f73b28a) * feat: the RFC 6901 `"-"` array suffix is now supported by [@fredbi](https://github.com/fredbi) in [#121](https://github.com/go-openapi/jsonpointer/pull/121) [...](https://github.com/go-openapi/jsonpointer/commit/bca40236161acb5e66eefeb61fd3529324f5eb04) ### <!-- 01 -->Fixed bugs * fix(errors): correct error message for invalid JSON pointer start by [@alexandear](https://github.com/alexandear) in [#118](https://github.com/go-openapi/jsonpointer/pull/118) [...](https://github.com/go-openapi/jsonpointer/commit/635e674c10c046e258453677b5f30aecf4fd2f15) ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#119](https://github.com/go-openapi/jsonpointer/pull/119) [...](https://github.com/go-openapi/jsonpointer/commit/827f12d61273e3669c84931013fe1f815070eb9a) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#116](https://github.com/go-openapi/jsonpointer/pull/116) [...](https://github.com/go-openapi/jsonpointer/commit/57ecc1e682ec741b78c174493e8db9d05941bef2) * doc: add portable agentic instructions by [@fredbi](https://github.com/fredbi) in [#114](https://github.com/go-openapi/jsonpointer/pull/114) [...](https://github.com/go-openapi/jsonpointer/commit/de63aa9651a64fdbce89e84be2fa49d688b2e92c) * doc: update discord link by [@fredbi](https://github.com/fredbi) in [#113](https://github.com/go-openapi/jsonpointer/pull/113) [...](https://github.com/go-openapi/jsonpointer/commit/97319b8f8a540ced0aac75b89557eabafe1788c5) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#112](https://github.com/go-openapi/jsonpointer/pull/112) [...](https://github.com/go-openapi/jsonpointer/commit/907aaa552585208f1b01d01b60767b7e17bc6096) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#108](https://github.com/go-openapi/jsonpointer/pull/108) [...](https://github.com/go-openapi/jsonpointer/commit/bbf77d62ef9920d3f4ecd1a0adb4bde8e5879722) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#115](https://github.com/go-openapi/jsonpointer/pull/115) [...](https://github.com/go-openapi/jsonpointer/commit/bffa9f2f324b03988bbbcd6b9140529a0cb23a4f) * chore: removed unnecessary git-cliff config (uses shared) by [@fredbi](https://github.com/fredbi) in [#109](https://github.com/go-openapi/jsonpointer/pull/109) [...](https://github.com/go-openapi/jsonpointer/commit/12b9cff81147dad6886a470cf5f1b41c28e3f20f) ### <!-- 0A -->Updates * chore(deps): bump github.com/go-openapi/testify/v2 from 2.4.1 to 2.4.2 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#117](https://github.com/go-openapi/jsonpointer/pull/117) [...](https://github.com/go-openapi/jsonpointer/commit/5530ce2d52b44e78ddb63117340cab24b8b6ff54) * chore(deps): bump github.com/go-openapi/testify/v2 from 2.4.0 to 2.4.1 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#110](https://github.com/go-openapi/jsonpointer/pull/110) [...](https://github.com/go-openapi/jsonpointer/commit/bc17dbc28b0592f32a50ab130b5fad59b9e269b9) * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#111](https://github.com/go-openapi/jsonpointer/pull/111) [...](https://github.com/go-openapi/jsonpointer/commit/575badd61a966620bf766d38cb360878825c9b3e) * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#107](https://github.com/go-openapi/jsonpointer/pull/107) [...](https://github.com/go-openapi/jsonpointer/commit/9f97232c5c20cb64559167e5d8f529a23a409309) ----- ### People who contributed to this release * [@alexandear](https://github.com/alexandear) * [@fredbi](https://github.com/fredbi) ----- ### New Contributors * @alexandear made their first contribution in [#118](https://github.com/go-openapi/jsonpointer/pull/118) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.23.1`](https://github.com/go-openapi/jsonpointer/releases/tag/v0.23.1): github.com/go-openapi/jsonpointer: v0.23.1 [Compare source](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.23.1) ## [0.23.1](https://github.com/go-openapi/jsonpointer/tree/v0.23.1) - 2026-04-18 **Full Changelog**: <https://github.com/go-openapi/jsonpointer/compare/v0.23.0...v0.23.1> 5 commits in this release. ----- ### <!-- 01 -->Fixed bugs * fix(offset): in Offset method, fixed index of value of array element. by [@fredbi](https://github.com/fredbi) in [#128](https://github.com/go-openapi/jsonpointer/pull/128) [...](https://github.com/go-openapi/jsonpointer/commit/df7695b297c4798b7f904c4ab4cf4bf386d0c72b) ### <!-- 03 -->Documentation * doc: project status update by [@fredbi](https://github.com/fredbi) in [#127](https://github.com/go-openapi/jsonpointer/pull/127) [...](https://github.com/go-openapi/jsonpointer/commit/d5ccb6c661fede2d4c619dfdd9b7288d04481b86) * docs: point to organization-wide documentations, added missing godocs by [@fredbi](https://github.com/fredbi) in [#126](https://github.com/go-openapi/jsonpointer/pull/126) [...](https://github.com/go-openapi/jsonpointer/commit/f08d527503f618d550e9ff9101e2e2c27b50159b) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#125](https://github.com/go-openapi/jsonpointer/pull/125) [...](https://github.com/go-openapi/jsonpointer/commit/5b79c49f166364a28475cf9fe545019dfde3c997) ### <!-- 0A -->Updates * chore(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#124](https://github.com/go-openapi/jsonpointer/pull/124) [...](https://github.com/go-openapi/jsonpointer/commit/a9cabb60f54027d2e2a0119ea2ff8832c48afbce) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[jsonpointer](https://github.com/go-openapi/jsonpointer) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonpointer/?tab=Apache-2.0-1-ov-file#readme ### [`v0.21.4`](https://github.com/go-openapi/jsonreference/releases/tag/v0.21.4): github.com/go-openapi/jsonreference: v0.21.4 [Compare source](https://github.com/go-openapi/jsonreference/compare/v0.20.2...v0.21.4) ## [0.21.4](https://github.com/go-openapi/jsonreference/tree/v0.21.4) - 2025-12-08 **Full Changelog**: <https://github.com/go-openapi/jsonreference/compare/v0.21.3...v0.21.4> 1 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#64](https://github.com/go-openapi/jsonreference/pull/64) [...](https://github.com/go-openapi/jsonreference/commit/a073f3aad001f7cb05897a118dc11f8508be730d) ----- ### People who contributed to this release * [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) ----- ### New Contributors * @bot-go-openapi[bot] made their first contribution in [#64](https://github.com/go-openapi/jsonreference/pull/64) ----- **[jsonreference](https://github.com/go-openapi/jsonreference) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonreference/?tab=Apache-2.0-1-ov-file#readme ### [`v0.21.5`](https://github.com/go-openapi/jsonreference/releases/tag/v0.21.5): github.com/go-openapi/jsonreference: v0.21.5 [Compare source](https://github.com/go-openapi/jsonreference/compare/v0.20.2...v0.21.5) ## [0.21.5](https://github.com/go-openapi/jsonreference/tree/v0.21.5) - 2026-03-02 **Full Changelog**: <https://github.com/go-openapi/jsonreference/compare/v0.21.4...v0.21.5> 14 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#71](https://github.com/go-openapi/jsonreference/pull/71) [...](https://github.com/go-openapi/jsonreference/commit/2d9cd9b28decc8407ae0aac79a1ab79de4078d85) * doc: announced new discord channel by [@fredbi](https://github.com/fredbi) in [#70](https://github.com/go-openapi/jsonreference/pull/70) [...](https://github.com/go-openapi/jsonreference/commit/4b5d805b20e599b305b26b65fc10677010dfb596) * doc: added basic usage in readme and testable examples by [@fredbi](https://github.com/fredbi) in [#69](https://github.com/go-openapi/jsonreference/pull/69) [...](https://github.com/go-openapi/jsonreference/commit/a738066b0988d4311eb0eb9b797d7c8eebcc69d9) * doc: fixed copy-paste errors with jsonpointer by [@fredbi](https://github.com/fredbi) in [#67](https://github.com/go-openapi/jsonreference/pull/67) [...](https://github.com/go-openapi/jsonreference/commit/20e9d348b9cfda236c7cbbf5d28edc235492e468) ### <!-- 05 -->Code quality * chore: doc, lint, tests by [@fredbi](https://github.com/fredbi) in [#79](https://github.com/go-openapi/jsonreference/pull/79) [...](https://github.com/go-openapi/jsonreference/commit/8b85573320ccec4f4f1e962e09c1fab880cbfc23) ### <!-- 06 -->Testing * test: added fuzz test for reference parser by [@fredbi](https://github.com/fredbi) in [#68](https://github.com/go-openapi/jsonreference/pull/68) [...](https://github.com/go-openapi/jsonreference/commit/aaaad0807db0d0f4a1e19e4bb07bf3fc1141495e) ### <!-- 07 -->Miscellaneous tasks * ci: remove duplicate release worflow by [@fredbi](https://github.com/fredbi) in [#66](https://github.com/go-openapi/jsonreference/pull/66) [...](https://github.com/go-openapi/jsonreference/commit/6d49d7e9a3c517ae8c964c98525a34ed61e6db97) ### <!-- 0A -->Updates * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#78](https://github.com/go-openapi/jsonreference/pull/78) [...](https://github.com/go-openapi/jsonreference/commit/f9fd8bdc83b4ca2d8103709e9562a17149984329) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#76](https://github.com/go-openapi/jsonreference/pull/76) [...](https://github.com/go-openapi/jsonreference/commit/76deb1090736b0c2a5bf3f8080fb81dd0afbd4f4) * build(deps): bump github.com/go-openapi/testify/v2 from 2.1.8 to 2.2.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#75](https://github.com/go-openapi/jsonreference/pull/75) [...](https://github.com/go-openapi/jsonreference/commit/7b4cec2fd90bdcb2677e30dc73a2fed71310c63d) * build(deps): bump github.com/go-openapi/testify/v2 from 2.1.1 to 2.1.8 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#74](https://github.com/go-openapi/jsonreference/pull/74) [...](https://github.com/go-openapi/jsonreference/commit/fecb9ac79e70cf7c1617a551727a3c1fa0948ffc) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#73](https://github.com/go-openapi/jsonreference/pull/73) [...](https://github.com/go-openapi/jsonreference/commit/8f205c3bb663372d9beeb97f384f78bda58322b1) * build(deps): bump github.com/go-openapi/testify/v2 from 2.0.2 to 2.1.1 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#72](https://github.com/go-openapi/jsonreference/pull/72) [...](https://github.com/go-openapi/jsonreference/commit/9d5c22a217fb7e3a1b8b5d43ef683fe85c0acba6) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#65](https://github.com/go-openapi/jsonreference/pull/65) [...](https://github.com/go-openapi/jsonreference/commit/a28d7f166070f24a78ddfaf2739b0e1f04a2bd73) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[jsonreference](https://github.com/go-openapi/jsonreference) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonreference/?tab=Apache-2.0-1-ov-file#readme ### [`v0.21.6`](https://github.com/go-openapi/jsonreference/releases/tag/v0.21.6): github.com/go-openapi/jsonreference: v0.21.6 [Compare source](https://github.com/go-openapi/jsonreference/compare/v0.20.2...v0.21.6) ## [0.21.6](https://github.com/go-openapi/jsonreference/tree/v0.21.6) - 2026-05-31 **Full Changelog**: <https://github.com/go-openapi/jsonreference/compare/v0.21.5...v0.21.6> 21 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#99](https://github.com/go-openapi/jsonreference/pull/99) [...](https://github.com/go-openapi/jsonreference/commit/612fec341f8152e496294f3b814f5825b76cbd74) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#94](https://github.com/go-openapi/jsonreference/pull/94) [...](https://github.com/go-openapi/jsonreference/commit/5c9e8c743d20ccbcea094056e2d60e4358cec832) * doc: simplified docs, now pointer to org-level docs by [@fredbi](https://github.com/fredbi) in [#92](https://github.com/go-openapi/jsonreference/pull/92) [...](https://github.com/go-openapi/jsonreference/commit/2b3da81b0f30d94fd4f1e669df978f9842fcd0c1) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#89](https://github.com/go-openapi/jsonreference/pull/89) [...](https://github.com/go-openapi/jsonreference/commit/d025db6505db46394f527aa4b5d404ac169dbfa0) * doc: update discord link by [@fredbi](https://github.com/fredbi) in [#85](https://github.com/go-openapi/jsonreference/pull/85) [...](https://github.com/go-openapi/jsonreference/commit/5f35b4b5b1cdcdec3a547dcc6df62e8b384fb876) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#84](https://github.com/go-openapi/jsonreference/pull/84) [...](https://github.com/go-openapi/jsonreference/commit/92b8eefb341ab499d1612bbb1afb88d339393436) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#81](https://github.com/go-openapi/jsonreference/pull/81) [...](https://github.com/go-openapi/jsonreference/commit/d0ddbf1a7e2ddd2de769dbaf477c829ba5a754bb) ### <!-- 05 -->Code quality * doc: add portable agentic instructions by [@fredbi](https://github.com/fredbi) in [#86](https://github.com/go-openapi/jsonreference/pull/86) [...](https://github.com/go-openapi/jsonreference/commit/839f84e59daea945444013768fe50942f5016e3f) ### <!-- 07 -->Miscellaneous tasks * fix(ci): updated shared workflows for bot-pr monitoring by [@fredbi](https://github.com/fredbi) [...](https://github.com/go-openapi/jsonreference/commit/d7d125674f9be55dac8e0d863c44acf54402ce71) * ci: schedule bot PR monitoring by [@fredbi](https://github.com/fredbi) in [#98](https://github.com/go-openapi/jsonreference/pull/98) [...](https://github.com/go-openapi/jsonreference/commit/60255e9aa26117496c1667fca1017cf4140cc4f2) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#87](https://github.com/go-openapi/jsonreference/pull/87) [...](https://github.com/go-openapi/jsonreference/commit/ba789b5258182de5e2a04c14aa71cf40dd1b76f5) ### <!-- 0A -->Updates * build(deps): bump the development-dependencies group across 1 directory with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#97](https://github.com/go-openapi/jsonreference/pull/97) [...](https://github.com/go-openapi/jsonreference/commit/d554bf1773fe2a446fcbdfa404af06f1bbee37a2) * build(deps): bump github.com/go-openapi/testify/v2 from 2.5.0 to 2.5.1 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#96](https://github.com/go-openapi/jsonreference/pull/96) [...](https://github.com/go-openapi/jsonreference/commit/a620b9be07b61c30b9f0beb0fa12f81b0e5fcee0) * build(deps): bump github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#95](https://github.com/go-openapi/jsonreference/pull/95) [...](https://github.com/go-openapi/jsonreference/commit/0503c8b6551eb8f0f64159a4906a91da12521f0d) * build(deps): bump github.com/go-openapi/jsonpointer from 0.23.0 to 0.23.1 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#93](https://github.com/go-openapi/jsonreference/pull/93) [...](https://github.com/go-openapi/jsonreference/commit/865610a3dabce28679fb8a0330bb1770776f15c5) * build(deps): bump github.com/go-openapi/jsonpointer from 0.22.5 to 0.23.0 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#90](https://github.com/go-openapi/jsonreference/pull/90) [...](https://github.com/go-openapi/jsonreference/commit/f002c8f31cb5ad25dec8baf08e705f146d87bd75) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#91](https://github.com/go-openapi/jsonreference/pull/91) [...](https://github.com/go-openapi/jsonreference/commit/f8503c9ba31edb1141cedc4dbbe15bf3455c3449) * build(deps): bump github.com/go-openapi/testify/v2 from 2.4.1 to 2.4.2 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#88](https://github.com/go-openapi/jsonreference/pull/88) [...](https://github.com/go-openapi/jsonreference/commit/e7ce010c8333902641d5dab7f50a3c8a0aab4a52) * build(deps): bump github.com/go-openapi/testify/v2 from 2.4.0 to 2.4.1 in the go-openapi-dependencies group by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#83](https://github.com/go-openapi/jsonreference/pull/83) [...](https://github.com/go-openapi/jsonreference/commit/46e537885f5e06f3131d608ed48df3f1c73dbe84) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#82](https://github.com/go-openapi/jsonreference/pull/82) [...](https://github.com/go-openapi/jsonreference/commit/c7f71c8b589ff4e86d21475741fa5d1989ec47f9) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#80](https://github.com/go-openapi/jsonreference/pull/80) [...](https://github.com/go-openapi/jsonreference/commit/504d3b6cebf48afec792bd3db3b9d9de7782a8e9) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[jsonreference](https://github.com/go-openapi/jsonreference) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/jsonreference/?tab=Apache-2.0-1-ov-file#readme ### [`v0.25.5`](https://github.com/go-openapi/swag/releases/tag/v0.25.5): github.com/go-openapi/swag: v0.25.5 [Compare source](https://github.com/go-openapi/swag/compare/v0.23.0...v0.25.5) ## [0.25.5](https://github.com/go-openapi/swag/tree/v0.25.5) - 2026-03-02 **Full Changelog**: <https://github.com/go-openapi/swag/compare/v0.25.4...v0.25.5> 16 commits in this release. ----- ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#177](https://github.com/go-openapi/swag/pull/177) [...](https://github.com/go-openapi/swag/commit/4924f95b5fb3e3679dd6f4f63bfba213f769638a) ### <!-- 05 -->Code quality * Doc/discord invite by [@fredbi](https://github.com/fredbi) in [#180](https://github.com/go-openapi/swag/pull/180) [...](https://github.com/go-openapi/swag/commit/345f85b795fa12e84e72860595b7ae527c1b83d5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) * ci: updated ci workflows by [@fredbi](https://github.com/fredbi) in [#179](https://github.com/go-openapi/swag/pull/179) [...](https://github.com/go-openapi/swag/commit/01b074b4b472f7239da4abe7229a1bdab05f6361) * ci: upgraded shared workflows (fixed secret propagation, fuzz matrix) by [@fredbi](https://github.com/fredbi) in [#174](https://github.com/go-openapi/swag/pull/174) [...](https://github.com/go-openapi/swag/commit/b7e96e1d9c9e0f0ef3717fe8da3bf2e9d4287107) * ci: upgraded shared workflows (fixes mono-repo releases) by [@fredbi](https://github.com/fredbi) in [#173](https://github.com/go-openapi/swag/pull/173) [...](https://github.com/go-openapi/swag/commit/236d975ed7036ca53a885f22d271e3183ff8ff56) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) * build(deps): bump the development-dependencies group across 2 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#172](https://github.com/go-openapi/swag/pull/172) [...](https://github.com/go-openapi/swag/commit/fd4d37313281ec907bfad4a0d73326c420c04ef0) * build(deps): bump the development-dependencies group across 2 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#170](https://github.com/go-openapi/swag/pull/170) [...](https://github.com/go-openapi/swag/commit/86998f7a9eab6059e2083600650e0319361ff330) * build(deps): bump the development-dependencies group across 2 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#168](https://github.com/go-openapi/swag/pull/168) [...](https://github.com/go-openapi/swag/commit/d706981d59b622f5d64f76785fea9175b810617b) * build(deps): bump the development-dependencies group across 2 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#167](https://github.com/go-openapi/swag/pull/167) [...](https://github.com/go-openapi/swag/commit/086e0322e00b065ed010c1a642981389d00acb89) * build(deps): bump the development-dependencies group across 2 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#166](https://github.com/go-openapi/swag/pull/166) [...](https://github.com/go-openapi/swag/commit/2bf558acf65885cdadd428b580564a2ffe492ce5) * build(deps): bump the development-dependencies group across 2 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#165](https://github.com/go-openapi/swag/pull/165) [...](https://github.com/go-openapi/swag/commit/7267597830115442dd5eedc599f0185489b1606e) * build(deps): bump the development-dependencies group across 2 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#164](https://github.com/go-openapi/swag/pull/164) [...](https://github.com/go-openapi/swag/commit/2b1f74a86d2c5095e1e2ba4bddbb55ecfc740947) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- ### New Contributors ----- **[swag](https://github.com/go-openapi/swag) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/swag/?tab=Apache-2.0-1-ov-file#readme # Per-module changes --- ## cmdutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) --- ## conv (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## fileutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonname (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonutils/adapters/easyjson (0.25.5) ### <!-- 06 -->Testing * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonutils/adapters/testintegration/benchmarks (0.25.5) ### <!-- 05 -->Code quality * Doc/discord invite by [@fredbi](https://github.com/fredbi) in [#180](https://github.com/go-openapi/swag/pull/180) [...](https://github.com/go-openapi/swag/commit/345f85b795fa12e84e72860595b7ae527c1b83d5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonutils/adapters/testintegration (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonutils/fixtures_test (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## jsonutils (0.25.5) ### <!-- 05 -->Code quality * Doc/discord invite by [@fredbi](https://github.com/fredbi) in [#180](https://github.com/go-openapi/swag/pull/180) [...](https://github.com/go-openapi/swag/commit/345f85b795fa12e84e72860595b7ae527c1b83d5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## loading (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## mangling (0.25.5) ### <!-- 05 -->Code quality * Doc/discord invite by [@fredbi](https://github.com/fredbi) in [#180](https://github.com/go-openapi/swag/pull/180) [...](https://github.com/go-openapi/swag/commit/345f85b795fa12e84e72860595b7ae527c1b83d5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## netutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## stringutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## typeutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) --- ## yamlutils (0.25.5) ### <!-- 06 -->Testing * test: upgraded tests to use generics by [@fredbi](https://github.com/fredbi) in [#176](https://github.com/go-openapi/swag/pull/176) [...](https://github.com/go-openapi/swag/commit/281942d23460d049a7e7ec8c13ee529b586148f5) * test: upgraded to go-openapi/testify@v2.3.0 by [@fredbi](https://github.com/fredbi) in [#175](https://github.com/go-openapi/swag/pull/175) [...](https://github.com/go-openapi/swag/commit/b9f9e4587cad0634e84d7af965b5948701837f21) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.25.5 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#181](https://github.com/go-openapi/swag/pull/181) [...](https://github.com/go-openapi/swag/commit/86905ccd10f1987a41dd6988b6a6ec8c475bc449) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#178](https://github.com/go-openapi/swag/pull/178) [...](https://github.com/go-openapi/swag/commit/607decd4e0d8a4ed29cd126abebbfc13a980e6ed) ### [`v0.26.0`](https://github.com/go-openapi/swag/releases/tag/v0.26.0): github.com/go-openapi/swag: v0.26.0 [Compare source](https://github.com/go-openapi/swag/compare/v0.23.0...v0.26.0) ## [0.26.0](https://github.com/go-openapi/swag/tree/v0.26.0) - 2026-04-15 **Full Changelog**: <https://github.com/go-openapi/swag/compare/v0.25.5...v0.26.0> 14 commits in this release. ----- ### <!-- 00 -->Implemented enhancements * feat(jsonname): added new json name provider more respectful of go co… by [@fredbi](https://github.com/fredbi) in [#195](https://github.com/go-openapi/swag/pull/195) [...](https://github.com/go-openapi/swag/commit/543ed20002d199d61dfec44af19dd40a62527abb) ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#194](https://github.com/go-openapi/swag/pull/194) [...](https://github.com/go-openapi/swag/commit/15feaa19efe1223e3309f20d24f4dec558879f03) * doc: update discord link by [@fredbi](https://github.com/fredbi) in [#190](https://github.com/go-openapi/swag/pull/190) [...](https://github.com/go-openapi/swag/commit/2345c9127d7a9f5c02436fe43eccc8b816c976b5) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#184](https://github.com/go-openapi/swag/pull/184) [...](https://github.com/go-openapi/swag/commit/c255699f87780f712f56571dbb918cd9ee4dc5c4) * docs: updated SECURITY.md by [@fredbi](https://github.com/fredbi) in [#182](https://github.com/go-openapi/swag/pull/182) [...](https://github.com/go-openapi/swag/commit/b821065d0416c37cfff671175af204e23baf6d1c) ### <!-- 05 -->Code quality * doc: add portable agentic instructions by [@fredbi](https://github.com/fredbi) in [#191](https://github.com/go-openapi/swag/pull/191) [...](https://github.com/go-openapi/swag/commit/544d0de3122905eb44c196ba35befaf4c08b2737) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) * ci: fixed dependabot path by [@fredbi](https://github.com/fredbi) in [#187](https://github.com/go-openapi/swag/pull/187) [...](https://github.com/go-openapi/swag/commit/228d6ed692347699f12ae725b837ca0d7f4a58d3) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the other-dependencies group across 3 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#189](https://github.com/go-openapi/swag/pull/189) [...](https://github.com/go-openapi/swag/commit/6aaa57c30fc63d6116e2f3a3d25bd2b1634286bf) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#188](https://github.com/go-openapi/swag/pull/188) [...](https://github.com/go-openapi/swag/commit/524ef3228238f9704d6519a7b2fdba33bebe9975) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) * build(deps): bump the development-dependencies group across 2 directories with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#183](https://github.com/go-openapi/swag/pull/183) [...](https://github.com/go-openapi/swag/commit/83b84750db70a7cb9657ff5e0611eb3d8bec1d4f) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[swag](https://github.com/go-openapi/swag) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/swag/?tab=Apache-2.0-1-ov-file#readme # Per-module changes --- ## cmdutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) --- ## conv (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## fileutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonname (0.26.0) ### <!-- 00 -->Implemented enhancements * feat(jsonname): added new json name provider more respectful of go co… by [@fredbi](https://github.com/fredbi) in [#195](https://github.com/go-openapi/swag/pull/195) [...](https://github.com/go-openapi/swag/commit/543ed20002d199d61dfec44af19dd40a62527abb) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonutils/adapters/easyjson (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the other-dependencies group across 3 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#189](https://github.com/go-openapi/swag/pull/189) [...](https://github.com/go-openapi/swag/commit/6aaa57c30fc63d6116e2f3a3d25bd2b1634286bf) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonutils/adapters/testintegration/benchmarks (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the other-dependencies group across 3 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#189](https://github.com/go-openapi/swag/pull/189) [...](https://github.com/go-openapi/swag/commit/6aaa57c30fc63d6116e2f3a3d25bd2b1634286bf) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonutils/adapters/testintegration (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the other-dependencies group across 3 directories with 1 update by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#189](https://github.com/go-openapi/swag/pull/189) [...](https://github.com/go-openapi/swag/commit/6aaa57c30fc63d6116e2f3a3d25bd2b1634286bf) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonutils/fixtures_test (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## jsonutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## loading (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## mangling (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## netutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## stringutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## typeutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) --- ## yamlutils (0.26.0) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.0 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#196](https://github.com/go-openapi/swag/pull/196) [...](https://github.com/go-openapi/swag/commit/10f02a490ed1b131fb25ce8f8318f18326b43c86) * chore: bump go directive to 1.25.0 by [@fredbi](https://github.com/fredbi) in [#192](https://github.com/go-openapi/swag/pull/192) [...](https://github.com/go-openapi/swag/commit/e3a465d96e5d36afe0c2502c871cd58b5aeee9ef) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#193](https://github.com/go-openapi/swag/pull/193) [...](https://github.com/go-openapi/swag/commit/be70d5e1065b8ae34976b805d2593178b263d104) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#185](https://github.com/go-openapi/swag/pull/185) [...](https://github.com/go-openapi/swag/commit/db7a1c43a405f275720b9109e90795bfaeaa1730) ### [`v0.26.1`](https://github.com/go-openapi/swag/releases/tag/v0.26.1): github.com/go-openapi/swag: v0.26.1 [Compare source](https://github.com/go-openapi/swag/compare/v0.23.0...v0.26.1) ## [0.26.1](https://github.com/go-openapi/swag/tree/v0.26.1) - 2026-06-07 **Full Changelog**: <https://github.com/go-openapi/swag/compare/v0.26.0...v0.26.1> 12 commits in this release. ----- ### <!-- 00 -->Implemented enhancements * feat(loading): sandbox local loading with WithRoot (GHSA-v2xp-g8xf-22pf) by [@fredbi](https://github.com/fredbi) in [#203](https://github.com/go-openapi/swag/pull/203) [...](https://github.com/go-openapi/swag/commit/eefaba13ea8af739c8dfb185d74d6aee6061bbb1) * feat(ci): added shared workflow for bot-pr monitoring by [@fredbi](https://github.com/fredbi) [...](https://github.com/go-openapi/swag/commit/2e995027a36fc7a53f3e92fd066d9ba7c97f3dcc) ### <!-- 03 -->Documentation * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#206](https://github.com/go-openapi/swag/pull/206) [...](https://github.com/go-openapi/swag/commit/92ec6221b00dd84070739515a9e8e808b7aaf986) * doc: aligned with org docs by [@fredbi](https://github.com/fredbi) in [#205](https://github.com/go-openapi/swag/pull/205) [...](https://github.com/go-openapi/swag/commit/3f77c7980da2e31a54823db325e44e43d5bd972e) * doc: updated contributors file by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#199](https://github.com/go-openapi/swag/pull/199) [...](https://github.com/go-openapi/swag/commit/7eed247a51a24388c5909d3f03bad91a78afca0f) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 08 -->Security * doc(loading): document security implications of using the loader by [@fredbi](https://github.com/fredbi) in [#207](https://github.com/go-openapi/swag/pull/207) [...](https://github.com/go-openapi/swag/commit/336c586a66c6eeb9896b5c3732ed2e8cedf79940) ### <!-- 0A -->Updates * build(deps): bump the development-dependencies group with 8 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#204](https://github.com/go-openapi/swag/pull/204) [...](https://github.com/go-openapi/swag/commit/40578b540661158f80530f35746425407546908f) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#201](https://github.com/go-openapi/swag/pull/201) [...](https://github.com/go-openapi/swag/commit/660dd54123eac7da86baf954d64012e53240f2bf) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) * build(deps): bump the development-dependencies group with 7 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#198](https://github.com/go-openapi/swag/pull/198) [...](https://github.com/go-openapi/swag/commit/b6b1cb02916c6476a4180918dcb74e2e25edeed1) ----- ### People who contributed to this release * [@fredbi](https://github.com/fredbi) ----- **[swag](https://github.com/go-openapi/swag) license terms** [![License][license-badge]][license-url] [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg [license-url]: https://github.com/go-openapi/swag/?tab=Apache-2.0-1-ov-file#readme # Per-module changes --- ## conv (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## fileutils (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonname (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonutils/adapters/easyjson (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonutils/adapters/testintegration/benchmarks (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonutils/adapters/testintegration (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonutils/fixtures_test (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## jsonutils (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## loading (0.26.1) ### <!-- 00 -->Implemented enhancements * feat(loading): sandbox local loading with WithRoot (GHSA-v2xp-g8xf-22pf) by [@fredbi](https://github.com/fredbi) in [#203](https://github.com/go-openapi/swag/pull/203) [...](https://github.com/go-openapi/swag/commit/eefaba13ea8af739c8dfb185d74d6aee6061bbb1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 08 -->Security * doc(loading): document security implications of using the loader by [@fredbi](https://github.com/fredbi) in [#207](https://github.com/go-openapi/swag/pull/207) [...](https://github.com/go-openapi/swag/commit/336c586a66c6eeb9896b5c3732ed2e8cedf79940) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## mangling (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## netutils (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## stringutils (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## typeutils (0.26.1) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) --- ## yamlutils (0.26.1) ### <!-- 07 -->Miscellaneous tasks * chore: prepare release v0.26.1 by [@bot-go-openapi[bot]](https://github.com/bot-go-openapi[bot]) in [#208](https://github.com/go-openapi/swag/pull/208) [...](https://github.com/go-openapi/swag/commit/85923a56e403dee28f44c7b68a14d7bbfd9bcc05) ### <!-- 0A -->Updates * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#202](https://github.com/go-openapi/swag/pull/202) [...](https://github.com/go-openapi/swag/commit/cafd10f623a32a0bdf2da61e07b26bb53aa3deb5) * build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by [@dependabot[bot]](https://github.com/dependabot[bot]) in [#200](https://github.com/go-openapi/swag/pull/200) [...](https://github.com/go-openapi/swag/commit/e0895114b04a7d800233c6389fdcc4643be634b5) ### [`v0.8.0`](https://github.com/mailru/easyjson/releases/tag/v0.8.0): github.com/mailru/easyjson [Compare source](https://github.com/mailru/easyjson/compare/v0.7.7...v0.8.0) stable version before go version bump ### [`v0.9.0`](https://github.com/mailru/easyjson/releases/tag/v0.9.0): github.com/mailru/easyjson [Compare source](https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.0) up go version and bugfixes ### [`v0.9.1`](https://github.com/mailru/easyjson/releases/tag/v0.9.1): github.com/mailru/easyjson: v0.9.1 [Compare source](https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.1) ## What's Changed * Fix unmarshal null to existing value by @neal in https://github.com/mailru/easyjson/pull/407 * Fix unmarshal null values for non-pointer fields by @neal in https://github.com/mailru/easyjson/pull/411 * feat: Add version and commit information to easyjson generator by @stickpro in https://github.com/mailru/easyjson/pull/424 ## New Contributors * @neal made their first contribution in https://github.com/mailru/easyjson/pull/407 * @stickpro made their first contribution in https://github.com/mailru/easyjson/pull/424 **Full Changelog**: https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1 ### [`v0.9.2`](https://github.com/mailru/easyjson/releases/tag/v0.9.2): github.com/mailru/easyjson: v0.9.2 [Compare source](https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.2) ## What's Changed * Bugfix: do not generate invalid JSON when float value is +Inf, -Inf or NaN by @dmitrybarsukov in https://github.com/mailru/easyjson/pull/421 * fix null after MarshalText work by @AndreiBerezin in https://github.com/mailru/easyjson/pull/423 * Support for json:",omitzero" tag by @nsd20463 in https://github.com/mailru/easyjson/pull/429 **Full Changelog**: https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2 ### [`v0.68.0`](https://github.com/prometheus/common/releases/tag/v0.68.0): github.com/prometheus/common: v0.68.0 [Compare source](https://github.com/prometheus/common/compare/v0.67.5...v0.68.0) ## What's Changed * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/873 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/874 * build(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in https://github.com/prometheus/common/pull/879 * build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/878 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/875 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/880 * Remove logic adding unit to metrics name by @vesari in https://github.com/prometheus/common/pull/877 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/881 * Update for Go 1.26 by @SuperQ in https://github.com/prometheus/common/pull/883 * build(deps): bump golang.org/x/net from 0.49.0 to 0.51.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/882 * version: Add a slog helper by @SuperQ in https://github.com/prometheus/common/pull/886 * Remove Arthur from maintainers list by @ArthurSens in https://github.com/prometheus/common/pull/885 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/895 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/896 * config: change NewOAuth2RoundTripper to accept variadic HTTPClientOption by @alliasgher in https://github.com/prometheus/common/pull/898 * config: guard against nil oauth2 credential in RoundTrip by @alliasgher in https://github.com/prometheus/common/pull/897 * build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/890 * build(deps): bump go.yaml.in/yaml/v2 from 2.4.3 to 2.4.4 by @dependabot[bot] in https://github.com/prometheus/common/pull/891 * build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.36.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/892 * Move interface assertions to a test file by @msiegen in https://github.com/prometheus/common/pull/839 * fix(http_config): fix client cert rotation when no CA is configured by @machine424 in https://github.com/prometheus/common/pull/908 * Remove CircleCI by @ArthurSens in https://github.com/prometheus/common/pull/910 * Fix: apply DialContextFunc to OAuth2 token-fetch transport by @yuri-tceretian in https://github.com/prometheus/common/pull/911 ## New Contributors * @alliasgher made their first contribution in https://github.com/prometheus/common/pull/898 * @msiegen made their first contribution in https://github.com/prometheus/common/pull/839 * @machine424 made their first contribution in https://github.com/prometheus/common/pull/908 * @yuri-tceretian made their first contribution in https://github.com/prometheus/common/pull/911 **Full Changelog**: https://github.com/prometheus/common/compare/v0.67.5...v0.68.0 ### [`v0.68.1`](https://github.com/prometheus/common/releases/tag/v0.68.1): github.com/prometheus/common: v0.68.1 [Compare source](https://github.com/prometheus/common/compare/v0.67.5...v0.68.1) ## What's Changed * build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/903 * build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/914 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/915 **Full Changelog**: https://github.com/prometheus/common/compare/v0.68.0...v0.68.1 ### [`v0.69.0`](https://github.com/prometheus/common/releases/tag/v0.69.0): github.com/prometheus/common: v0.69.0 [Compare source](https://github.com/prometheus/common/compare/v0.67.5...v0.69.0) ## What's Changed * config: strip credentials on cross-host redirects by @roidelapluie in https://github.com/prometheus/common/pull/901 * Modernize Go by @SuperQ in https://github.com/prometheus/common/pull/919 * config: make isCrossHostRedirect sticky across the redirect chain by @roidelapluie in https://github.com/prometheus/common/pull/920 * config: check cross-host redirect before OAuth2 token fetch by @roidelapluie in https://github.com/prometheus/common/pull/921 * expfmt: fix nil pointer panic when parsing empty braces "{}" by @roidelapluie in https://github.com/prometheus/common/pull/922 * model: reduce allocations in Time.UnmarshalJSON by @bboreham in https://github.com/prometheus/common/pull/918 * config: resolve LoadHTTPConfigFile paths relative to the config file by @roidelapluie in https://github.com/prometheus/common/pull/925 **Full Changelog**: https://github.com/prometheus/common/compare/v0.68.1...v0.69.0 ### [`v0.20.0`](https://github.com/prometheus/procfs/releases/tag/v0.20.0): github.com/prometheus/procfs: v0.20.0 [Compare source](https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.0) ## What's Changed * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/747 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/766 * build(deps): bump golang.org/x/sync from 0.17.0 to 0.19.0 by @dependabot[bot] in https://github.com/prometheus/procfs/pull/773 * build(deps): bump golang.org/x/sys from 0.37.0 to 0.39.0 by @dependabot[bot] in https://github.com/prometheus/procfs/pull/772 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/774 * Fix /proc/interrupts by @ffyuanda in https://github.com/prometheus/procfs/pull/775 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/778 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/779 * Migrate to GitHub actions by @SuperQ in https://github.com/prometheus/procfs/pull/780 * build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/prometheus/procfs/pull/782 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/785 * bcachefs support by @ananthb in https://github.com/prometheus/procfs/pull/750 * build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/prometheus/procfs/pull/781 * feat: parse capabilities in /proc/pid/status by @biscout42 in https://github.com/prometheus/procfs/pull/784 * class_cooling_device: ignore EINVAL (etc) when reading files. by @malcolmr in https://github.com/prometheus/procfs/pull/783 * Add type and name to the DRM parser class by @Deezzir in https://github.com/prometheus/procfs/pull/672 ## New Contributors * @ffyuanda made their first contribution in https://github.com/prometheus/procfs/pull/775 * @ananthb made their first contribution in https://github.com/prometheus/procfs/pull/750 * @biscout42 made their first contribution in https://github.com/prometheus/procfs/pull/784 * @malcolmr made their first contribution in https://github.com/prometheus/procfs/pull/783 * @Deezzir made their first contribution in https://github.com/prometheus/procfs/pull/672 **Full Changelog**: https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.0 ### [`v0.20.1`](https://github.com/prometheus/procfs/releases/tag/v0.20.1): github.com/prometheus/procfs: v0.20.1 [Compare source](https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.1) ## What's Changed * nvme: Parse NVMe namespace details by @ShashwatHiregoudar in https://github.com/prometheus/procfs/pull/765 * Fix bcachefs parsing by @ananthb in https://github.com/prometheus/procfs/pull/789 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/procfs/pull/788 * Update sysfs/class_thermal: continue on EINVAL in parseClassThermalZone to ignore only invalid thermal zones which raise "invalid argument" by @ccastiglione-reply in https://github.com/prometheus/procfs/pull/763 ## New Contributors * @ccastiglione-reply made their first contribution in https://github.com/prometheus/procfs/pull/763 **Full Changelog**: https://github.com/prometheus/procfs/compare/v0.20.0...v0.20.1 ### [`v1.0.10`](https://github.com/spf13/pflag/releases/tag/v1.0.10): github.com/spf13/pflag: v1.0.10 [Compare source](https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10) ## What's Changed * fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @thaJeztah in https://github.com/spf13/pflag/pull/447 * remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @thaJeztah in https://github.com/spf13/pflag/pull/448 ## New Contributors * @thaJeztah made their first contribution in https://github.com/spf13/pflag/pull/447 **Full Changelog**: https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10 </details>
chore: update go module dependencies
All checks were successful
CI / E2E Tests (pull_request) Successful in 2m22s
CI / Helm Lint (pull_request) Successful in 6s
CI / Test (pull_request) Successful in 2m10s
CI / Lint (pull_request) Successful in 2m25s
CI / Module integrity (pull_request) Successful in 1m8s
CI / Vulnerability check (pull_request) Successful in 1m10s
CI / Build (pull_request) Successful in 1m46s
5a3560afc2
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-06-20 01:43:28 +02:00
Wuast94 deleted branch updatarr/go-module-dependencies-1f9213fde8 2026-06-20 02:11:24 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/kumaste!83
No description provided.