{"id":16053,"name":"go.uber.org/multierr","ecosystem":"go","repository_url":null,"issues_count":80,"created_at":"2025-06-07T00:15:09.742Z","updated_at":"2025-06-07T00:15:09.742Z","purl":"pkg:golang/go.uber.org/multierr","metadata":{"id":3492954,"name":"go.uber.org/multierr","ecosystem":"go","description":"Package multierr allows combining one or more errors together.\n\nErrors can be combined with the use of the Combine function.\n\nIf only two errors are being combined, the Append function may be used\ninstead.\n\nThe underlying list of errors for a returned error object may be retrieved\nwith the Errors function.\n\nYou sometimes need to append into an error from a loop.\n\nCases like this may require knowledge of whether an individual instance\nfailed. This usually requires introduction of a new variable.\n\nmultierr includes AppendInto to simplify cases like this.\n\nThis will append the error into the err variable, and return true if that\nindividual error was non-nil.\n\nSee AppendInto for more information.\n\nGo makes it possible to modify the return value of a function in a defer\nblock if the function was using named returns. This makes it possible to\nrecord resource cleanup failures from deferred blocks.\n\nmultierr provides the Invoker type and AppendInvoke function to make cases\nlike the above simpler and obviate the need for a closure. The following is\nroughly equivalent to the example above.\n\nSee AppendInvoke and Invoker for more information.\n\nNOTE: If you're modifying an error from inside a defer, you MUST use a named\nreturn value for that function.\n\nErrors returned by Combine and Append MAY implement the following\ninterface.\n\nNote that if you need access to list of errors behind a multierr error, you\nshould prefer using the Errors function. That said, if you need cheap\nread-only access to the underlying errors slice, you can attempt to cast\nthe error to this interface. You MUST handle the failure case gracefully\nbecause errors returned by Combine and Append are not guaranteed to\nimplement this interface.","homepage":"https://github.com/uber-go/multierr","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":null,"keywords_array":[],"namespace":"go.uber.org","versions_count":14,"first_release_published_at":"2017-04-01T00:20:13.000Z","latest_release_published_at":"2023-03-29T23:00:37.000Z","latest_release_number":"v1.11.0","last_synced_at":"2025-06-07T00:01:14.838Z","created_at":"2022-04-10T19:13:30.757Z","updated_at":"2025-06-07T00:01:14.838Z","registry_url":"https://pkg.go.dev/go.uber.org/multierr","install_command":"go get go.uber.org/multierr","documentation_url":"https://pkg.go.dev/go.uber.org/multierr#section-documentation","metadata":{},"repo_metadata":{"id":19058199,"uuid":"85069480","full_name":"uber-go/multierr","owner":"uber-go","description":"Combine one or more Go errors together","archived":false,"fork":false,"pushed_at":"2024-04-29T19:14:36.000Z","size":89,"stargazers_count":1030,"open_issues_count":2,"forks_count":41,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-29T11:10:00.432Z","etag":null,"topics":["errors","go","golang"],"latest_commit_sha":null,"homepage":"https://go.uber.org/multierr","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uber-go.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-15T12:25:43.000Z","updated_at":"2024-10-23T00:51:13.000Z","dependencies_parsed_at":"2023-10-12T00:59:41.763Z","dependency_job_id":"40dc8893-44ca-439a-a316-719a5a0578f6","html_url":"https://github.com/uber-go/multierr","commit_stats":{"total_commits":71,"total_committers":17,"mean_commits":4.176470588235294,"dds":0.5633802816901409,"last_synced_commit":"de75ae527b39a27afcb50a84427ec7b84021d5f4"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber-go","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223876400,"owners_count":17218387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"uber-go","name":"Uber Go","uuid":"19262598","kind":"organization","description":"Uber's open source software for Go development","email":null,"website":"http://uber.github.io/","location":"70+ countries and counting.","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/19262598?v=4","repositories_count":27,"last_synced_at":"2024-03-27T07:23:04.415Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/uber-go","funding_links":[],"total_stars":65594,"followers":1457,"following":0,"created_at":"2022-11-05T15:29:13.128Z","updated_at":"2024-03-27T07:23:17.434Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber-go","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber-go/repositories"},"tags":[{"name":"v1.11.0","sha":"de75ae527b39a27afcb50a84427ec7b84021d5f4","kind":"tag","published_at":"2023-03-29T23:01:06.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.11.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"8767aa92062aeb75adc48a4df51c015dcc88d05e","kind":"commit","published_at":"2023-03-08T14:40:37.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.10.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"39ca40c628bce6779c9725af600b737220b87602","kind":"tag","published_at":"2022-12-12T19:31:08.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.9.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"10aaa3c357ad64ddee0ffb8313fa499279473d05","kind":"tag","published_at":"2022-02-28T20:35:50.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.8.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"a5cd5509686189240486545be669e1dff9b98dcf","kind":"tag","published_at":"2021-05-06T22:24:31.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.7.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3114a8b704d2d28dbacda34a872690aaef66aeed","kind":"tag","published_at":"2020-09-14T16:33:18.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.6.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b587143a48b62b01d337824eab43700af6ffe222","kind":"tag","published_at":"2020-02-24T22:08:38.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.5.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"824d08f79702fe5f54aca8400aa0d754318786e7","kind":"tag","published_at":"2019-11-04T18:43:11.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.4.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"c3fc3d02ec864719d8e25be2d7dde1e35a36aa27","kind":"tag","published_at":"2019-10-29T22:19:07.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.3.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"71e610a0e48dbda460d9c18adca8b5f2de04a7c1","kind":"tag","published_at":"2019-09-26T22:03:59.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.2.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"3c4937480c32f4c13a875a1829af76c98ca3d40a","kind":"tag","published_at":"2017-06-30T17:54:58.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.1.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"ef109dc7f883f3a99db2d89edc701c25cac40571","kind":"tag","published_at":"2017-05-31T23:57:58.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v1.0.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v1.0.0/manifests"},{"name":"v0.2.0","sha":"a3d1fc1f1316d4132fc61f4ea1159ae0613fb474","kind":"tag","published_at":"2017-04-11T21:32:31.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v0.2.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"737b41aa3bf31c25d11dc84d5275af6bfe2ef4d2","kind":"tag","published_at":"2017-04-01T00:20:47.000Z","download_url":"https://codeload.github.com/uber-go/multierr/tar.gz/v0.1.0","html_url":"https://github.com/uber-go/multierr/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-go%2Fmultierr/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2024-11-11T01:52:22.299Z","dependent_packages_count":28728,"downloads":null,"downloads_period":null,"dependent_repos_count":117290,"rankings":{"downloads":null,"dependent_repos_count":0.0068471264892500106,"dependent_packages_count":0.004149773629848492,"stargazers_count":2.185591096208751,"forks_count":3.772183980039862,"docker_downloads_count":0.010166945393128804,"average":1.195787784352168},"purl":"pkg:golang/go.uber.org/multierr","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/go.uber.org/multierr","docker_dependents_count":12417,"docker_downloads_count":44328948911,"usage_url":"https://repos.ecosyste.ms/usage/go/go.uber.org/multierr","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/go.uber.org/multierr/dependencies","status":null,"funding_links":[],"critical":true,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/go.uber.org%2Fmultierr/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/go.uber.org%2Fmultierr/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/go.uber.org%2Fmultierr/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/go.uber.org%2Fmultierr/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1882895,"maintainers_count":0,"namespaces_count":723926,"keywords_count":97872,"github":"golang","metadata":{"funded_packages_count":39346},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-06-06T05:22:27.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},"unique_repositories_count":28,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"4374704162","node_id":"PR_kwDOGR1DOc7X6Szt","number":3645,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0 in /exporter/kafkaexporter","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-04T07:23:43.000Z","updated_at":"2026-06-06T07:57:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/exporter/kafkaexporter","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/manang-splunk/opentelemetry-collector-contrib/pull/3645","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/manang-splunk%2Fopentelemetry-collector-contrib/issues/3645","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3645/packages"},{"uuid":"4333188041","node_id":"PR_kwDOFISywc7V1B0L","number":1213,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0 in /component","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-05-30T06:29:06.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T04:56:25.000Z","updated_at":"2026-05-30T06:29:14.000Z","time_to_close":2856761,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/component","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/SabreOSS/opentelemetry-collector/pull/1213","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabreOSS%2Fopentelemetry-collector/issues/1213","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1213/packages"},{"uuid":"4293728687","node_id":"PR_kwDOGR1DOc7T2RZ5","number":3476,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0 in /receiver/kafkametricsreceiver","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-20T07:02:58.000Z","updated_at":"2026-04-27T08:00:17.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/receiver/kafkametricsreceiver","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/manang-splunk/opentelemetry-collector-contrib/pull/3476","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/manang-splunk%2Fopentelemetry-collector-contrib/issues/3476","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3476/packages"},{"uuid":"3813391167","node_id":"PR_kwDOLayIos69KoWR","number":9,"state":"closed","title":"deps(deps): bump the go-minor-patch group with 4 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-01-14T14:21:36.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-14T14:12:36.000Z","updated_at":"2026-01-14T14:21:37.000Z","time_to_close":540,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(deps): bump","group_name":"go-minor-patch","update_count":4,"packages":[{"name":"github.com/spf13/cobra","old_version":"1.8.1","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/oauth2","old_version":"0.24.0","new_version":"0.34.0","repository_url":"https://github.com/golang/oauth2"}],"path":null,"ecosystem":"go"},"body":"Bumps the go-minor-patch group with 4 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra), [github.com/spf13/viper](https://github.com/spf13/viper), [go.uber.org/multierr](https://github.com/uber-go/multierr) and [golang.org/x/oauth2](https://github.com/golang/oauth2).\n\nUpdates `github.com/spf13/cobra` from 1.8.1 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.8.1...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/multierr` from 1.9.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/oauth2` from 0.24.0 to 0.34.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/acc38155b7f6f36aefcb58faff6f36d314dd915c\"\u003e\u003ccode\u003eacc3815\u003c/code\u003e\u003c/a\u003e endpoints: fix %q verb use with wrong type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/f28b0b5467dda26d56f1240381158f7c334654d1\"\u003e\u003ccode\u003ef28b0b5\u003c/code\u003e\u003c/a\u003e all: fix some comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/fd15e0fe894866ebff17ca3503d3706a967b061a\"\u003e\u003ccode\u003efd15e0f\u003c/code\u003e\u003c/a\u003e x/oauth2: populate RetrieveError from DeviceAuth\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/792c8776358f0c8689d84eef0d0c966937d560fb\"\u003e\u003ccode\u003e792c877\u003c/code\u003e\u003c/a\u003e oauth2: use strings.Builder instead of bytes.Buffer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/014cf778b444f29c82ececa4f3ec1f6fe3db3eaf\"\u003e\u003ccode\u003e014cf77\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/3c76ce5d23d0d48721316e7631625ce32afaa14b\"\u003e\u003ccode\u003e3c76ce5\u003c/code\u003e\u003c/a\u003e endpoints: correct Naver OAuth2 endpoint URLs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/cf1431934151b3a93e0b3286eb6798ca08ea3770\"\u003e\u003ccode\u003ecf14319\u003c/code\u003e\u003c/a\u003e oauth2: fix expiration time window check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/32d34ef364e670a650fe59267b92301ff7ed08f1\"\u003e\u003ccode\u003e32d34ef\u003c/code\u003e\u003c/a\u003e internal: include clientID in auth style cache key\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/2d34e3091be3f4b4700842fb663dad98a10ddfb6\"\u003e\u003ccode\u003e2d34e30\u003c/code\u003e\u003c/a\u003e oauth2: replace a magic number with AuthStyleUnknown\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/696f7b31289a98558822be146698b7834e477e63\"\u003e\u003ccode\u003e696f7b3\u003c/code\u003e\u003c/a\u003e all: modernize with doc links and any\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/oauth2/compare/v0.24.0...v0.34.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/bkataru/spotigo/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkataru%2Fspotigo/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"},{"uuid":"3489307845","node_id":"PR_kwDOGp4Yp86sYZuJ","number":122,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go","stale"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T22:15:30.000Z","updated_at":"2025-12-13T03:00:55.150Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/shamsalmon/agent/pull/122","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsalmon%2Fagent/issues/122","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/122/packages"},{"uuid":"2877211048","node_id":"PR_kwDOOJqges6rfsGo","number":25,"state":"open","title":"chore(deps): bump the gomod group across 1 directory with 49 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-01T07:35:10.000Z","updated_at":"2025-10-01T07:35:11.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod","update_count":49,"packages":[{"name":"dev.gaijin.team/go/golib","old_version":"0.6.0","new_version":"0.7.0","repository_url":"https://github.com/GaijinEntertainment/golib"},{"name":"github.com/Antonboom/errname","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/errname"},{"name":"github.com/Antonboom/nilnil","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/nilnil"},{"name":"github.com/Antonboom/testifylint","old_version":"1.6.1","new_version":"1.6.4","repository_url":"https://github.com/Antonboom/testifylint"},{"name":"github.com/Djarvur/go-err113","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/Djarvur/go-err113"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.1.1","new_version":"5.2.0","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/x/ansi","old_version":"0.10.1","new_version":"0.10.2","repository_url":"https://github.com/charmbracelet/x"},{"name":"github.com/ghostiam/protogetter","old_version":"0.3.15","new_version":"0.3.16","repository_url":"https://github.com/ghostiam/protogetter"},{"name":"github.com/golangci/go-printf-func-name","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/golangci/go-printf-func-name"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.4.0","new_version":"2.5.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/ldez/gomoddirectives","old_version":"0.7.0","new_version":"0.7.1","repository_url":"https://github.com/ldez/gomoddirectives"},{"name":"github.com/prometheus/client_golang","old_version":"1.23.0","new_version":"1.23.2","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/prometheus/procfs","old_version":"0.16.1","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/quasilyte/go-ruleguard","old_version":"0.4.4","new_version":"0.4.5","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/quasilyte/go-ruleguard/dsl","old_version":"0.3.22","new_version":"0.3.23","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.12.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cast","old_version":"1.9.2","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.20.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/crypto","old_version":"0.41.0","new_version":"0.42.0","repository_url":"https://github.com/golang/crypto"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod group with 21 updates in the /templates/unmanaged/project/go/files/root/.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [dev.gaijin.team/go/golib](https://github.com/GaijinEntertainment/golib) | `0.6.0` | `0.7.0` |\n| [github.com/Antonboom/errname](https://github.com/Antonboom/errname) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/nilnil](https://github.com/Antonboom/nilnil) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/testifylint](https://github.com/Antonboom/testifylint) | `1.6.1` | `1.6.4` |\n| [github.com/Djarvur/go-err113](https://github.com/Djarvur/go-err113) | `0.1.0` | `0.1.1` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.1.1` | `5.2.0` |\n| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.10.1` | `0.10.2` |\n| [github.com/ghostiam/protogetter](https://github.com/ghostiam/protogetter) | `0.3.15` | `0.3.16` |\n| [github.com/golangci/go-printf-func-name](https://github.com/golangci/go-printf-func-name) | `0.1.0` | `0.1.1` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.4.0` | `2.5.0` |\n| [github.com/ldez/gomoddirectives](https://github.com/ldez/gomoddirectives) | `0.7.0` | `0.7.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.0` | `1.23.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.16.1` | `0.17.0` |\n| [github.com/quasilyte/go-ruleguard](https://github.com/quasilyte/go-ruleguard) | `0.4.4` | `0.4.5` |\n| [github.com/quasilyte/go-ruleguard/dsl](https://github.com/quasilyte/go-ruleguard) | `0.3.22` | `0.3.23` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.12.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.9.2` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` |\n\n\nUpdates `dev.gaijin.team/go/golib` from 0.6.0 to 0.7.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/GaijinEntertainment/golib/releases\"\u003edev.gaijin.team/go/golib's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003e🚀 New Features\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003etesting/freeport\u003c/code\u003e\u003c/strong\u003e: a testing helper package to probe and reserve free TCP/UDP ports for reliable, parallel tests.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GaijinEntertainment/golib/commit/296deaaf37aa3d7e59653e4470c96ecc1528fe95\"\u003e\u003ccode\u003e296deaa\u003c/code\u003e\u003c/a\u003e [freeport] implement package providing free port probing and reservation\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GaijinEntertainment/golib/commit/f19edae8c8d92413a4606fdf33cbc81e5a7d880c\"\u003e\u003ccode\u003ef19edae\u003c/code\u003e\u003c/a\u003e dep: upgrade dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/GaijinEntertainment/golib/compare/v0.6.0...v0.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/errname` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/errname/releases\"\u003egithub.com/Antonboom/errname's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/55\"\u003eAntonboom/errname#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo 1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/62\"\u003eAntonboom/errname#62\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/b46d1eb583160f4b73a929e3c9a7bd58b9846b18\"\u003e\u003ccode\u003eb46d1eb\u003c/code\u003e\u003c/a\u003e Go 1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/62\"\u003e#62\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/d9b1b37cb73a14ba95b0af841b875cdc48fc580e\"\u003e\u003ccode\u003ed9b1b37\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/55\"\u003e#55\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/nilnil` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/nilnil/releases\"\u003egithub.com/Antonboom/nilnil's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/58\"\u003eAntonboom/nilnil#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/65\"\u003eAntonboom/nilnil#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/6b3b28f92f4a0d3ac1efe63eeb6dc2a0a92b656b\"\u003e\u003ccode\u003e6b3b28f\u003c/code\u003e\u003c/a\u003e Add nolintnolint settings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/ce7e512869c31720f59bfce4d83c4766558976f0\"\u003e\u003ccode\u003ece7e512\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/a5339b3244d55401a982ce2027f423fc4b684819\"\u003e\u003ccode\u003ea5339b3\u003c/code\u003e\u003c/a\u003e Go1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/65\"\u003e#65\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/78668781fee62c96697a334ed5d3c2512a177089\"\u003e\u003ccode\u003e7866878\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f952d2c61c7699b5bf6927baaeb6e45beb5610ac\"\u003e\u003ccode\u003ef952d2c\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/58\"\u003e#58\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f8211843d188b589df33ff1d4b76b4c361f8db1a\"\u003e\u003ccode\u003ef821184\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/c5437c5c1197e02bc36a6d4a131ef736fd4f49f7\"\u003e\u003ccode\u003ec5437c5\u003c/code\u003e\u003c/a\u003e Go 1.24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/testifylint` from 1.6.1 to 1.6.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/testifylint/releases\"\u003egithub.com/Antonboom/testifylint's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: better use of the Inspector by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eVersion support bug fixes\u003c/li\u003e\n\u003cli\u003eScan all files without any filtering by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/262\"\u003eAntonboom/testifylint#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eequal-values: fix false positive with any by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/246\"\u003eAntonboom/testifylint#246\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/239\"\u003eAntonboom/testifylint#239\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to v2 of golangci-lint by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/258\"\u003eAntonboom/testifylint#258\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump testify to 1.11.1 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/259\"\u003eAntonboom/testifylint#259\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eerror-is-as: error-nil: support IsType and IsNotType by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/260\"\u003eAntonboom/testifylint#260\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eexpected-actual: support 'sub' (-) unary operation by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/261\"\u003eAntonboom/testifylint#261\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVersion support via goreleaser by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/263\"\u003eAntonboom/testifylint#263\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/ca9d16537799078527948d5c492c94d144c6018b\"\u003e\u003ccode\u003eca9d165\u003c/code\u003e\u003c/a\u003e chore: better use of the Inspector (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/264\"\u003e#264\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/db60550f0d50d4b52d9450dd7ae81cb36c436334\"\u003e\u003ccode\u003edb60550\u003c/code\u003e\u003c/a\u003e Change version consts to vars, to fix ldflags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/7857840997deaa38a73e5c725dcb6109dac0cf6d\"\u003e\u003ccode\u003e7857840\u003c/code\u003e\u003c/a\u003e Fix version parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/04af72b2e3ab6ac4e7647940a6898d91747bd943\"\u003e\u003ccode\u003e04af72b\u003c/code\u003e\u003c/a\u003e GitHub native release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/c932c0cca7f97d51ae7a79eaa187f7a622fbbe88\"\u003e\u003ccode\u003ec932c0c\u003c/code\u003e\u003c/a\u003e equal-values: fix false positive with any (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/246\"\u003e#246\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/b2da775a69f0380413fff0733553571bb58caf0c\"\u003e\u003ccode\u003eb2da775\u003c/code\u003e\u003c/a\u003e Scan all files without any filtering (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/262\"\u003e#262\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/838809be4dfefd73cc8cdd39e587b85009f81142\"\u003e\u003ccode\u003e838809b\u003c/code\u003e\u003c/a\u003e Version support (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/263\"\u003e#263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/3fbadd608ffd339e87e91efcbbffbf2ffa47d0f1\"\u003e\u003ccode\u003e3fbadd6\u003c/code\u003e\u003c/a\u003e expected-actual: support 'sub' unary operation (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/261\"\u003e#261\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/cd84b59ced42bcda15c819ffd21bd922029aeddc\"\u003e\u003ccode\u003ecd84b59\u003c/code\u003e\u003c/a\u003e Update golangci-lint conf link\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/d0d0fd16241c184611fb5d300efd9519e45d8a26\"\u003e\u003ccode\u003ed0d0fd1\u003c/code\u003e\u003c/a\u003e More linters\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Djarvur/go-err113` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/91a4a16eaedbaa7ef80a31567d89392874df5a24\"\u003e\u003ccode\u003e91a4a16\u003c/code\u003e\u003c/a\u003e Do not check internals of \u003ccode\u003eIs\u003c/code\u003e methods for \u003ccode\u003eerror\u003c/code\u003e types (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/21\"\u003e#21\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/aea10b59be24dbccef6788e95bb147053c8c774c\"\u003e\u003ccode\u003eaea10b5\u003c/code\u003e\u003c/a\u003e Fix a bug with long error message (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/7d1305906d43f5558743ab8dca7629fc651d416d\"\u003e\u003ccode\u003e7d13059\u003c/code\u003e\u003c/a\u003e Fix suggested edit (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/ae7ac05995f698f6e83d1532d8d885d0b102ec53\"\u003e\u003ccode\u003eae7ac05\u003c/code\u003e\u003c/a\u003e fix: linter related (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Djarvur/go-err113/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.1.1 to 5.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support to check \u003ccode\u003eKeyValueExpr\u003c/code\u003e values by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/192\"\u003ebombsimon/wsl#192\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTraverse all possible subexpressions by \u003ca href=\"https://github.com/WGH\"\u003e\u003ccode\u003e@​WGH\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/193\"\u003ebombsimon/wsl#193\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCircuit break some checks for labels by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/196\"\u003ebombsimon/wsl#196\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/WGH\"\u003e\u003ccode\u003e@​WGH\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/193\"\u003ebombsimon/wsl#193\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/83466484c585eb21436217181f90ab7c78ad2115\"\u003e\u003ccode\u003e8346648\u003c/code\u003e\u003c/a\u003e Prepare for new minor release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8f1aae98a82e82fec3e0bedf9f2b66611e2d74ee\"\u003e\u003ccode\u003e8f1aae9\u003c/code\u003e\u003c/a\u003e Circuit break some checks for labels (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/196\"\u003e#196\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/71d8caffc1da1ed49c762a3e5929d5e919517044\"\u003e\u003ccode\u003e71d8caf\u003c/code\u003e\u003c/a\u003e Traverse all possible subexpressions (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/193\"\u003e#193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a82a69379d66aa321cd9b9441f6698fbe7f395b2\"\u003e\u003ccode\u003ea82a693\u003c/code\u003e\u003c/a\u003e Add support to check \u003ccode\u003eKeyValueExpr\u003c/code\u003e values (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/192\"\u003e#192\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.10.1 to 0.10.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/5698041f34d9e1fe09d38b556e203f87f5e38325\"\u003e\u003ccode\u003e5698041\u003c/code\u003e\u003c/a\u003e chore(ansi): rename progress bar functions and constants\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/01b9b857c29a349c985aaab09ce7705ab23fec94\"\u003e\u003ccode\u003e01b9b85\u003c/code\u003e\u003c/a\u003e fix(conpty): expose default consts\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/fcbceea8338a11eaa12a96ce03953089be97aabf\"\u003e\u003ccode\u003efcbceea\u003c/code\u003e\u003c/a\u003e feat(conpty): expose underlying conpty file descriptors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/76218bae042e87c3f052b877b18434c1652a39ce\"\u003e\u003ccode\u003e76218ba\u003c/code\u003e\u003c/a\u003e fix: typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3a818a5238dd5ad6d2bbf60483eff764149fbb53\"\u003e\u003ccode\u003e3a818a5\u003c/code\u003e\u003c/a\u003e fix(ansi): check pct bounds\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/80cac83d019d58a3ed64810d401bc0fe509e5d75\"\u003e\u003ccode\u003e80cac83\u003c/code\u003e\u003c/a\u003e feat(ansi): osc 9 progress support (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/574\"\u003e#574\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/8219a564b45784486a9e08d5d8d4b550372b765d\"\u003e\u003ccode\u003e8219a56\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/573\"\u003e#573\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38eef084f4d453ba31c7bc7d1b88cb0b6de08568\"\u003e\u003ccode\u003e38eef08\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/572\"\u003e#572\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/90aa3a42838b0151cddbb597eec411088f1605cb\"\u003e\u003ccode\u003e90aa3a4\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/571\"\u003e#571\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/4e099f4de46352c82d462f8375a03cac165ad705\"\u003e\u003ccode\u003e4e099f4\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth in /vt in the all group (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/570\"\u003e#570\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.10.1...ansi/v0.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ghostiam/protogetter` from 0.3.15 to 0.3.16\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ghostiam/protogetter/releases\"\u003egithub.com/ghostiam/protogetter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.16\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate golang.org/x/tools by \u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/33fe9a128a55e24875f04b38f0ec010368561072\"\u003e\u003ccode\u003e33fe9a1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/20\"\u003e#20\u003c/a\u003e from Jleagle/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b3a4d08d8a36c1873f07f397df8179f696723ae4\"\u003e\u003ccode\u003eb3a4d08\u003c/code\u003e\u003c/a\u003e Update golang.org/x/tools\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/go-printf-func-name` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/2b81ca884088c174af18e6c7c18b3163cc9e396b\"\u003e\u003ccode\u003e2b81ca8\u003c/code\u003e\u003c/a\u003e fix: support any\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/27114bd69bb69e503a5f08f6f012dea87a5c998e\"\u003e\u003ccode\u003e27114bd\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/8b22e6ff546346f253f213a82a67bb8f7e4ae281\"\u003e\u003ccode\u003e8b22e6f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/c9b07d8986720de6390235b32cf8415157187393\"\u003e\u003ccode\u003ec9b07d8\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/bb5198504e5984a134dbe132afe6c19e33b8bca0\"\u003e\u003ccode\u003ebb51985\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golangci/go-printf-func-name/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.4.0 to 2.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#250%5D(https://redirect.github.com/golangci/golangci-lint/issues/250)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e9ff8f5964aeb8bf7c603c004518f5feeaec912bd Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a502b3288bfa760b99cd56960ab3437712e7be3 build(deps): bump actions/checkout from 4 to 5 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5993\"\u003e#5993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2d4621cb8b6d8cd07d9cd2127427561bde60fc95 build(deps): bump actions/setup-go from 5 to 6 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6068\"\u003e#6068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef1978651c6ba4cfde888c49d9e0a6d9a98decc1 build(deps): bump github.com/Antonboom/errname from 1.1.0 to 1.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6075\"\u003e#6075\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efd51bf3b4d1ec9fdcf12123ee1ef6ab302b7746a build(deps): bump github.com/Antonboom/nilnil from 1.1.0 to 1.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6072\"\u003e#6072\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e22944a2edf30165cd0e4e260e7ce8dcd93d7b0ab build(deps): bump github.com/Antonboom/testifylint from 1.6.1 to 1.6.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6071\"\u003e#6071\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5678698aca524ef136a82efa6e3f718859dfc3e3 build(deps): bump github.com/Antonboom/testifylint from 1.6.3 to 1.6.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6077\"\u003e#6077\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef20b68801e11ad1c56dadfbe2dd854221ec5e9d5 build(deps): bump github.com/Djarvur/go-err113 from 0.0.0-20210108212216-aea10b59be24 to 0.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6086\"\u003e#6086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e05d1475acf9b20e2437688f6c35ecd7efc1d7163 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.1 to 5.2.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6055\"\u003e#6055\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7b13d9895d2c4415bedc01eb884f21bdcc0dba84 build(deps): bump github.com/ghostiam/protogetter from 0.3.15 to 0.3.16 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6046\"\u003e#6046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e012d42ca574f3b320cd951746437acfde11cc8e0 build(deps): bump github.com/golangci/go-printf-func-name from 0.1.0 to 0.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6048\"\u003e#6048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea2141c9ec2460ab825cfdeb3274102df2c36a7cd build(deps): bump github.com/gordonklaus/ineffassign from 0.1.0 to 0.2.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6032\"\u003e#6032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb65912b45179a0d7b3a388065c55c2a160c47a23 build(deps): bump github.com/gostaticanalysis/nilerr from 0.1.1 to a fork (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6087\"\u003e#6087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ff4d3b4a3a5d52f111eb2a3c14a6173e0528ace build(deps): bump github.com/kulti/thelper from 0.6.3 to 0.7.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6084\"\u003e#6084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eccd8a54d4e4faff6637f6b6e41d264367fb6bf16 build(deps): bump github.com/ldez/grignotin from 0.10.0 to 0.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6085\"\u003e#6085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9dffd0cf57c8a886ad19ae7e603ef5e136e89e0f build(deps): bump github.com/ldez/tagliatelle from 0.7.1 to 0.7.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6033\"\u003e#6033\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebefeaf5b8a2e12c35fe9bcd7799f8da4d37c3934 build(deps): bump github.com/manuelarte/embeddedstructfieldcheck from 0.3.0 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6012\"\u003e#6012\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee4388346d03526b2b22a9797af9a5f6787417cfe build(deps): bump github.com/mgechev/revive from 1.11.0 to 1.12.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6035\"\u003e#6035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8a0d1a281b5dd2e9be0e00535d073c1272cace06 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.20.0 to 0.21.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6079\"\u003e#6079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e27c10dba4b2af184abfbe10b20cb9bad66432dbb build(deps): bump github.com/securego/gosec/v2 from 2.22.7 to 2.22.8 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6014\"\u003e#6014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02733b64bc5ef7a382a227e419af5b794b5f8732 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6047\"\u003e#6047\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e75d38e3c790b1cf909ab261d60471c5cd052efd1 build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6044\"\u003e#6044\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e374a8cffe75bc8eb212177a72bf9c740f1e925a8 build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6054\"\u003e#6054\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3641f1c8f5bf57447e805d22484247748e3776aa build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /scripts/gen_github_action_config in the scripts group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6031\"\u003e#6031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e937a0998ac477e07db5ece137587fe2d48d947c7 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6034\"\u003e#6034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e838684c5bc0c140d2411f7f7c13da400fd089440 build(deps): bump github.com/tdakkota/asciicheck from 0.4.1 to 0.5.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6018\"\u003e#6018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb7bd3dba81184fab5246ab29602cc3257adfc7a6 build(deps): bump github.com/tetafro/godot from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6078\"\u003e#6078\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e96b640c21965f1ddcc2c4c55937a0cf8dcd82fb4 build(deps): bump github.com/tetafro/godot from 1.5.2 to 1.5.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6093\"\u003e#6093\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9de0799066a5406c9af250d749d78fcb75449b18 build(deps): bump go-simpler.org/musttag from 0.13.1 to 0.14.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6015\"\u003e#6015\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef95beb2d17051e9df7cfa35c65b94697e1045563 build(deps): bump go.augendre.info/fatcontext from 0.8.0 to 0.8.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6013\"\u003e#6013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed376dd103b7b5172706ce9a3a31b73e9af0e07c4 build(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6073\"\u003e#6073\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb76d4f0d57b90c41f6a045f609e83bf490390f82 build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6063\"\u003e#6063\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e96e3184137597bd9367e015364a77cc8bfc99a98 build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6064\"\u003e#6064\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb521deb4b263cc9da43c374799c30337c1febac6 build(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6074\"\u003e#6074\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efab8933c5c89fc383bdee0e68c8e1b2d8abd67fa build(deps): bump mvdan.cc/gofumpt from 0.8.0 to 0.9.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6065\"\u003e#6065\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb6451763192540d2bc307792b73f4301efebdda0 build(deps): bump the scripts group in /scripts/gen_github_action_config with 2 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6067\"\u003e#6067\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e09ded415aff9fb9492b8b6d80e6431f62791e93d feat: add godoclint linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6062\"\u003e#6062\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebfb730a36232fd2c6f726d0aeae3e13a00008042 feat: add iotamixing linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5966\"\u003e#5966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e88ef93e2d8f23e910e539c0fabbaec2b7b7cce8c fix: no export data must always be handled as a typecheck error (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6061\"\u003e#6061\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.5.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eNew linters\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003egodoclint\u003c/code\u003e linter \u003ca href=\"https://github.com/godoc-lint/godoc-lint\"\u003ehttps://github.com/godoc-lint/godoc-lint\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eunqueryvet\u003c/code\u003e linter \u003ca href=\"https://github.com/MirrexOne/unqueryvet\"\u003ehttps://github.com/MirrexOne/unqueryvet\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eiotamixing\u003c/code\u003e linter \u003ca href=\"https://github.com/AdminBenni/iota-mixing\"\u003ehttps://github.com/AdminBenni/iota-mixing\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eembeddedstructfieldcheck\u003c/code\u003e: from 0.3.0 to 0.4.0 (new option: \u003ccode\u003eempty-line\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eerr113\u003c/code\u003e: from aea10b59be24 to 0.1.1 (skip internals of \u003ccode\u003eIs\u003c/code\u003e methods for \u003ccode\u003eerror\u003c/code\u003e type)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.20.0 to 0.21.0 (new option: \u003ccode\u003eforce-tonot\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egofumpt\u003c/code\u003e: from 0.8.0 to 0.9.1 (new rule is to \u0026quot;clothe\u0026quot; naked returns for the sake of clarity)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eineffassign\u003c/code\u003e: from 0.1.0 to 0.2.0 (new option: \u003ccode\u003echeck-escaping-errors\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003emusttag\u003c/code\u003e: from 0.13.1 to 0.14.0 (support interface methods)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.11.0 to 1.12.0 (new options: \u003ccode\u003eidentical-ifelseif-branches\u003c/code\u003e, \u003ccode\u003eidentical-ifelseif-conditions\u003c/code\u003e, \u003ccode\u003eidentical-switch-branches\u003c/code\u003e, \u003ccode\u003eidentical-switch-conditions\u003c/code\u003e, \u003ccode\u003epackage-directory-mismatch\u003c/code\u003e, \u003ccode\u003eunsecure-url-scheme\u003c/code\u003e, \u003ccode\u003euse-waitgroup-go\u003c/code\u003e, \u003ccode\u003euseless-fallthrough\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ethelper\u003c/code\u003e: from 0.6.3 to 0.7.1 (skip \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.1 to 5.2.0 (improvements related to subexpressions)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003easciicheck\u003c/code\u003e: from 0.4.1 to 0.5.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eerrname\u003c/code\u003e: from 1.1.0 to 1.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003efatcontext\u003c/code\u003e: from 0.8.0 to 0.8.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ego-printf-func-name\u003c/code\u003e: from 0.1.0 to 0.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egodot\u003c/code\u003e: from 1.5.1 to 1.5.4\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.7 to 2.22.8\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enilerr\u003c/code\u003e: from 0.1.1 to a temporary fork\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enilnil\u003c/code\u003e: from 1.1.0 to 1.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eprotogetter\u003c/code\u003e: from 0.3.15 to 0.3.16\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagliatelle\u003c/code\u003e: from 0.7.1 to 0.7.2\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etestifylint\u003c/code\u003e: from 1.6.1 to 1.6.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: \u0026quot;no export data\u0026quot; errors are now handled as a standard typecheck error\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove nolint section about syntax\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/ff63786c30d6c2926f99d677ab2ecf089e9390ad\"\u003e\u003ccode\u003eff63786\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/96b640c21965f1ddcc2c4c55937a0cf8dcd82fb4\"\u003e\u003ccode\u003e96b640c\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/tetafro/godot from 1.5.2 to 1.5.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6093\"\u003e#6093\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/942855732ef1bb76ae3605f8409d67b1c259a63f\"\u003e\u003ccode\u003e9428557\u003c/code\u003e\u003c/a\u003e docs: improve nolint section (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6089\"\u003e#6089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b65912b45179a0d7b3a388065c55c2a160c47a23\"\u003e\u003ccode\u003eb65912b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/gostaticanalysis/nilerr from 0.1.1 to a fork (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6\"\u003e#6\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/3ff4d3b4a3a5d52f111eb2a3c14a6173e0528ace\"\u003e\u003ccode\u003e3ff4d3b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/kulti/thelper from 0.6.3 to 0.7.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6084\"\u003e#6084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/f20b68801e11ad1c56dadfbe2dd854221ec5e9d5\"\u003e\u003ccode\u003ef20b688\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/Djarvur/go-err113 from 0.0.0-20210108212216-aea1...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/ccd8a54d4e4faff6637f6b6e41d264367fb6bf16\"\u003e\u003ccode\u003eccd8a54\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/ldez/grignotin from 0.10.0 to 0.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6085\"\u003e#6085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/9ff8f5964aeb8bf7c603c004518f5feeaec912bd\"\u003e\u003ccode\u003e9ff8f59\u003c/code\u003e\u003c/a\u003e Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8a0d1a281b5dd2e9be0e00535d073c1272cace06\"\u003e\u003ccode\u003e8a0d1a2\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/nunnatsa/ginkgolinter from 0.20.0 to 0.21.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6079\"\u003e#6079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b7bd3dba81184fab5246ab29602cc3257adfc7a6\"\u003e\u003ccode\u003eb7bd3db\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/tetafro/godot from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6078\"\u003e#6078\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/kulti/thelper` from 0.6.3 to 0.7.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kulti/thelper/releases\"\u003egithub.com/kulti/thelper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e85048aa7b41f56d809df9fccdb359600aa8f40db downgrade go version in go.mod to 1.24 — thelper is a dependency for golangci-lint which still used 1.24\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.7.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e86c67d0167996b6ce5eb3ccf7cc12879330688aa feat: don't require \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e — thanks to \u003ca href=\"https://github.com/busser\"\u003e\u003ccode\u003e@​busser\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/c22f7f8279449933331f54baa4096292bc6e1496\"\u003e\u003ccode\u003ec22f7f8\u003c/code\u003e\u003c/a\u003e tests: TestSynctestPackageRename\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/324ddb86c8f21707c27b09d53887307d470a0b98\"\u003e\u003ccode\u003e324ddb8\u003c/code\u003e\u003c/a\u003e refactor: don't use obsolete github.com/gostaticanalysis/analysisutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/85048aa7b41f56d809df9fccdb359600aa8f40db\"\u003e\u003ccode\u003e85048aa\u003c/code\u003e\u003c/a\u003e chore: downgrade go version in go.mod to 1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/d542a08dfb6bb293a0e1bee7a34e363b77fb39ec\"\u003e\u003ccode\u003ed542a08\u003c/code\u003e\u003c/a\u003e fix(ci): upgrade goreleaser workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/27410a16549d868671b51e5495cfb0b380f72921\"\u003e\u003ccode\u003e27410a1\u003c/code\u003e\u003c/a\u003e Apply PR feedback\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/86c67d0167996b6ce5eb3ccf7cc12879330688aa\"\u003e\u003ccode\u003e86c67d0\u003c/code\u003e\u003c/a\u003e 🤫 Don't require \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/b9e630437e082e0a7db59eb8e3c52b1568cf185b\"\u003e\u003ccode\u003eb9e6304\u003c/code\u003e\u003c/a\u003e docs: update analyzer description\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/d9df2e924ada942afa93d0c26607fdd96fa84127\"\u003e\u003ccode\u003ed9df2e9\u003c/code\u003e\u003c/a\u003e More golangci-lint config fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/97dec704b5826c1328464f6514bc30fb5b5a5c3d\"\u003e\u003ccode\u003e97dec70\u003c/code\u003e\u003c/a\u003e Fix golangci-lint config to be compatible with v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/901603984c826b574e38b811c30224a029d8dd1c\"\u003e\u003ccode\u003e9016039\u003c/code\u003e\u003c/a\u003e Fix newly-detected linter issues\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/kulti/thelper/compare/v0.6.3...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/gomoddirectives` from 0.7.0 to 0.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/0fdd912ad2a374e2dd46d07cdef31b57e42d9251\"\u003e\u003ccode\u003e0fdd912\u003c/code\u003e\u003c/a\u003e fix(cmd): missing CLI option\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/75e566ecc1b2c08d23ea7a71718a1e158b2626c4\"\u003e\u003ccode\u003e75e566e\u003c/code\u003e\u003c/a\u003e chore: update dependencies, and CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/fd4f3d6dcf96fe42b58c06e67d867648c1ed7c24\"\u003e\u003ccode\u003efd4f3d6\u003c/code\u003e\u003c/a\u003e docs: fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/e0be8d7ed0cd03f15d02b3d674a10da8a1a380dc\"\u003e\u003ccode\u003ee0be8d7\u003c/code\u003e\u003c/a\u003e docs: fix typos\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/gomoddirectives/compare/v0.7.0...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.10.0 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/14944545e592f19ea74f0b22a8e269ceaf3cdd0a\"\u003e\u003ccode\u003e1494454\u003c/code\u003e\u003c/a\u003e chore: update CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/8826bac76a74f5145fb75f0abfab8f13a4691675\"\u003e\u003ccode\u003e8826bac\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/448182c276d525cb2ea81e9f07a0c732b4be99f5\"\u003e\u003ccode\u003e448182c\u003c/code\u003e\u003c/a\u003e chore: rename LICENCE to LICENSE (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/2\"\u003e#2\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.10.0...v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/lucasb-eyer/go-colorful` from 1.2.0 to 1.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/releases\"\u003egithub.com/lucasb-eyer/go-colorful's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.3.0\u003c/h2\u003e\n\u003cp\u003eIf you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a \u003ca href=\"https://ko-fi.com/makeworld\"\u003eKo-Fi\u003c/a\u003e for one-time donations.\u003c/p\u003e\n\u003cp\u003eThe rest of this message is copied from the CHANGELOG.md file in this repo.\u003c/p\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eBlendLinearRgb\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eDistanceRiemersma\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eIntroduce a function for sorting colors (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/57\"\u003e#57\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eYAML marshal/unmarshal support (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/63\"\u003e#63\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd support for OkLab and OkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions that use randomness now support specifying a custom source (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions BlendOkLab and BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eChanged\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eHex()\u003c/code\u003e parsing is much faster (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix bug when doing HSV/HCL blending between a gray color and non-gray color (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/60\"\u003e#60\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDocs for HSV/HSL were updated to note that hue 360 is not allowed (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDeprecated\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eDistanceLinearRGB\u003c/code\u003e is deprecated for the name \u003ccode\u003eDistanceLinearRgb\u003c/code\u003e which is more in-line with the rest of the library\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md\"\u003egithub.com/lucasb-eyer/go-colorful's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[1.3.0] - 2025-09-08\u003c/h2\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eBlendLinearRgb\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eDistanceRiemersma\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eIntroduce a function for sorting colors (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/57\"\u003e#57\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eYAML marshal/unmarshal support (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/63\"\u003e#63\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd support for OkLab and OkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions that use randomness now support specifying a custom source (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions BlendOkLab and BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eChanged\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eHex()\u003c/code\u003e parsing is much faster (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix bug when doing HSV/HCL blending between a gray color and non-gray color (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/60\"\u003e#60\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDocs for HSV/HSL were updated to note that hue 360 is not allowed (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDeprecated\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eDistanceLinearRGB\u003c/code\u003e is deprecated for the name \u003ccode\u003eDistanceLinearRgb\u003c/code\u003e which is more in-line with the rest of the library\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/680f8257cbbd7f283eaf717de5ce105a6a741bd6\"\u003e\u003ccode\u003e680f825\u003c/code\u003e\u003c/a\u003e ready for v1.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/5b66f9f2f024bbe9c54fc233301ca9419bf81786\"\u003e\u003ccode\u003e5b66f9f\u003c/code\u003e\u003c/a\u003e perf: a faster implementation of Hex() (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/9e385f7b653ac6956c75d32bd60efc7a0c25348e\"\u003e\u003ccode\u003e9e385f7\u003c/code\u003e\u003c/a\u003e Fix typos (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/a472fc29eb4bf3b5c9c4de79e83c5982a19b10ff\"\u003e\u003ccode\u003ea472fc2\u003c/code\u003e\u003c/a\u003e doc: don't allow hue 360 for hsv/hsl (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/14c881f5faccd61a756c8569726a8f71c9b3d98c\"\u003e\u003ccode\u003e14c881f\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/5ce6c1dc5a806b438a50c5be3b99ae5e35300c93\"\u003e\u003ccode\u003e5ce6c1d\u003c/code\u003e\u003c/a\u003e BlendOkLab + BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/a50e69500a2b0fdf692fcb0913a4866e060eabba\"\u003e\u003ccode\u003ea50e695\u003c/code\u003e\u003c/a\u003e ci: reduce tested go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/cf4f1e13607b96c3d618bdbc709591ee2241bee0\"\u003e\u003ccode\u003ecf4f1e1\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/93e4f6870089966f145b2efe6423b03b483abee2\"\u003e\u003ccode\u003e93e4f68\u003c/code\u003e\u003c/a\u003e implement functions with custom rand handler (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/8a2508922d6fe777d36713baa4106a869b0e68b5\"\u003e\u003ccode\u003e8a25089\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/compare/v1.2.0...v1.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-runewidth` from 0.0.16 to 0.0.17\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/94c0db1df07f7755a1e3e962becc01cb5fe8a086\"\u003e\u003ccode\u003e94c0db1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-runewidth/issues/85\"\u003e#85\u003c/a\u003e from mattn/fix-windows-terminal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/76bca587b18b184d7934385ec9c729f4cb093521\"\u003e\u003ccode\u003e76bca58\u003c/code\u003e\u003c/a\u003e fix comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/74c2b32af000b569bcfd85953dd07dae52624d27\"\u003e\u003ccode\u003e74c2b32\u003c/code\u003e\u003c/a\u003e add trick for Windows Terminal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/d62f6992d103e162f4933de4a1efb1093ad132e5\"\u003e\u003ccode\u003ed62f699\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-runewidth/issues/81\"\u003e#81\u003c/a\u003e from mattn/fix-build\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/239943a47853eda95deec41ad716b707f5e5a3e8\"\u003e\u003ccode\u003e239943a\u003c/code\u003e\u003c/a\u003e fix benchmark code\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/mattn/go-runewidth/compare/v0.0.16...v0.0.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.11.0 to 1.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.12.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e314890615353452f098165994dd4dc391ff264d3 chore(deps): update module golang.org/x/sys to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1466\"\u003e#1466\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e22dfd663755d3bf36121845f4fb2394fab3d96d2 chore(deps): update module golang.org/x/text to v0.28.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1467\"\u003e#1467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a1e5fda4c7737d5aa0c168da5e0e099f6e74cc8 chore: Add Copilot instructions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1437\"\u003e#1437\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e74e4f6318d366ca4ce70bb75066f94cf1afcdbd4 chore: add macOS test runner (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1465\"\u003e#1465\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea15fdfd322771de535aee2e1c5621f1819150af6 chore: clean up GoReleaser config, remove unnecessary hooks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1422\"\u003e#1422\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e809768cffe77876d93231b5e4a4114d7f4ce8d29 chore: enable formatters in golangci-lint config (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1421\"\u003e#1421\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec971cb750b0f1b0af66a76f099f32845b8feac33 chore: improve comments for config files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1424\"\u003e#1424\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e984b38e246f8ba8108e9d936feb04b5e777774d6 chore: improve error reporting in test suite (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1431\"\u003e#1431\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee5f7980ca3eec3c5e6e58a18f76c35a05370bbab chore: run tests and lint on push to main branch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1470\"\u003e#1470\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7de7cf307642b1881d3127ccc49ed6e20952371f docs: add DeepWiki link to README (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1432\"\u003e#1432\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e154a24fb5125181a14bca47c341ec5554a004c0a docs: add info about \u003ccode\u003egolang\u003c/code\u003e code snippets (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1494\"\u003e#1494\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a6facc63c3cbaf9b99d52ffe612ce36c3af35d9 docs: add missing use-waitgroup-go TOC entry (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1492\"\u003e#1492\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e40a690dff5558f6ed2eb62ab29a8f711ff5d736d exported: improve detection and error message (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1403\"\u003e#1403\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e68ac5514f58418fe77a7fd88ff7336a35cd37c99 feature: detect identical-branches in switch statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1448\"\u003e#1448\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9fd8adbcd0c7d823577e289b902785dc84591612 feature: detect useless options in spanner struct tag (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1483\"\u003e#1483\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9fc7dc7d778f81e40be58419f1eb17f458b7bca9 feature: identical-branches: check branches of \u0026quot;if ... else if\u0026quot; chains (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1440\"\u003e#1440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2db7034aca77795c4ef6489c370974a0ea5d42ec feature: new rule \u003ccode\u003euse-waitgroup-go\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1484\"\u003e#1484\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e12d96adfd47b0aee1f5096399097cf6e3ea011fd feature: new rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1436\"\u003e#1436\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef353e4b0e5be45dcc8ade46989dfbf0600a1d0cc feature: new rule identical-ifelseif-conditions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1454\"\u003e#1454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3f4591cd9aca5716a1a9d669b268a33ea266855b feature: new rule identical-switch-conditions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1451\"\u003e#1451\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e15aded98f632dde49666d122521fb81ee8235040 feature: new rule package-directory-mismatch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1429\"\u003e#1429\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efc46c84cec2b93a8fdd787172705082337f7bb21 feature: new rule unsecure-url-scheme (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1478\"\u003e#1478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e84b565b0bfed2810d2a3f16765acf63b5bf63570 feature: new rule useless-fallthrough (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1462\"\u003e#1462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e47205455ea22448b391a9acedf1b23cd8481fb6a feature: new rules \u003ccode\u003eidentical-switch-branches\u003c/code\u003e and \u003ccode\u003eidentical-ifelseif-branches\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e14c91fed1d70132d81cd0e308257aaaf502bea91 feature: struct-tag warns on (useless) options on ignored fields (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1487\"\u003e#1487\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef07a47a1bf491f715e8d4674b2dc3e7d790a3ee7 feature: support spanner struct tag in struct-tag rule (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1479\"\u003e#1479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6b060cd03ab038d32c2b6947e67daedbf56da292 fix(1438): enforce-switch-style - false positive with pure return based switch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1446\"\u003e#1446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eda506562bb33bbbfe4e61c23622b995dbdfdb129 fix(deps): update module golang.org/x/mod to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1468\"\u003e#1468\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e74bbe3b1a64acbc991195b8719943785c25f4173 fix(deps): update module golang.org/x/tools to v0.36.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1469\"\u003e#1469\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eccf85a25e5fcb325c4c1ab12aaae27265b147719 fix: default formatter generates an extra new line (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1485\"\u003e#1485\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb969b8be4ac432179917dd95f328906806f1e9dd modifies-parameter: handle slices.Delete and slices.DeleteFunc (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1427\"\u003e#1427\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb34c8e96eccd5e0cbcb03ff6a8b39419384b2a56 refactor: fix musttag lint issues (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1464\"\u003e#1464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d600b6df1ce7916a215c3a02bb8a5804eef9b13 refactor: reduces the number of references to deprecated *ast.Object (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1473\"\u003e#1473\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee1d05f7a0e941fe7377279012e22b631e6e3df26 refactor: remove rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1495\"\u003e#1495\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecf4901574e89077ddc7fd5cd3dbb8a0f887f24e5 refactor: replaces calls to astutils.PickNodes with calls to astutils.SeekNode when possible (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1482\"\u003e#1482\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e1d05f7a0e941fe7377279012e22b631e6e3df26\"\u003e\u003ccode\u003ee1d05f7\u003c/code\u003e\u003c/a\u003e refactor: remove rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1495\"\u003e#1495\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/fc46c84cec2b93a8fdd787172705082337f7bb21\"\u003e\u003ccode\u003efc46c84\u003c/code\u003e\u003c/a\u003e feature: new rule unsecure...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/github/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fgithub/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"},{"uuid":"2808624775","node_id":"PR_kwDOE6wc7c6naDaH","number":489,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-08T15:46:29.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T15:11:25.000Z","updated_at":"2025-09-08T15:46:30.000Z","time_to_close":2104,"merged_at":"2025-09-08T15:46:29.000Z","merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/pip-install/pull/489","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fpip-install/issues/489","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/489/packages"},{"uuid":"2808231033","node_id":"PR_kwDOGuqyy86nYjR5","number":478,"state":"open","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T13:14:44.000Z","updated_at":"2025-09-08T13:53:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/poetry/pull/478","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fpoetry/issues/478","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/478/packages"},{"uuid":"2807717704","node_id":"PR_kwDOCq26Wc6nWl9I","number":640,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-08T11:01:30.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T10:30:00.000Z","updated_at":"2025-09-08T11:02:17.000Z","time_to_close":1890,"merged_at":"2025-09-08T11:01:30.000Z","merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/miniconda/pull/640","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fminiconda/issues/640","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/640/packages"},{"uuid":"2792395089","node_id":"PR_kwDOPHxVhM6mcJFR","number":21,"state":"open","title":"chore(deps): bump the gomod-tools group across 1 directory with 42 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-02T12:00:09.000Z","updated_at":"2025-09-02T12:00:11.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":42,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/gordonklaus/ineffassign","old_version":"0.1.0","new_version":"0.2.0","repository_url":"https://github.com/gordonklaus/ineffassign"},{"name":"github.com/ldez/tagliatelle","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/ldez/tagliatelle"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cobra","old_version":"1.9.1","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.10.0","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 20 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/gordonklaus/ineffassign](https://github.com/gordonklaus/ineffassign) | `0.1.0` | `0.2.0` |\n| [github.com/ldez/tagliatelle](https://github.com/ldez/tagliatelle) | `0.7.1` | `0.7.2` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/dependabot-generate/pull/21","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fdependabot-generate/issues/21","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/21/packages"},{"uuid":"2788613969","node_id":"PR_kwDOOJ11S86mNt9R","number":89,"state":"open","title":"chore(deps): bump the gomod-tools group across 1 directory with 40 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-01T06:05:31.000Z","updated_at":"2025-09-01T06:05:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":40,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/gordonklaus/ineffassign","old_version":"0.1.0","new_version":"0.2.0","repository_url":"https://github.com/gordonklaus/ineffassign"},{"name":"github.com/ldez/tagliatelle","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/ldez/tagliatelle"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/stretchr/testify","old_version":"1.10.0","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 18 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/gordonklaus/ineffassign](https://github.com/gordonklaus/ineffassign) | `0.1.0` | `0.2.0` |\n| [github.com/ldez/tagliatelle](https://github.com/ldez/tagliatelle) | `0.7.1` | `0.7.2` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca hre...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/89","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/89","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/89/packages"},{"uuid":"2775961408","node_id":"PR_kwDOG_WwzM6ldc9A","number":264,"state":"open","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-26T17:47:11.000Z","updated_at":"2025-08-26T17:47:12.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisgavin/gh-dispatch/pull/264","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgavin%2Fgh-dispatch/issues/264","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/264/packages"},{"uuid":"2775876772","node_id":"PR_kwDOJvu8pc6ldISk","number":178,"state":"open","title":"build(deps): Bump go.uber.org/multierr from 1.10.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-26T17:12:00.000Z","updated_at":"2025-08-26T17:12:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.10.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.10.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisgavin/gh-deflake/pull/178","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgavin%2Fgh-deflake/issues/178","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/178/packages"},{"uuid":"2760847692","node_id":"PR_kwDOOJ11S86kjzFM","number":85,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 37 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-20T19:31:56.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-20T19:28:09.000Z","updated_at":"2025-08-20T19:31:56.000Z","time_to_close":227,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":37,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 15 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/clie...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/85","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/85","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/85/packages"},{"uuid":"3331887109","node_id":"PR_kwDONK9gos6kK5P0","number":4,"state":"open","title":"deps(deps): bump the minor-and-patch group with 11 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-18T19:42:19.000Z","updated_at":"2025-09-19T03:19:24.181Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(deps): bump","group_name":"minor-and-patch","update_count":11,"packages":[{"name":"github.com/BurntSushi/toml","old_version":"1.3.2","new_version":"1.5.0","repository_url":"https://github.com/BurntSushi/toml"},{"name":"github.com/fatih/color","old_version":"1.16.0","new_version":"1.18.0","repository_url":"https://github.com/fatih/color"},{"name":"github.com/schollz/progressbar/v3","old_version":"3.14.1","new_version":"3.18.0","repository_url":"https://github.com/schollz/progressbar"},{"name":"github.com/spf13/cobra","old_version":"1.8.0","new_version":"1.9.1","repository_url":"https://github.com/spf13/cobra"},{"name":"go.uber.org/zap","old_version":"1.26.0","new_version":"1.27.0","repository_url":"https://github.com/uber-go/zap"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/rivo/uniseg","old_version":"0.4.4","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/spf13/pflag","old_version":"1.0.5","new_version":"1.0.6","repository_url":"https://github.com/spf13/pflag"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/sys","old_version":"0.15.0","new_version":"0.29.0","repository_url":"https://github.com/golang/sys"},{"name":"golang.org/x/term","old_version":"0.15.0","new_version":"0.28.0","repository_url":"https://github.com/golang/term"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-and-patch group with 11 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.5.0` |\n| [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.18.0` |\n| [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.14.1` | `3.18.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.9.1` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.4.4` | `0.4.7` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.29.0` |\n| [golang.org/x/term](https://github.com/golang/term) | `0.15.0` | `0.28.0` |\n\nUpdates `github.com/BurntSushi/toml` from 1.3.2 to 1.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/BurntSushi/toml/releases\"\u003egithub.com/BurntSushi/toml's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.0\u003c/h2\u003e\n\u003cp\u003eMostly some small bugfixes, with a few small new features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd Position.Col, to mark the column an error occurred (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/410\"\u003e#410\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePrint more detailed errors in the \u003ccode\u003etomlv\u003c/code\u003e CLI.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eEnsure ParseError.Message is always set (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/411\"\u003e#411\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eAllow custom string types as map keys (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/414\"\u003e#414\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eMark meta keys as decoded when using Unmarshaler interface (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/426\"\u003e#426\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix encoding when nested inline table ends with map (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/438\"\u003e#438\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix encoding of several layers of embedded structs (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/430\"\u003e#430\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix ErrorWithPosition panic when there is no newline in the TOML document (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/433\"\u003e#433\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.4.0\u003c/h2\u003e\n\u003cp\u003eThis version requires Go 1.18\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd toml.Marshal() (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/405\"\u003e#405\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eRequire 2-digit hour (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/320\"\u003e#320\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eWrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/398\"\u003e#398\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix inline tables with dotted keys inside inline arrays (e.g. \u003ccode\u003ek=[{a.b=1}]\u003c/code\u003e) (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/400\"\u003e#400\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/d97def528e83313822a9f98946334ffccd542bdf\"\u003e\u003ccode\u003ed97def5\u003c/code\u003e\u003c/a\u003e Update toml-test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/d10101f4fed80a8584aa2346e4701c5f5a184bc5\"\u003e\u003ccode\u003ed10101f\u003c/code\u003e\u003c/a\u003e Correct encoding of comma when nested inline table ends with map\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/75a4f17a6da92eb899b599eafc43a2e7ddd76fc2\"\u003e\u003ccode\u003e75a4f17\u003c/code\u003e\u003c/a\u003e Correct encoding of several layers of embedded structs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/702f5a6d00def72eaea44c3179fa22e050e208f7\"\u003e\u003ccode\u003e702f5a6\u003c/code\u003e\u003c/a\u003e Minor staticcheck fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/6f7689d2591e3da5f945ef556af0387f75d7199f\"\u003e\u003ccode\u003e6f7689d\u003c/code\u003e\u003c/a\u003e Mark meta keys as decoded when using Unmarshaler interface (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/426\"\u003e#426\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/8323983708e9282360078a9050deb4ee30a45250\"\u003e\u003ccode\u003e8323983\u003c/code\u003e\u003c/a\u003e Remove exception for fuzzer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/4664468d6eafff56a043a217a8981cc72e901122\"\u003e\u003ccode\u003e4664468\u003c/code\u003e\u003c/a\u003e Fix ErrorWithPosition panic when less than two lines\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/211c91562a6926d7bf0dcb18a952d58140836837\"\u003e\u003ccode\u003e211c915\u003c/code\u003e\u003c/a\u003e Fix typos in comments, tests, error message (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/432\"\u003e#432\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/c141a29159dcbb855f8ad4c8c20eb49453480edc\"\u003e\u003ccode\u003ec141a29\u003c/code\u003e\u003c/a\u003e Test with Go 1.24 in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/2918ee74bb664c418ae9b2d6ba356c2ca6c24506\"\u003e\u003ccode\u003e2918ee7\u003c/code\u003e\u003c/a\u003e Fix metadata: do not reuse result of append (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/418\"\u003e#418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/BurntSushi/toml/compare/v1.3.2...v1.5.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/fatih/color` from 1.16.0 to 1.18.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fatih/color/releases\"\u003egithub.com/fatih/color's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd RGB API support by \u003ca href=\"https://github.com/fatih\"\u003e\u003ccode\u003e@​fatih\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/225\"\u003efatih/color#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump GitHub workflow actions by \u003ca href=\"https://github.com/deining\"\u003e\u003ccode\u003e@​deining\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/235\"\u003efatih/color#235\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.18.0 to 0.24.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/236\"\u003efatih/color#236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.24.0 to 0.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/237\"\u003efatih/color#237\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/deining\"\u003e\u003ccode\u003e@​deining\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fatih/color/pull/235\"\u003efatih/color#235\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fatih/color/compare/v1.17.0...v1.18.0\"\u003ehttps://github.com/fatih/color/compare/v1.17.0...v1.18.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.17.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix multi-parameter println spacing by \u003ca href=\"https://github.com/klauspost\"\u003e\u003ccode\u003e@​klauspost\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/228\"\u003efatih/color#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: update Go and Staticcheck versions by \u003ca href=\"https://github.com/fatih\"\u003e\u003ccode\u003e@​fatih\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/222\"\u003efatih/color#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.14.0 to 0.17.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/221\"\u003efatih/color#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/setup-go from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/217\"\u003efatih/color#217\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.17.0 to 0.18.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/224\"\u003efatih/color#224\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/klauspost\"\u003e\u003ccode\u003e@​klauspost\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fatih/color/pull/228\"\u003efatih/color#228\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fatih/color/compare/v1.16.0...v1.17.0\"\u003ehttps://github.com/fatih/color/compare/v1.16.0...v1.17.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/1c8d8706604ee5fb9a464e5097ba113101828a75\"\u003e\u003ccode\u003e1c8d870\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/546c2d0f9aa4e97dab39a1ed273fd0aa08765972\"\u003e\u003ccode\u003e546c2d0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/225\"\u003e#225\u003c/a\u003e from fatih/add-rgb-api\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/1ff0f9790840e92e289b824302f71b465c426735\"\u003e\u003ccode\u003e1ff0f97\u003c/code\u003e\u003c/a\u003e Apply suggestions from code review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/5723903daae15b72846d40cf1483c37a1b86ba79\"\u003e\u003ccode\u003e5723903\u003c/code\u003e\u003c/a\u003e Add RGB API support\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/f203fbcecbc160dace4ffcec613221379365c67a\"\u003e\u003ccode\u003ef203fbc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/237\"\u003e#237\u003c/a\u003e from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/60aa7fb483e2b048970dec3925d6c298ea428c4e\"\u003e\u003ccode\u003e60aa7fb\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/sys from 0.24.0 to 0.25.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/741c2f4087173b24f4cb47ad02d93600b0d5c947\"\u003e\u003ccode\u003e741c2f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/236\"\u003e#236\u003c/a\u003e from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/0d24b42a27f768598c311ac3ec1961003418a90a\"\u003e\u003ccode\u003e0d24b42\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/sys from 0.18.0 to 0.24.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/cb154c021886f50c313e686422c7baecff8c0b7f\"\u003e\u003ccode\u003ecb154c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/235\"\u003e#235\u003c/a\u003e from deining/fix-typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/9b9653e8ce3e644130b0412b9236c1d3e07a5017\"\u003e\u003ccode\u003e9b9653e\u003c/code\u003e\u003c/a\u003e Bump GitHub workflow actions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fatih/color/compare/v1.16.0...v1.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/schollz/progressbar/v3` from 3.14.1 to 3.18.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/schollz/progressbar/releases\"\u003egithub.com/schollz/progressbar/v3's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadd AddMax by \u003ca href=\"https://github.com/kevin-hanselman\"\u003e\u003ccode\u003e@​kevin-hanselman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/209\"\u003eschollz/progressbar#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add an HTTP server to enable users to monitor status updates via status bars or other UI components. by \u003ca href=\"https://github.com/cmsax\"\u003e\u003ccode\u003e@​cmsax\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/210\"\u003eschollz/progressbar#210\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kevin-hanselman\"\u003e\u003ccode\u003e@​kevin-hanselman\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/209\"\u003eschollz/progressbar#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cmsax\"\u003e\u003ccode\u003e@​cmsax\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/210\"\u003eschollz/progressbar#210\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.17.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: set length to unknown if set to -1 by \u003ca href=\"https://github.com/MegaRedHand\"\u003e\u003ccode\u003e@​MegaRedHand\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/207\"\u003eschollz/progressbar#207\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/MegaRedHand\"\u003e\u003ccode\u003e@​MegaRedHand\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/207\"\u003eschollz/progressbar#207\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1\"\u003ehttps://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.17.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixes \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/138\"\u003e#138\u003c/a\u003e: Add OptionShowTotal by \u003ca href=\"https://github.com/mcamou\"\u003e\u003ccode\u003e@​mcamou\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/205\"\u003eschollz/progressbar#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mcamou\"\u003e\u003ccode\u003e@​mcamou\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/205\"\u003eschollz/progressbar#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.16.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: enable race detector for test and fix all detected races by \u003ca href=\"https://github.com/mxey\"\u003e\u003ccode\u003e@​mxey\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/202\"\u003eschollz/progressbar#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003estyle: go mod tidy by \u003ca href=\"https://github.com/mxey\"\u003e\u003ccode\u003e@​mxey\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/201\"\u003eschollz/progressbar#201\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded BarStartFilled and BarEndFille to Theme struct \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/203\"\u003e#203\u003c/a\u003e by \u003ca href=\"https://github.com/janpfeifer\"\u003e\u003ccode\u003e@​janpfeifer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/204\"\u003eschollz/progressbar#204\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1\"\u003ehttps://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.16.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: make progressbar could update according to an interval or updat… by \u003ca href=\"https://github.com/chengxilo\"\u003e\u003ccode\u003e@​chengxilo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/199\"\u003eschollz/progressbar#199\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.15.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003enew: feature scrolling detail by \u003ca href=\"https://github.com/luo-cheng-xi\"\u003e\u003ccode\u003e@​luo-cheng-xi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/194\"\u003eschollz/progressbar#194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Acquire lock when printing text to fix race condition by \u003ca href=\"https://github.com/gabe565\"\u003e\u003ccode\u003e@​gabe565\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/198\"\u003eschollz/progressbar#198\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: change some attribute about time to time.Time{} by \u003ca href=\"https://github.com/luo-cheng-xi\"\u003e\u003ccode\u003e@​luo-cheng-xi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/196\"\u003eschollz/progressbar#196\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/6e18d116cbbd03ba110df9693bf0dc07768ba5d0\"\u003e\u003ccode\u003e6e18d11\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/d88592dbbc8086249e8cd126c1ab16321727db5a\"\u003e\u003ccode\u003ed88592d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/210\"\u003e#210\u003c/a\u003e from cmsax/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/d4ec0797ecbb3c643684b021196e613cdba85d02\"\u003e\u003ccode\u003ed4ec079\u003c/code\u003e\u003c/a\u003e chore\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/3342791adeb859ec1d3a9e37caf3baaaf6ea5f76\"\u003e\u003ccode\u003e3342791\u003c/code\u003e\u003c/a\u003e feat: add http server\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/77ce0b90ba6fed55969cc2367153ccee54b6a858\"\u003e\u003ccode\u003e77ce0b9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/209\"\u003e#209\u003c/a\u003e from kevin-hanselman/add_max\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/f5093f1cf077f5f41cb8911abfa4722bf44dc158\"\u003e\u003ccode\u003ef5093f1\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/920dfd7e6204a64930841e4e09a7208f2ebdc9b1\"\u003e\u003ccode\u003e920dfd7\u003c/code\u003e\u003c/a\u003e add AddMax\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/23e1221fe77b89b2dc1e802a39347e207bc9d422\"\u003e\u003ccode\u003e23e1221\u003c/code\u003e\u003c/a\u003e update deps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/da94fe0b167aa6982bba1ddc8bc6ff8075c35841\"\u003e\u003ccode\u003eda94fe0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/207\"\u003e#207\u003c/a\u003e from MegaRedHand/fix/change-max-unknown\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/91518511a79ad2f2d227baba7d45a68acb19a9af\"\u003e\u003ccode\u003e9151851\u003c/code\u003e\u003c/a\u003e fix: set length to unknown if set to -1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.14.1...v3.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.8.0 to 1.9.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.9.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix CompletionFunc implementation by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2234\"\u003espf13/cobra#2234\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert \u0026quot;Make detection for test-binary more universal (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2173\"\u003e#2173\u003c/a\u003e)\u0026quot; by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2235\"\u003espf13/cobra#2235\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.9.0...v1.9.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch2\u003e✨ Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow linker to perform deadcode elimination for program using Cobra by \u003ca href=\"https://github.com/aarzilli\"\u003e\u003ccode\u003e@​aarzilli\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1956\"\u003espf13/cobra#1956\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd default completion command even if there are no other sub-commands by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1559\"\u003espf13/cobra#1559\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CompletionWithDesc helper by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2231\"\u003espf13/cobra#2231\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix deprecation comment for Command.SetOutput by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2172\"\u003espf13/cobra#2172\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated ioutil usage by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2181\"\u003espf13/cobra#2181\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix --version help and output for plugins by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2180\"\u003espf13/cobra#2180\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAllow to reset the templates to the default by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2229\"\u003espf13/cobra#2229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤖 Completions\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake Powershell completion work in constrained mode by \u003ca href=\"https://github.com/lstemplinger\"\u003e\u003ccode\u003e@​lstemplinger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2196\"\u003espf13/cobra#2196\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove detection for flags that accept multiple values by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2210\"\u003espf13/cobra#2210\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd CompletionFunc type to help with completions by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2220\"\u003espf13/cobra#2220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd similar whitespace escape logic to bash v2 completions than in other completions by \u003ca href=\"https://github.com/kangasta\"\u003e\u003ccode\u003e@​kangasta\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1743\"\u003espf13/cobra#1743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePrint ActiveHelp for bash along other completions by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2076\"\u003espf13/cobra#2076\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(completions): Complete map flags multiple times by \u003ca href=\"https://github.com/gabe565\"\u003e\u003ccode\u003e@​gabe565\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2174\"\u003espf13/cobra#2174\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(bash): nounset unbound file filter variable on empty extension by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2228\"\u003espf13/cobra#2228\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧪 Testing\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eTest also with go 1.23 by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2182\"\u003espf13/cobra#2182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake detection for test-binary more universal by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2173\"\u003espf13/cobra#2173\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e✍🏼 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/eltociear\"\u003e\u003ccode\u003e@​eltociear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2197\"\u003espf13/cobra#2197\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove site formatting by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2183\"\u003espf13/cobra#2183\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edoc: add Conduit by \u003ca href=\"https://github.com/raulb\"\u003e\u003ccode\u003e@​raulb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2230\"\u003espf13/cobra#2230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edoc: azion project added to the list of CLIs that use cobra by \u003ca href=\"https://github.com/maxwelbm\"\u003e\u003ccode\u003e@​maxwelbm\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2198\"\u003espf13/cobra#2198\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix broken links in active_help.md by \u003ca href=\"https://github.com/vuil\"\u003e\u003ccode\u003e@​vuil\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2202\"\u003espf13/cobra#2202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: fix function name in comment by \u003ca href=\"https://github.com/zhuhaicity\"\u003e\u003ccode\u003e@​zhuhaicity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2216\"\u003espf13/cobra#2216\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔧 Dependency upgrades\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2206\"\u003espf13/cobra#2206\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate to latest go-md2man by \u003ca href=\"https://github.com/mikelolasagasti\"\u003e\u003ccode\u003e@​mikelolasagasti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2201\"\u003espf13/cobra#2201\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/40b5bc1437a564fc795d388b23835e84f54cd1d1\"\u003e\u003ccode\u003e40b5bc1\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Make detection for test-binary more universal (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2173\"\u003e#2173\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2235\"\u003e#2235\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/a97f9fd47b290016526c8af2dac0531fea5cd773\"\u003e\u003ccode\u003ea97f9fd\u003c/code\u003e\u003c/a\u003e fix CompletionFunc implementation (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2234\"\u003e#2234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/5f9c40898e795a9fb0fd5ca83b6e05c3720523d1\"\u003e\u003ccode\u003e5f9c408\u003c/code\u003e\u003c/a\u003e chore: Upgrade dependencies for v1.9.0 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2233\"\u003e#2233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/24ada7fe71e3a3a8741dd52e0a7fc3b97450535a\"\u003e\u003ccode\u003e24ada7f\u003c/code\u003e\u003c/a\u003e Remove the default \u0026quot;completion\u0026quot; cmd if it is alone (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/1559\"\u003e#1559\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/680936a2200be363c61feda8cd29287f0726a48c\"\u003e\u003ccode\u003e680936a\u003c/code\u003e\u003c/a\u003e New logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/8cb30f9ca53a004a6fe88c5cfcc79ac7b24fc638\"\u003e\u003ccode\u003e8cb30f9\u003c/code\u003e\u003c/a\u003e feat: add CompletionWithDesc helper (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2231\"\u003e#2231\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/17b6dca2ffaf6113cbd1cf433ec988fa7d63c6f3\"\u003e\u003ccode\u003e17b6dca\u003c/code\u003e\u003c/a\u003e doc: add Conduit (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2230\"\u003e#2230\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/ab5cadcc1bbe224b329726fc5f8b99d6f93e9805\"\u003e\u003ccode\u003eab5cadc\u003c/code\u003e\u003c/a\u003e Allow to reset the templates to the default (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2229\"\u003e#2229\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4ba5566f5704a9c0d205e1ef3efc4896156d33fa\"\u003e\u003ccode\u003e4ba5566\u003c/code\u003e\u003c/a\u003e fix(bash): nounset unbound file filter variable on empty extension (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2228\"\u003e#2228\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/41b26ec8bb59dfba580f722201bf371c4f5703dd\"\u003e\u003ccode\u003e41b26ec\u003c/code\u003e\u003c/a\u003e Print ActiveHelp for bash along other completions (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2076\"\u003e#2076\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.8.0...v1.9.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/zap` from 1.26.0 to 1.27.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/zap/releases\"\u003ego.uber.org/zap's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.27.0\u003c/h2\u003e\n\u003cp\u003eEnhancements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e[]: Add \u003ccode\u003eWithLazy\u003c/code\u003e method for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e[]: zaptest: Add \u003ccode\u003eNewTestingWriter\u003c/code\u003e for customizing TestingWriter with more flexibility than \u003ccode\u003eNewLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e[]: Add \u003ccode\u003eLog\u003c/code\u003e, \u003ccode\u003eLogw\u003c/code\u003e, \u003ccode\u003eLogln\u003c/code\u003e methods for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e[]: Add \u003ccode\u003eWithPanicHook\u003c/code\u003e option for testing panic logs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThanks to \u003ca href=\"https://github.com/defval\"\u003e\u003ccode\u003e@​defval\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/dimmo\"\u003e\u003ccode\u003e@​dimmo\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/arxeiss\"\u003e\u003ccode\u003e@​arxeiss\u003c/code\u003e\u003c/a\u003e, and \u003ca href=\"https://github.com/MKrupauskas\"\u003e\u003ccode\u003e@​MKrupauskas\u003c/code\u003e\u003c/a\u003e for their contributions to this release.\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1378\"\u003euber-go/zap#1378\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1399\"\u003euber-go/zap#1399\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1406\"\u003euber-go/zap#1406\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1416\"\u003euber-go/zap#1416\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/zap/blob/master/CHANGELOG.md\"\u003ego.uber.org/zap's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.27.0 (20 Feb 2024)\u003c/h2\u003e\n\u003cp\u003eEnhancements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e[]: Add \u003ccode\u003eWithLazy\u003c/code\u003e method for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e[]: zaptest: Add \u003ccode\u003eNewTestingWriter\u003c/code\u003e for customizing TestingWriter with more flexibility than \u003ccode\u003eNewLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e[]: Add \u003ccode\u003eLog\u003c/code\u003e, \u003ccode\u003eLogw\u003c/code\u003e, \u003ccode\u003eLogln\u003c/code\u003e methods for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e[]: Add \u003ccode\u003eWithPanicHook\u003c/code\u003e option for testing panic logs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThanks to \u003ca href=\"https://github.com/defval\"\u003e\u003ccode\u003e@​defval\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/dimmo\"\u003e\u003ccode\u003e@​dimmo\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/arxeiss\"\u003e\u003ccode\u003e@​arxeiss\u003c/code\u003e\u003c/a\u003e, and \u003ca href=\"https://github.com/MKrupauskas\"\u003e\u003ccode\u003e@​MKrupauskas\u003c/code\u003e\u003c/a\u003e for their contributions to this release.\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1378\"\u003euber-go/zap#1378\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1399\"\u003euber-go/zap#1399\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1406\"\u003euber-go/zap#1406\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1416\"\u003euber-go/zap#1416\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/fcf8ee58669e358bbd6460bef5c2ee7a53c0803a\"\u003e\u003ccode\u003efcf8ee5\u003c/code\u003e\u003c/a\u003e Release v1.27.0 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/e5a56ee593d51f611de3a73cf3140f1c1927d68e\"\u003e\u003ccode\u003ee5a56ee\u003c/code\u003e\u003c/a\u003e Add WithPanicHook logger option for panic log tests (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/0e2aa4e0412dfb49d87f9ec96b47c8296189cfa3\"\u003e\u003ccode\u003e0e2aa4e\u003c/code\u003e\u003c/a\u003e assets: Fix logo color profile (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/956a21c19cf77ea7a78f9f08ca44b6f77f95053a\"\u003e\u003ccode\u003e956a21c\u003c/code\u003e\u003c/a\u003e Add methods for logging with level as argument (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/2a893f61347ef844d78dcb4ad3b454ee11ae7641\"\u003e\u003ccode\u003e2a893f6\u003c/code\u003e\u003c/a\u003e build(deps): bump golangci/golangci-lint-action from 3 to 4 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/e5745d6095ecc2497281569e8713835f2c4a029f\"\u003e\u003ccode\u003ee5745d6\u003c/code\u003e\u003c/a\u003e ci: Test with Go 1.22 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/7db06bc9b095571d3dc3d4eebdfbe4dd9bd20405\"\u003e\u003ccode\u003e7db06bc\u003c/code\u003e\u003c/a\u003e zapslog: rename Option to HandlerOption (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1411\"\u003e#1411\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/35ded09102db8ce0b2eba3e87f54ba6ce14f2359\"\u003e\u003ccode\u003e35ded09\u003c/code\u003e\u003c/a\u003e zapslog: fix all with slogtest, support inline group, ignore empty group. (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/27b96e378909082d0bf2f0c5802a9f648150fe98\"\u003e\u003ccode\u003e27b96e3\u003c/code\u003e\u003c/a\u003e Make zaptest.NewTestingWriter public (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/70f61bb342203a50f8192b05f7faf40a0f809a91\"\u003e\u003ccode\u003e70f61bb\u003c/code\u003e\u003c/a\u003e zapslog: Bump zap from v1.24.0 to v1.26.0 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/1f71342c1ee78c126bcb69cd26ed8c2be7e016b3\"\u003e\u003ccode\u003e1f71342\u003c/code\u003e\u003c/a\u003e update deps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/4503567acadfc8967131e7708f241b77589eb28b\"\u003e\u003ccode\u003e4503567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/73\"\u003e#73\u003c/a\u003e from whereswaldon/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/40e70a5010a4844b4c1030a31cebdd52b2e96589\"\u003e\u003ccode\u003e40e70a5\u003c/code\u003e\u003c/a\u003e [Windows] harden system DLL loading\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/603fb50de6b0dcd39ea6d96d9dad3477465519a4\"\u003e\u003ccode\u003e603fb50\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/71\"\u003e#71\u003c/a\u003e from hymkor/fork-20241118\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/664d917a3c0d89f11f7ded4642562bddb926a2b9\"\u003e\u003ccode\u003e664d917\u003c/code\u003e\u003c/a\u003e Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/2b733b5d5ca7f3959b874da32dd775822a35a1a2\"\u003e\u003ccode\u003e2b733b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/69\"\u003e#69\u003c/a\u003e from dolmen-go/merge-appengine-into-others\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/9473000136fc36f73d0784b0bc040888509a1fca\"\u003e\u003ccode\u003e9473000\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/68\"\u003e#68\u003c/a\u003e from dolmen-go/do-not-expose-Windows-Writer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/3cc8472a2a21fcdd78c18d6a718d3b0bec3f789f\"\u003e\u003ccode\u003e3cc8472\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/67\"\u003e#67\u003c/a\u003e from dolmen-go/ci-go1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/d9a68d594368e217e6261d4d830d0d64183466d6\"\u003e\u003ccode\u003ed9a68d5\u003c/code\u003e\u003c/a\u003e Merge colorable_appengine.go into colorable_others.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/8e4a944b81b5e985b5a66e8e614c1755d1269747\"\u003e\u003ccode\u003e8e4a944\u003c/code\u003e\u003c/a\u003e Windows: do not export Writer\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-colorable/compare/v0.1.13...v0.1.14\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/rivo/uniseg` from 0.4.4 to 0.4.7\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/03509a98a092b522b2ff0de13e53513d18b3b837\"\u003e\u003ccode\u003e03509a9\u003c/code\u003e\u003c/a\u003e Fixed wrong width calculation for variation selectors combined with regular c...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/601bbb3750c2ab13fb449eaf6f97cab4036b5043\"\u003e\u003ccode\u003e601bbb3\u003c/code\u003e\u003c/a\u003e Clarified some performance statements.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/f302f7fdc43bf9489093294e5476b16b60b97517\"\u003e\u003ccode\u003ef302f7f\u003c/code\u003e\u003c/a\u003e Clarifications and improvements in the package documentation.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/0b9a92418f4b39f85888e0704118fed7c2d36fe9\"\u003e\u003ccode\u003e0b9a924\u003c/code\u003e\u003c/a\u003e Improved performance by using switch statements instead of maps for state tra...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/e258aa188603c0cba9bfc410088a8d754557aa5e\"\u003e\u003ccode\u003ee258aa1\u003c/code\u003e\u003c/a\u003e Switched from transition map to switch statement to improve performance.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/b74d4dcb2a8c8cb4cef9040f1960f556ca7d80a2\"\u003e\u003ccode\u003eb74d4dc\u003c/code\u003e\u003c/a\u003e Some performance improvements by fast-tracking property search on ASCII chara...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/97691fc6a37d466307f1fb8de27b7dc71be28a1c\"\u003e\u003ccode\u003e97691fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/rivo/uniseg/issues/47\"\u003e#47\u003c/a\u003e from junegunn/eastasian-ambiguous\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/1f39ebcfad85753ef4c543645bbd6235ea2672f9\"\u003e\u003ccode\u003e1f39ebc\u003c/code\u003e\u003c/a\u003e Add comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/272e3f06671f1e84c92b501e371feb57283d88a4\"\u003e\u003ccode\u003e272e3f0\u003c/code\u003e\u003c/a\u003e Allow configuring the width of East Asian ambiguous width characters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/3628fa14e3cd43899a3277293c4049e42511b597\"\u003e\u003ccode\u003e3628fa1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/rivo/uniseg/issues/42\"\u003e#42\u003c/a\u003e from meowgorithm/unicode-v15.0.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/rivo/uniseg/compare/v0.4.4...v0.4.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/pflag` from 1.0.5 to 1.0.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/pflag/releases\"\u003egithub.com/spf13/pflag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd exported functions to preserve \u003ccode\u003epkg/flag\u003c/code\u003e compatibility by \u003ca href=\"https://github.com/mckern\"\u003e\u003ccode\u003e@​mckern\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/220\"\u003espf13/pflag#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eremove dead code for checking error nil by \u003ca href=\"https://github.com/yashbhutwala\"\u003e\u003ccode\u003e@​yashbhutwala\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/282\"\u003espf13/pflag#282\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd IPNetSlice and unit tests by \u003ca href=\"https://github.com/rpothier\"\u003e\u003ccode\u003e@​rpothier\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/170\"\u003espf13/pflag#170\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eallow for blank ip addresses by \u003ca href=\"https://github.com/duhruh\"\u003e\u003ccode\u003e@​duhruh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/316\"\u003espf13/pflag#316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd github actions by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/419\"\u003espf13/pflag#419\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mckern\"\u003e\u003ccode\u003e@​mckern\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/220\"\u003espf13/pflag#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashbhutwala\"\u003e\u003ccode\u003e@​yashbhutwala\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/282\"\u003espf13/pflag#282\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rpothier\"\u003e\u003ccode\u003e@​rpothier\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/170\"\u003espf13/pflag#170\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/duhruh\"\u003e\u003ccode\u003e@​duhruh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/316\"\u003espf13/pflag#316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/419\"\u003espf13/pflag#419\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\"\u003ehttps://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/5ca813443bd2a4d9f46a253ea0407d23b3790713\"\u003e\u003ccode\u003e5ca8134\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/spf13/pflag/issues/419\"\u003e#419\u003c/a\u003e from spf13/ci\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/100ab0eb250792014fc1594d94f7fb5c5f0dee37\"\u003e\u003ccode\u003e100ab0e\u003c/code\u003e\u003c/a\u003e disable unsupported dependency graph for now\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/a0f4ddd9fe01ac8fece07be6e3f3ae5dcd7ceec0\"\u003e\u003ccode\u003ea0f4ddd\u003c/code\u003e\u003c/a\u003e fix govet\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/f48cbd1964b57ff7c17e2f233feb49c03efe6417\"\u003e\u003ccode\u003ef48cbd1\u003c/code\u003e\u003c/a\u003e add github actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/d5e0c0615acee7028e1e2740a11102313be88de1\"\u003e\u003ccode\u003ed5e0c06\u003c/code\u003e\u003c/a\u003e allow for blank ip addresses (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/316\"\u003e#316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/85dd5c8bc61cfa382fecd072378089d4e856579d\"\u003e\u003ccode\u003e85dd5c8\u003c/code\u003e\u003c/a\u003e Add IPNetSlice and unit tests (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/170\"\u003e#170\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/6971c29c4a22981adeaee7f4b437c0cffe08c031\"\u003e\u003ccode\u003e6971c29\u003c/code\u003e\u003c/a\u003e remove dead code for checking error nil (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/282\"\u003e#282\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/81378bbcd8a1005f72b1e8d7579e5dd7b2d612ab\"\u003e\u003ccode\u003e81378bb\u003c/code\u003e\u003c/a\u003e Add exported functions to preserve \u003ccode\u003epkg/flag\u003c/code\u003e compatibility (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/220\"\u003e#220\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/multierr` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sys` from 0.15.0 to 0.29.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/d4ac05dc8c4c953ec29cae3df56c0833f4010763\"\u003e\u003ccode\u003ed4ac05d\u003c/code\u003e\u003c/a\u003e windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/680bd24a5f379f8bd7b015f25e94865905dd8b34\"\u003e\u003ccode\u003e680bd24\u003c/code\u003e\u003c/a\u003e windows: remove unused errString type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/a7f19e9c2041d17119bde681964de7f560cf41c0\"\u003e\u003ccode\u003ea7f19e9\u003c/code\u003e\u003c/a\u003e unix: add Dup3 on dragonfly\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/fe16172d1123f5350a8c5585395465de6866de4c\"\u003e\u003ccode\u003efe16172\u003c/code\u003e\u003c/a\u003e unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/0a57dbcf35b2b0a3288884251b763684d3748e39\"\u003e\u003ccode\u003e0a57dbc\u003c/code\u003e\u003c/a\u003e unix: update to kernel Linux 6.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/3cf1e67d0c949e8e6da575b9a2ff8b09ac17d9c1\"\u003e\u003ccode\u003e3cf1e67\u003c/code\u003e\u003c/a\u003e unix: don't fail TestPpoll on EINTR\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/d2cea7095ffebfecd082483022e0e13400ecf0d8\"\u003e\u003ccode\u003ed2cea70\u003c/code\u003e\u003c/a\u003e windows: add functions to get named pipe process IDs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/a13946c675ce76b00da8b04680749446c36d55a5\"\u003e\u003ccode\u003ea13946c\u003c/code\u003e\u003c/a\u003e windows: regenerate zsyscall_windows.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/e0753d46944376af67385bb4c7c419d13967bcd9\"\u003e\u003ccode\u003ee0753d4\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/c29efe38de3592b9ec11d314613d7a63126cddbf\"\u003e\u003ccode\u003ec29efe3\u003c/code\u003e\u003c/a\u003e windows: add iphlpapi functions for change notifications\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sys/compare/v0.15.0...v0.29.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.15.0 to 0.28.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/40b02d69cd8f2efc8aeb262071f74fb4319b6661\"\u003e\u003ccode\u003e40b02d6\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/442846aa8d80ebae61e0c2c58e041b92b9b33dc4\"\u003e\u003ccode\u003e442846a\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/b725e362a8129d135cfc48159c4c4117f2cdc3b6\"\u003e\u003ccode\u003eb725e36\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/54df7da90da86330bfdf9c8d1b1f0711d906e64f\"\u003e\u003ccode\u003e54df7da\u003c/code\u003e\u003c/a\u003e README: don't recommend go get\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/9d5441ab55ca2ec4afd8611a45a4bb5c5a957d32\"\u003e\u003ccode\u003e9d5441a\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/2f7b0dd7437f43f64ee482c4f85280a4ddad94ed\"\u003e\u003ccode\u003e2f7b0dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/f867b7695b98cb86bbc9568bc1b5a0d015fffbd4\"\u003e\u003ccode\u003ef867b76\u003c/code\u003e\u003c/a\u003e x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/d59895469ac1327e92a3ee0ecb6dd868315fcd74\"\u003e\u003ccode\u003ed598954\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/d4346f0be292b658f9757739afbafc1882d1b78c\"\u003e\u003ccode\u003ed4346f0\u003c/code\u003e\u003c/a\u003e LICENSE: update per Google Legal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/c976cb1d70cf59933953bec8a47c867e343c9eac\"\u003e\u003ccode\u003ec976cb1\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/term/compare/v0.15.0...v0.28.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dacrab/craftops/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fcraftops/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"},{"uuid":"3329280587","node_id":"PR_kwDOFFptbs6kCRMw","number":44,"state":"open","title":"chore(deps): bump the minor-updates group across 1 directory with 43 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-18T06:00:36.000Z","updated_at":"2025-08-18T06:00:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":43,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.38.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.31.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.87.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.65.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.7"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 20 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.38.0` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.31.0` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.87.0` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.65.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.7` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.38.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.38.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.31.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3\"\u003e\u003ccode\u003e2f44586\u003c/code\u003e\u003c/a\u003e Release 2024-09-20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6\"\u003e\u003ccode\u003e22d0876\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a\"\u003e\u003ccode\u003e5454ab9\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612\"\u003e\u003ccode\u003e06150d9\u003c/code\u003e\u003c/a\u003e add tracing and metrics support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798\"\u003e#2798\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000\"\u003e\u003ccode\u003e18f7b40\u003c/code\u003e\u003c/a\u003e Release 2024-09-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d\"\u003e\u003ccode\u003ee91c9c4\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629\"\u003e\u003ccode\u003e6df0a09\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/98ae6886ccefe00db38a3088e273e524abf3b196\"\u003e\u003ccode\u003e98ae688\u003c/code\u003e\u003c/a\u003e Release 2024-09-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/222928c4e7cc17d406f6c24f2e69b6747e29d43e\"\u003e\u003ccode\u003e222928c\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/887c4de750c99c575f37828f1a646cefadfc4aa7\"\u003e\u003ccode\u003e887c4de\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.31.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.87.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.87.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.65.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.65.0\u003c/h2\u003e\n\u003ch2\u003e‼️ ⚠️ backwards incompatibility! ⚠️ ‼️\u003c/h2\u003e\n\u003cp\u003eIn this version of fasthttp, headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRewrite header parsing to improve spec compliance by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2030\"\u003evalyala/fasthttp#2030\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSimplify Client.Do function and lock usage by \u003ca href=\"https://github.com/byte0o\"\u003e\u003ccode\u003e@​byte0o\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2038\"\u003evalyala/fasthttp#2038\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump securego/gosec from 2.22.5 to 2.22.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2039\"\u003evalyala/fasthttp#2039\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix trailer security by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2043\"\u003evalyala/fasthttp#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix RequestHeader.ContentLength() if disableSpecialHeader is true by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2042\"\u003evalyala/fasthttp#2042\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd reuseport support for Solaris by \u003ca href=\"https://github.com/jwntree\"\u003e\u003ccode\u003e@​jwntree\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2046\"\u003evalyala/fasthttp#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etest: replace atomic operations with atomic types by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2048\"\u003evalyala/fasthttp#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2049\"\u003evalyala/fasthttp#2049\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eOptimize fs to have 0 allocations by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2052\"\u003evalyala/fasthttp#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2055\"\u003evalyala/fasthttp#2055\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jwntree\"\u003e\u003ccode\u003e@​jwntree\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2046\"\u003evalyala/fasthttp#2046\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/f9d84d7c5242423b3ddac7ce6c671ff817274296\"\u003e\u003ccode\u003ef9d84d7\u003c/code\u003e\u003c/a\u003e Rewrite header parsing to improve spec compliance (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2030\"\u003e#2030\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/89010cb2c614d1b0454440ffd4fe54e9d08505b4\"\u003e\u003ccode\u003e89010cb\u003c/code\u003e\u003c/a\u003e chore(deps): bump actions/checkout from 4 to 5 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2055\"\u003e#2055\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/1828bd4eee29b489a516b8c01446e621b3a6953e\"\u003e\u003ccode\u003e1828bd4\u003c/code\u003e\u003c/a\u003e Optimize fs to have 0 allocations (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2052\"\u003e#2052\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/81ebee8c79ae193cb2e30ed2b326ece3681278a8\"\u003e\u003ccode\u003e81ebee8\u003c/code\u003e\u003c/a\u003e Fix PeekKeys()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/c20414a496d520c50299276aab29b43261e54d7c\"\u003e\u003ccode\u003ec20414a\u003c/code\u003e\u003c/a\u003e Remove BenchmarkCoarseTimeNow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/3f641c3246225546dc80ffbdffaafb7ac38e4b82\"\u003e\u003ccode\u003e3f641c3\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2049\"\u003e#2049\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/51b494732003f551d59bf466e3927d9986f96eae\"\u003e\u003ccode\u003e51b4947\u003c/code\u003e\u003c/a\u003e test: replace atomic operations with atomic types (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/1d8fe19359b6f308806a2773713bfde7f13ddf29\"\u003e\u003ccode\u003e1d8fe19\u003c/code\u003e\u003c/a\u003e Add reuseport support for Solaris (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/01d533ad1561d9f2b8878f14e2267e12fc37db1a\"\u003e\u003ccode\u003e01d533a\u003c/code\u003e\u003c/a\u003e Fix RequestHeader.ContentLength() if disableSpecialHeader is true (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2042\"\u003e#2042\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a1c842f19eda39be4b4a60b9d5989aa41e0ba166\"\u003e\u003ccode\u003ea1c842f\u003c/code\u003e\u003c/a\u003e Fix trailer security (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.65.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.34.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a\"\u003e\u003ccode\u003ea35244d\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348\"\u003e\u003ccode\u003e4f53e0c\u003c/code\u003e\u003c/a\u003e term: allow multi-line bracketed paste to not create single line with verbati...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c\"\u003e\u003ccode\u003e27f29d8\u003c/code\u003e\u003c/a\u003e term: remove duplicate flag and add comment on windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.34.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.28.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/425d715b4a85c7698cedf621412bb53794cbda53\"\u003e\u003ccode\u003e425d715\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.28.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.4\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-12-02)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/appsync/CHANGELOG.md#v1170-2022-12-02\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. \u0026quot;/v1/dataplane-evaluatecode\u0026quot;).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ecs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/ecs/CHANGELOG.md#v1201-2022-12-02\"\u003ev1.20.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Amazon ECS\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fms\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/fms/CHANGELOG.md#v1210-2022-12-02\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/mediaconvert/CHANGELOG.md#v1280-2022-12-02\"\u003ev1.28.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/medialive\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/medialive/CHANGELOG.md#v1250-2022-12-02\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updates to Event Signaling and Management (ESAM) API and documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/polly/CHANGELOG.md#v1210-2022-12-02\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add language code for Finnish (fi-FI)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/proton\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/proton/CHANGELOG.md#v1180-2022-12-02\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CreateEnvironmentAccountConnection RoleArn input is now optional\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshiftserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/redshiftserverless/CHANGELOG.md#v130-2022-12-02\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sns\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/sns/CHANGELOG.md#v1187-2022-12-02\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-12-01)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codecatalyst\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/codecatalyst/CHANGELOG.md#v100-2022-12-01\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/comprehend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/comprehend/CHANGELOG.md#v1200-2022-12-01\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/gamelift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/gamelift/CHANGELOG.md#v1160-2022-12-01\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/pipes\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/pipes/CHANGELOG.md#v100-2022-12-01\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sfn\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/sfn/CHANGELOG.md#v1160-2022-12-01\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-30)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/accessanalyzer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/accessanalyzer/CHANGELOG.md#v1180-2022-11-30\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/athena\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/athena/CHANGELOG.md#v1200-2022-11-30\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release includes support for using Apache Spark in Amazon Athena.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dataexchange\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/dataexchange/CHANGELOG.md#v1170-2022-11-30\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/93c3f1871b862d743e0bd2e2e7180246df3a9212\"\u003e\u003ccode\u003e93c3f18\u003c/code\u003e\u003c/a\u003e Release 2022-12-02\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7254028f8bc89095326d9e3657fdbc98b98cca94\"\u003e\u003ccode\u003e7254028\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f43ad83db1b3da1c2ea37857524148c91189cb4c\"\u003e\u003ccode\u003ef43ad83\u003c/code\u003e\u003c/a\u003e Update SDK's smithy-go dependency to v1.13.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77d257ee120e67d45a5de6f0d6478f313a21b92a\"\u003e\u003ccode\u003e77d257e\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/779e29ff5a4bcebe1ab7088ab12c4c95ce06f8aa\"\u003e\u003ccode\u003e779e29f\u003c/code\u003e\u003c/a\u003e Release 2022-12-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f64d7d2b0a0033996b32ba9e1b18e5a923452b84\"\u003e\u003ccode\u003ef64d7d2\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9bc59f75ee4683ca886c3d701b49bb81db2efd4d\"\u003e\u003ccode\u003e9bc59f7\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d9c18aa2bdd4c237a4919452f58e29c20ba484cc\"\u003e\u003ccode\u003ed9c18aa\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0259b169b753daf77ad332c680a9ad1e3f56753d\"\u003e\u003ccode\u003e0259b16\u003c/code\u003e\u003c/a\u003e Release 2022-11-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ee0277f1abad4856afc13ced2bfb90a43dbd9d34\"\u003e\u003ccode\u003eee0277f\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-22)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/appflow/CHANGELOG.md#v1210-2022-11-22\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/kinesisanalyticsv2/CHANGELOG.md#v1150-2022-11-22\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for Apache Flink 1.15 in Kinesis Data Analytics.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-21)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/route53\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/route53/CHANGELOG.md#v1250-2022-11-21\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-18.2)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmsap\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/ssmsap/CHANGELOG.md#v101-2022-11-182\"\u003ev1.0.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Removes old model file for ssm sap and uses the new model file to regenerate client\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-18)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/appflow/CHANGELOG.md#v1200-2022-11-18\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/auditmanager/CHANGELOG.md#v1210-2022-11-18\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chimesdkvoice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/chimesdkvoice/CHANGELOG.md#v100-2022-11-18\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See \u003ca href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\"\u003ehttps://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\u003c/a\u003e for more details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/cloudfront/CHANGELOG.md#v1210-2022-11-18\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudFront API support for staging distributions and associated traffic management policies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/connect/CHANGELOG.md#v1380-2022-11-18\"\u003ev1.38.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/dynamodb/CHANGELOG.md#v1176-2022-11-18\"\u003ev1.17.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated minor fixes for DynamoDB documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/dynamodbstreams/CHANGELOG.md#v11325-2022-11-18\"\u003ev1.13.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated minor fixes for DynamoDB documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/ec2/CHANGELOG.md#v1720-2022-11-18\"\u003ev1.72.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for copying an Amazon Machine Image's tags when copying an AMI.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/glue/CHANGELOG.md#v1350-2022-11-18\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/iotroborunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/iotroborunner/CHANGELOG.md#v100-2022-11-18\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7a32d707aff708a14e7e39927930a1fb2a3bd6f7\"\u003e\u003ccode\u003e7a32d70\u003c/code\u003e\u003c/a\u003e Release 2022-11-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0242bd53d7d653d5af25cb046b4e5cdd9085388d\"\u003e\u003ccode\u003e0242bd5\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/350cc3eb4e1b8bf3e3bd731deb5b43b092d3ac54\"\u003e\u003ccode\u003e350cc3e\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a227ddc7773d739b0cc40d576303d13415c49fbc\"\u003e\u003ccode\u003ea227ddc\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/bec5c47e6039349d12ba39e33261630f90dfdd13\"\u003e\u003ccode\u003ebec5c47\u003c/code\u003e\u003c/a\u003e Release 2022-11-21\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0438d8f026b481eb3217b2d0012b28832ec529d0\"\u003e\u003ccode\u003e0438d8f\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1ec853e23add4a10d313e23b08848ace880c1129\"\u003e\u003ccode\u003e1ec853e\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b30f43183cc4c83d8ab6bde0c28256999a442c4b\"\u003e\u003ccode\u003eb30f431\u003c/code\u003e\u003c/a\u003e Release 2022-11-18.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4fadedce965266b4132b5f9040ede78897e40edd\"\u003e\u003ccode\u003e4fadedc\u003c/code\u003e\u003c/a\u003e Adding changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14ebfbd6f287d16eb1afdad9e1248bd108e70d56\"\u003e\u003ccode\u003e14ebfbd\u003c/code\u003e\u003c/a\u003e Remove old model files for ssm map.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...config/v1.18.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-02-20)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.17.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: fix int overflow bug on 32 bit architecture\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/auditmanager/CHANGELOG.md#v1240-2023-02-20\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/connect/CHANGELOG.md#v1470-2023-02-20\"\u003ev1.47.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Reasons for failed diff has been approved by SDK Reviewer\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/apprunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/apprunner/CHANGELOG.md#v1170-2023-02-17\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release supports removing MaxSize limit for AutoScalingConfiguration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/glue/CHANGELOG.md#v1430-2023-02-17\"\u003ev1.43.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Release of Delta Lake Data Lake Format for Glue Studio Service\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-16)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emr\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/emr/CHANGELOG.md#v1230-2023-02-16\"\u003ev1.23.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/grafana\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/grafana/CHANGELOG.md#v1120-2023-02-16\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/ivs/CHANGELOG.md#v1203-2023-02-16\"\u003ev1.20.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Doc-only update. Updated text description in DeleteChannel, Stream, and StreamSummary.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/wafv2/CHANGELOG.md#v1251-2023-02-16\"\u003ev1.25.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-15)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/accessanalyzer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/accessanalyzer/CHANGELOG.md#v1193-2023-02-15\"\u003ev1.19.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Correct error type parsing for restJson services.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/account\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/account/CHANGELOG.md#v191-2023-02-15\"\u003ev1.9.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Correct error type parsing for restJson services.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/acm\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/acm/CHANGELOG.md#v1173-2023-02-15\"\u003ev1.17.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b1af56e48042111f0c367b639faaf87ba9bd3001\"\u003e\u003ccode\u003eb1af56e\u003c/code\u003e\u003c/a\u003e Release 2023-02-20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4f504d9665de5f649db0b1d8b43da091f01fb6d7\"\u003e\u003ccode\u003e4f504d9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c6191ffa5f47a5cacf09880387f69d96963b9a21\"\u003e\u003ccode\u003ec6191ff\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8e6fa271cad1a3e18bd04bacdea8d8dc170115ca\"\u003e\u003ccode\u003e8e6fa27\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2026\"\u003e#2026\u003c/a\u003e from aws/firstissue\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9af2842ca9258238ee5f72d85e5d61b12c4a7737\"\u003e\u003ccode\u003e9af2842\u003c/code\u003e\u003c/a\u003e Don't skip anonymous (embedded) fields with named tags (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2022\"\u003e#2022\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1ca1e1831b92e691f1c1d35204f914740ed1345e\"\u003e\u003ccode\u003e1ca1e18\u003c/code\u003e\u003c/a\u003e add changelog entry\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b19c337948f9867adb6295106bc13474c9ad6f6f\"\u003e\u003ccode\u003eb19c337\u003c/code\u003e\u003c/a\u003e fix int overflow on 32 bit architecture\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/50d82a9979e506d66de709e10c053d576a069ce7\"\u003e\u003ccode\u003e50d82a9\u003c/code\u003e\u003c/a\u003e Release 2023-02-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/19dc3750fd7698c2aeb98a15b8e3e1be1d4f9e6a\"\u003e\u003ccode\u003e19dc375\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8fe3523a2c614a4fc173910cd044b9826e336ecc\"\u003e\u003ccode\u003e8fe3523\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...service/m2/v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.3\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-02-20)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.17.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: fix int overflow bug on 32 bit architecture\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/auditmanager/CHANGELOG.md#v1240-2023-02-20\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/connect/CHANGELOG.md#v1470-2023-02-20\"\u003ev1.47.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Reasons for failed diff has been approved by SDK Reviewer\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/apprunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/apprunner/CHANGELOG.md#v1170-2023-02-17\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release supports removing MaxSize limit for AutoScalingConfiguration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/glue/CHANGELOG.md#v1430-2023-02-17\"\u003ev1.43.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Release of Delta Lake Data Lake Format for Glue Studio Service\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-16)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emr\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/emr/CHANGELOG.md#v1230-2023-02-16\"\u003ev1.23.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/grafana\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/grafana/CHANGELOG.md#v1120-2023-02-16\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you t...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"},{"uuid":"3287717574","node_id":"PR_kwDOFFptbs6h6cJ5","number":39,"state":"closed","title":"chore(deps): bump the minor-updates group across 1 directory with 44 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2025-08-18T03:46:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-04T01:09:49.000Z","updated_at":"2025-08-18T03:46:46.000Z","time_to_close":1219017,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":44,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.37.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.30.2","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.85.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.64.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 19 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.37.1` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.30.2` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.85.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.37.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.37.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.30.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/383fd26928547348efed0ee1f8914d9e7a1b0287\"\u003e\u003ccode\u003e383fd26\u003c/code\u003e\u003c/a\u003e Release 2024-07-10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4a055f9d9e17eb7ef2206e8e37ba98d661d13e6a\"\u003e\u003ccode\u003e4a055f9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e3457953351e6993f57f5ab8e373af8af70be45b\"\u003e\u003ccode\u003ee345795\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/52a10ac239cc1aab2d070fbb004f6445ca0ddcc0\"\u003e\u003ccode\u003e52a10ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/adab0de9e4ae75aee4f894c99fd1e2ce2de0035e\"\u003e\u003ccode\u003eadab0de\u003c/code\u003e\u003c/a\u003e remove unused jmespath dependency from main module (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2707\"\u003e#2707\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0e07cc82b25692dce8f68e0b5bd0d0c5cdbcd279\"\u003e\u003ccode\u003e0e07cc8\u003c/code\u003e\u003c/a\u003e Release 2024-07-09\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e3583451cd8a91dbca2cc22672c2cfa0c7860cf\"\u003e\u003ccode\u003e5e35834\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a2a28a1eec2a1b6f12f813e4900430a9cc79b6c2\"\u003e\u003ccode\u003ea2a28a1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f5489732257180b7c19456abb050214c2f5cac26\"\u003e\u003ccode\u003ef548973\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e7aad565a65dab9b37da7b49c1c79a699c49d85e\"\u003e\u003ccode\u003ee7aad56\u003c/code\u003e\u003c/a\u003e Release 2024-07-08\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.30.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.85.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.85.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.64.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/b1a54c8de5720d048bc2cc9aef47903bda171a9e\"\u003e\u003ccode\u003eb1a54c8\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2035\"\u003e#2035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/7ac856f71f3b3f8a0df682af0d3d09c88bf0519b\"\u003e\u003ccode\u003e7ac856f\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2036\"\u003e#2036\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/2a917b661a90127b84796d80fc30d4e70845ecfa\"\u003e\u003ccode\u003e2a917b6\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2034\"\u003e#2034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a3c9dab7573946aa0afcee62d94fbfb58e3c4c2c\"\u003e\u003ccode\u003ea3c9dab\u003c/code\u003e\u003c/a\u003e Add warning for deprecated newline separator (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2031\"\u003e#2031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/eb1f908d9764ef1a355bab13ed83ce7cfc5e793e\"\u003e\u003ccode\u003eeb1f908\u003c/code\u003e\u003c/a\u003e refact: eliminate duplication in Request/Response via struct embedding (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2027\"\u003e#2027\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.33.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.33.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.27.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.2\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/amplify/CHANGELOG.md#v1120-2022-11-17\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appflow/CHANGELOG.md#v1190-2022-11-17\"\u003ev1.19.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appsync/CHANGELOG.md#v1160-2022-11-17\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/databasemigrationservice/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ec2/CHANGELOG.md#v1710-2022-11-17\"\u003ev1.71.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new optional parameter \u0026quot;privateIpAddress\u0026quot; for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/elasticloadbalancingv2/CHANGELOG.md#v11825-2022-11-17\"\u003ev1.18.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emrserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/emrserverless/CHANGELOG.md#v140-2022-11-17\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivschat\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ivschat/CHANGELOG.md#v110-2022-11-17\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lambda\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/lambda/CHANGELOG.md#v1250-2022-11-17\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Node 18 (nodejs18.x) support to AWS Lambda.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/personalize\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/personalize/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides support for creation and use of metric attributions in AWS Personalize\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/polly/CHANGELOG.md#v1200-2022-11-17\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/rum\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/rum/CHANGELOG.md#v180-2022-11-17\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3control\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/s3control/CHANGELOG.md#v1260-2022-11-17\"\u003ev1.26.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added 34 new S3 Storage Lens metrics to support additional customer use cases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/secretsmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/secretsmanager/CHANGELOG.md#v1167-2022-11-17\"\u003ev1.16.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Secrets Manager.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/securityhub/CHANGELOG.md#v1240-2022-11-17\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added SourceLayerArn and SourceLayerHash field for security findings.  Updated AwsLambdaFunction Resource detail\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/servicecatalogappregistry/CHANGELOG.md#v1150-2022-11-17\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/sts/CHANGELOG.md#v1174-2022-11-17\"\u003ev1.17.4\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for AWS Security Token Service.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/textract\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/textract/CHANGELOG.md#v1180-2022-11-17\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/workspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/workspaces/CHANGELOG.md#v1270-2022-11-17\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-16)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c38daedb0a1e630091b485a6bf4bfa70e0d3c8d7\"\u003e\u003ccode\u003ec38daed\u003c/code\u003e\u003c/a\u003e Release 2022-11-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/81664391263eb5e42e76689f77528dede681daae\"\u003e\u003ccode\u003e8166439\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9a8dc621f42cac4f12f468c1a09b223d641fa0ed\"\u003e\u003ccode\u003e9a8dc62\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cb64cae577b688a904bd2079e2cd739fc4210072\"\u003e\u003ccode\u003ecb64cae\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/163bba00b3e3a344d5aa834393fd1644450d1828\"\u003e\u003ccode\u003e163bba0\u003c/code\u003e\u003c/a\u003e Release 2022-11-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/51ff054109df5135b16fe0ec3b3a1d46ac0cd2ce\"\u003e\u003ccode\u003e51ff054\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76bd75134bd8ae9e13aa580391da1f3ba65897a9\"\u003e\u003ccode\u003e76bd751\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/00c5ca09c5884ea7181866009102544cdb3b2e90\"\u003e\u003ccode\u003e00c5ca0\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0b04fed445a9ee5e7910ec954566343b0e40d75b\"\u003e\u003ccode\u003e0b04fed\u003c/code\u003e\u003c/a\u003e Release 2022-11-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f9c367a48d5b40c64882852bbce44d83583fcf43\"\u003e\u003ccode\u003ef9c367a\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-06-13)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudtrail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/cloudtrail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This feature allows users to view dashboards for CloudTrail Lake event data stores.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurusecurity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/codegurusecurity/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Initial release of Amazon CodeGuru Security APIs\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/drs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/drs/CHANGELOG.md#v1140-2023-06-13\"\u003ev1.14.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/ec2/CHANGELOG.md#v11000-2023-06-13\"\u003ev1.100.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/imagebuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/imagebuilder/CHANGELOG.md#v1235-2023-06-13\"\u003ev1.23.5\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lightsail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/lightsail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds pagination for the Get Certificates API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/s3/CHANGELOG.md#v1340-2023-06-13\"\u003ev1.34.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Integrate double encryption feature to SDKs.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HeadObject to return types.Nound when an object does not exist. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2084\"\u003e2084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/securityhub/CHANGELOG.md#v1330-2023-06-13\"\u003ev1.33.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add support for Security Hub Automation Rules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/simspaceweaver\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/simspaceweaver/CHANGELOG.md#v130-2023-06-13\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/verifiedpermissions\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/verifiedpermissions/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GA release of Amazon Verified Permissions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wafv2/CHANGELOG.md#v1350-2023-06-13\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wellarchitected\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wellarchitected/CHANGELOG.md#v1210-2023-06-13\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-06-12)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifyuibuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/amplifyuibuilder/CHANGELOG.md#v1110-2023-06-12\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodb/CHANGELOG.md#v1198-2023-06-12\"\u003ev1.19.8\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodbstreams/CHANGELOG.md#v11412-2023-06-12\"\u003ev1.14.12\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB Streams\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fsx\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/fsx/CHANGELOG.md#v1290-2023-06-12\"\u003ev1.29.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/opensearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/opensearch/CHANGELOG.md#v1180-2023-06-12\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for SkipUnavailable connection property for cross cluster search\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/844ff45cdc76182229ad098c95bf3f5ab8c20e9f\"\u003e\u003ccode\u003e844ff45\u003c/code\u003e\u003c/a\u003e Release 2023-06-13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cc294064366687ef764f7bb73a7b08d7222a4f28\"\u003e\u003ccode\u003ecc29406\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/aa907c6969a3d103e6659d9f098f55d13dfde232\"\u003e\u003ccode\u003eaa907c6\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f4a5607dec5b0efe12534373d24bc8885b54531\"\u003e\u003ccode\u003e2f4a560\u003c/code\u003e\u003c/a\u003e chore: typo in Retryer interface (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2148\"\u003e#2148\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ba5a08fbe430c7930ad2227785226200adecd20c\"\u003e\u003ccode\u003eba5a08f\u003c/code\u003e\u003c/a\u003e fix: S3 HeadObject NotFound error never being returned (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2139\"\u003e#2139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9fd4e02a39d0870cef2223437ca2d5daff639b17\"\u003e\u003ccode\u003e9fd4e02\u003c/code\u003e\u003c/a\u003e Release 2023-06-12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/141db3ba663afa2d9b5a72d7ebc90d9a5b39530b\"\u003e\u003ccode\u003e141db3b\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/affe75c6870dca349236b0c064cb28a03e808869\"\u003e\u003ccode\u003eaffe75c\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/91119cfccc79d2bf1f8b54d9a5f4183d4cec5333\"\u003e\u003ccode\u003e91119cf\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/59eb9433701250cba25998eb991fd722e01bde3a\"\u003e\u003ccode\u003e59eb943\u003c/code\u003e\u003c/a\u003e Release 2023-06-09\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...v1.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"},{"uuid":"2711917255","node_id":"PR_kwDOOJ11S86hpJLH","number":84,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 31 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-08-20T19:26:49.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-01T03:59:45.000Z","updated_at":"2025-08-20T19:26:49.000Z","time_to_close":1697224,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":31,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.19.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.3.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/ldez/grignotin","old_version":"0.9.0","new_version":"0.10.0","repository_url":"https://github.com/ldez/grignotin"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 11 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.19.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.3.0` |\n| [github.com/ldez/grignotin](https://github.com/ldez/grignotin) | `0.9.0` | `0.10.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/adeac8f5dbfb6806a51bcf07eefd89fc8a0aee6a\"\u003e\u003ccode\u003eadeac8f\u003c/code\u003e\u003c/a\u003e feat: WASM playground\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/484750a96fc430f49d6b69cc2a2a8b7a67691446\"\u003e\u003ccode\u003e484750a\u003c/code\u003e\u003c/a\u003e chore: add uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a5ceb288f9822b1955de579a820719e9d5a39161\"\u003e\u003ccode\u003ea5ceb28\u003c/code\u003e\u003c/a\u003e fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/cd5c4a8d02afadcd9b5c213b67c5baaef15e444d\"\u003e\u003ccode\u003ecd5c4a8\u003c/code\u003e\u003c/a\u003e docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/970eacc4957f822b03ca169cf72ed0ed464db933\"\u003e\u003ccode\u003e970eacc\u003c/code\u003e\u003c/a\u003e Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/6ffb4659a4583e296e609c8a8fa82db31159af97\"\u003e\u003ccode\u003e6ffb465\u003c/code\u003e\u003c/a\u003e chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/2c20473d3dc0e10a1a9a9d5aa714e6d00e087198\"\u003e\u003ccode\u003e2c20473\u003c/code\u003e\u003c/a\u003e Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/c803d7988d7261db3fbb5b209ac9c0f2932cc92a\"\u003e\u003ccode\u003ec803d79\u003c/code\u003e\u003c/a\u003e fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/bc608267c112833788175d1e09a54dbf1ede750c\"\u003e\u003ccode\u003ebc60826\u003c/code\u003e\u003c/a\u003e Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ffedbf45448f864136753f432103267d1ae1dab5\"\u003e\u003ccode\u003effedbf4\u003c/code\u003e\u003c/a\u003e fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1f65794d24e081c5040cd7cc0ed62e338d71b63b build(deps): bump github.com/bombsimon/wsl/v5 from 5.0.0 to 5.1.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5917\"\u003e#5917\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb1b3862d065f9dc85d883c5c11a4fa0978c599d8 build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5947\"\u003e#5947\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee36f9d40d1d2bc1665051776ec8684cb3fd1d499 build(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5933\"\u003e#5933\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef8010b0b7085d552f549da789a4abf63f0fdf7a8 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.19.1 to 0.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5932\"\u003e#5932\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b60be10c85efcb2e0334c0bef31042eb8d366d9 build(deps): bump github.com/securego/gosec/v2 from 2.22.5 to 2.22.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5950\"\u003e#5950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7cc0f9ca7a3aa5930c8bd976ef1b53d863c552d8 build(deps): bump github.com/sonatard/noctx from 0.3.4 to 0.3.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5916\"\u003e#5916\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef807e9b28216687521495c3f5af9d8fec42431ce build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5948\"\u003e#5948\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e90a403c3fd679c1064ca01d9a2520ce986c787da build(deps): bump github.com/uudashr/iface from 1.4.0 to 1.4.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5915\"\u003e#5915\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e75d4ce3e83c968dca0e0796c57109c42a1289718 build(deps): bump go-simpler.org/sloglint from 0.11.0 to 0.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5936\"\u003e#5936\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ead9d7b8aa3e64b6e0601ac30349699888469c7 build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5934\"\u003e#5934\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed3252139a8ad06e31140ac07e9b828e1ae5f10dc build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5935\"\u003e#5935\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9298bc069a0eb5eae2bd0e287fd02f98dfec998e fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5939\"\u003e#5939\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#222%5D(https://redirect.github.com/golangci/golangci-lint/issues/222)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eb2b08ace3a0f0941451caee8f8d34fb05959aba2 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.3 to 1.0.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5928\"\u003e#5928\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaaeb9a25eb3032a62784f343d095a18d8f0b1b0a build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5914\"\u003e#5914\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb0c55d28660363573984e9e76214d2136973963b build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5918\"\u003e#5918\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e466ecf2de177cb39f2e2cfe5b4f0c26b76b92d48 build(deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5927\"\u003e#5927\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e80027c4d526d2c993f513871bdcd4deb3b9702f8 build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5931\"\u003e#5931\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb86fc8038a65b82acbeadb55f88d20bedf3113b build(deps): bump the linter-testdata group across 2 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5908\"\u003e#5908\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7c8ce4674a4df792b3d54b9091f73e684a44daf2 fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5929\"\u003e#5929\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef6b5aa31704fbfe1845f0453de142fc8f0e303db godot: add noinline value into the JSONSchema (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5922\"\u003e#5922\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/364a4bbe30932b8eb1cd88d077efe1c0a9025856\"\u003e\u003ccode\u003e364a4bb\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/5b60be10c85efcb2e0334c0bef31042eb8d366d9\"\u003e\u003ccode\u003e5b60be1\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/securego/gosec/v2 from 2.22.5 to 2.22.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5950\"\u003e#5950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/efabf437c53f01aea9ae1f36d5d045bc7dddf3e0\"\u003e\u003ccode\u003eefabf43\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/f807e9b28216687521495c3f5af9d8fec42431ce\"\u003e\u003ccode\u003ef807e9b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5948\"\u003e#5948\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b1b3862d065f9dc85d883c5c11a4fa0978c599d8\"\u003e\u003ccode\u003eb1b3862\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5\"\u003e#5\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2c0fc4270e6f0e77721845388aae4a941e51c3b3\"\u003e\u003ccode\u003e2c0fc42\u003c/code\u003e\u003c/a\u003e build(deps): bump on-headers and compression in /docs (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5944\"\u003e#5944\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/9298bc069a0eb5eae2bd0e287fd02f98dfec998e\"\u003e\u003ccode\u003e9298bc0\u003c/code\u003e\u003c/a\u003e fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5939\"\u003e#5939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/75d4ce3e83c968dca0e0796c57109c42a1289718\"\u003e\u003ccode\u003e75d4ce3\u003c/code\u003e\u003c/a\u003e build(deps): bump go-simpler.org/sloglint from 0.11.0 to 0.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5936\"\u003e#5936\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/e36f9d40d1d2bc1665051776ec8684cb3fd1d499\"\u003e\u003ccode\u003ee36f9d4\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5933\"\u003e#5933\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/d3252139a8ad06e31140ac07e9b828e1ae5f10dc\"\u003e\u003ccode\u003ed325213\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5935\"\u003e#5935\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/v1.23.0/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/92\"\u003eprometheus/client_model#92\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/93\"\u003eprometheus/client_model#93\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/94\"\u003eprometheus/client_model#94\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/95\"\u003eprometheus/client_model#95\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/96\"\u003eprometheus/client_model#96\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/97\"\u003eprometheus/client_model#97\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/98\"\u003eprometheus/client_model#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/99\"\u003eprometheus/client_model#99\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/100\"\u003eprometheus/client_model#100\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/101\"\u003eprometheus/client_model#101\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/103\"\u003eprometheus/client_model#103\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate google.golang.org/protobuf to v1.35.1 by \u003ca href=\"https://github.com/beorn7\"\u003e\u003ccode\u003e@​beorn7\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/104\"\u003eprometheus/client_model#104\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/105\"\u003eprometheus/client_model#105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/106\"\u003eprometheus/client_model#106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.35.1 to 1.35.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/107\"\u003eprometheus/client_model#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/108\"\u003eprometheus/client_model#108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.35.2 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/109\"\u003eprometheus/client_model#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/110\"\u003eprometheus/client_model#110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/111\"\u003eprometheus/client_model#111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/112\"\u003eprometheus/client_model#112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.4 to 1.36.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/113\"\u003eprometheus/client_model#113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/114\"\u003eprometheus/client_model#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/115\"\u003eprometheus/client_model#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/116\"\u003eprometheus/client_model#116\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 by \u003ca href=\"https://github.com/SuperQ\"\u003e\u003ccode\u003e@​SuperQ\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/119\"\u003eprometheus/client_model#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\"\u003ehttps://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/eb136e513d419e0c31ad750922f0a6f7675c2dee\"\u003e\u003ccode\u003eeb136e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/119\"\u003e#119\u003c/a\u003e from prometheus/superq/google.golang.org/protobuf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/bf7f2ca4b601c87da3e4bf28e64c5386511a0bfc\"\u003e\u003ccode\u003ebf7f2ca\u003c/code\u003e\u003c/a\u003e Update golanci-lint to v2.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/7e9b56c6a570a6dca83ff2d2c425b6dafd7e7338\"\u003e\u003ccode\u003e7e9b56c\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.5 to 1.36.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/ef699ce1c4dd0fe87d4ed44d5457cea731ad92b0\"\u003e\u003ccode\u003eef699ce\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/116\"\u003e#116\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/bf8b12ebfaf1a573f88c60e0d8bbda7d2225ad94\"\u003e\u003ccode\u003ebf8b12e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/5b939685734c5009fb5cdbb2572cf650ec0f0147\"\u003e\u003ccode\u003e5b93968\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/115\"\u003e#115\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/ae83ddc062246f4acd9341798ad68f9488c7540c\"\u003e\u003ccode\u003eae83ddc\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/afe0b21197864688348dfd1cfd3010afd1ebb485\"\u003e\u003ccode\u003eafe0b21\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/114\"\u003e#114\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/75e1daffce92961f7ccf81f69d368aaa984ea411\"\u003e\u003ccode\u003e75e1daf\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/73608e20e866edadc15d12cf3cdb441721dd475c\"\u003e\u003ccode\u003e73608e2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/113\"\u003e#113\u003c/a\u003e from prometheus/dependabot/go_modules/google.golang.o...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/common` from 0.62.0 to 0.65.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/common/releases\"\u003egithub.com/prometheus/common's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.65.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/789\"\u003eprometheus/common#789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove otlptranslator package by \u003ca href=\"https://github.com/ArthurSens\"\u003e\u003ccode\u003e@​ArthurSens\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/791\"\u003eprometheus/common#791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat(promslog): add Level() method to get slog.Level by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/795\"\u003eprometheus/common#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Support negative duration in new function ParseDurationAllowNegative by \u003ca href=\"https://github.com/iamhalje\"\u003e\u003ccode\u003e@​iamhalje\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/793\"\u003eprometheus/common#793\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/iamhalje\"\u003e\u003ccode\u003e@​iamhalje\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/793\"\u003eprometheus/common#793\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/common/compare/v0.64.0...v0.65.0\"\u003ehttps://github.com/prometheus/common/compare/v0.64.0...v0.65.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.64.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd deprecation notice to otlptranslator by \u003ca href=\"https://github.com/ArthurSens\"\u003e\u003ccode\u003e@​ArthurSens\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/773\"\u003eprometheus/common#773\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/774\"\u003eprometheus/common#774\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/775\"\u003eprometheus/common#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Go by \u003ca href=\"https://github.com/SuperQ\"\u003e\u003ccode\u003e@​SuperQ\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/770\"\u003eprometheus/common#770\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Upgrade golangci-lint to v2 by \u003ca href=\"https://github.com/kakkoyun\"\u003e\u003ccode\u003e@​kakkoyun\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/779\"\u003eprometheus/common#779\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/777\"\u003eprometheus/common#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/776\"\u003eprometheus/common#776\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003epromslog: Use the default timezone (again) by \u003ca href=\"https://github.com/beorn7\"\u003e\u003ccode\u003e@​beorn7\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/739\"\u003eprometheus/common#739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/787\"\u003eprometheus/common#787\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/784\"\u003eprometheus/common#784\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/785\"\u003eprometheus/common#785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/786\"\u003eprometheus/common#786\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor(promslog): make \u003ccode\u003eNewNopLogger()\u003c/code\u003e wrapper around \u003ccode\u003eNew()\u003c/code\u003e by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/783\"\u003eprometheus/common#783\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/788\"\u003eprometheus/common#788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kakkoyun\"\u003e\u003ccode\u003e@​kakkoyun\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/779\"\u003eprometheus/common#779\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/common/compare/v0.63.0...v0.64.0\"\u003ehttps://github.com/prometheus/common/compare/v0.63.0...v0.64.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.63.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMaking the map a public variable for promtheus-operator by \u003ca href=\"https://github.com/dongjiang1989\"\u003e\u003ccode\u003e@​dongjiang1989\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/741\"\u003eprometheus/common#741\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esetup ossf scorecard and codeql workflows by \u003ca href=\"https://github.com/mmorel-35\"\u003e\u003ccode\u003e@​mmorel-35\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/564\"\u003eprometheus/common#564\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat(promslog): implement reserved keys, rename duplicates by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/746\"\u003eprometheus/common#746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/750\"\u003eprometheus/common#750\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/749\"\u003eprometheus/common#749\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/751\"\u003eprometheus/common#751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003epromslog: Make AllowedLevel concurrency safe. by \u003ca href=\"https://github.com/bwplotka\"\u003e\u003ccode\u003e@​bwplotka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/754\"\u003eprometheus/common#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo 'the an' by \u003ca href=\"https://github.com/petern48\"\u003e\u003ccode\u003e@​petern48\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/752\"\u003eprometheus/common#752\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/757\"\u003eprometheus/common#757\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/756\"\u003eprometheus/common#756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/761\"\u003eprometheus/common#761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/763\"\u003eprometheus/common#763\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/762\"\u003eprometheus/common#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emodel: Clarify the purpose of model.NameValidationScheme by \u003ca href=\"https://github.com/ywwg\"\u003e\u003ccode\u003e@​ywwg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/765\"\u003eprometheus/common#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/75c3814dc66c571cc82cee2d3a6bf5f37ee73f1a\"\u003e\u003ccode\u003e75c3814\u003c/code\u003e\u003c/a\u003e feat: Support negative duration in new function ParseDurationAllowNegative (#...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/7bd5fff888acb05c04a857998772b9d7ffe3e8e4\"\u003e\u003ccode\u003e7bd5fff\u003c/code\u003e\u003c/a\u003e feat(promslog): add Level() method to get slog.Level (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/95acce133ca2c07a966a71d475fb936fc282db18\"\u003e\u003ccode\u003e95acce1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/common/issues/791\"\u003e#791\u003c/a\u003e from prometheus/remove-otlptranslator\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/1de8cfa8452bf1c800b1e7a7705c1c37410d3326\"\u003e\u003ccode\u003e1de8cfa\u003c/code\u003e\u003c/a\u003e Remove otlptranslator package\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/098669c08af8eee3da33d1d4a4f242a5242cccb8\"\u003e\u003ccode\u003e098669c\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/789\"\u003e#789\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/6a35e025c070cb79caad69d0ee61efe25f4742cb\"\u003e\u003ccode\u003e6a35e02\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/788\"\u003e#788\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/487c1803a6305728de302498dadc0cab81bed0f2\"\u003e\u003ccode\u003e487c180\u003c/code\u003e\u003c/a\u003e refactor(promslog): make \u003ccode\u003eNewNopLogger()\u003c/code\u003e wrapper around \u003ccode\u003eNew()\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/prometheus/common/issu...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/84","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/84","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/84/packages"},{"uuid":"2708916903","node_id":"PR_kwDOFFptbs6hdsqn","number":37,"state":"closed","title":"chore(deps): bump the minor-updates group across 1 directory with 43 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2025-08-04T00:45:03.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-31T04:21:30.000Z","updated_at":"2025-08-04T00:45:03.000Z","time_to_close":332613,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":43,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.37.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.30.2","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.85.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.64.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/prometheus/client_model","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/common","old_version":"0.62.0","new_version":"0.65.0","repository_url":"https://github.com/prometheus/common"},{"name":"github.com/prometheus/procfs","old_version":"0.15.1","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 21 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.37.1` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.30.2` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.85.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.6.1` | `0.6.2` |\n| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.62.0` | `0.65.0` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.15.1` | `0.17.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.37.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.37.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.30.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/383fd26928547348efed0ee1f8914d9e7a1b0287\"\u003e\u003ccode\u003e383fd26\u003c/code\u003e\u003c/a\u003e Release 2024-07-10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4a055f9d9e17eb7ef2206e8e37ba98d661d13e6a\"\u003e\u003ccode\u003e4a055f9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e3457953351e6993f57f5ab8e373af8af70be45b\"\u003e\u003ccode\u003ee345795\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/52a10ac239cc1aab2d070fbb004f6445ca0ddcc0\"\u003e\u003ccode\u003e52a10ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/adab0de9e4ae75aee4f894c99fd1e2ce2de0035e\"\u003e\u003ccode\u003eadab0de\u003c/code\u003e\u003c/a\u003e remove unused jmespath dependency from main module (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2707\"\u003e#2707\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0e07cc82b25692dce8f68e0b5bd0d0c5cdbcd279\"\u003e\u003ccode\u003e0e07cc8\u003c/code\u003e\u003c/a\u003e Release 2024-07-09\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e3583451cd8a91dbca2cc22672c2cfa0c7860cf\"\u003e\u003ccode\u003e5e35834\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a2a28a1eec2a1b6f12f813e4900430a9cc79b6c2\"\u003e\u003ccode\u003ea2a28a1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f5489732257180b7c19456abb050214c2f5cac26\"\u003e\u003ccode\u003ef548973\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e7aad565a65dab9b37da7b49c1c79a699c49d85e\"\u003e\u003ccode\u003ee7aad56\u003c/code\u003e\u003c/a\u003e Release 2024-07-08\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.30.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.85.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.85.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.64.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/b1a54c8de5720d048bc2cc9aef47903bda171a9e\"\u003e\u003ccode\u003eb1a54c8\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2035\"\u003e#2035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/7ac856f71f3b3f8a0df682af0d3d09c88bf0519b\"\u003e\u003ccode\u003e7ac856f\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2036\"\u003e#2036\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/2a917b661a90127b84796d80fc30d4e70845ecfa\"\u003e\u003ccode\u003e2a917b6\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2034\"\u003e#2034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a3c9dab7573946aa0afcee62d94fbfb58e3c4c2c\"\u003e\u003ccode\u003ea3c9dab\u003c/code\u003e\u003c/a\u003e Add warning for deprecated newline separator (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2031\"\u003e#2031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/eb1f908d9764ef1a355bab13ed83ce7cfc5e793e\"\u003e\u003ccode\u003eeb1f908\u003c/code\u003e\u003c/a\u003e refact: eliminate duplication in Request/Response via struct embedding (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2027\"\u003e#2027\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.33.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.33.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.27.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.2\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/amplify/CHANGELOG.md#v1120-2022-11-17\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appflow/CHANGELOG.md#v1190-2022-11-17\"\u003ev1.19.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appsync/CHANGELOG.md#v1160-2022-11-17\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/databasemigrationservice/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ec2/CHANGELOG.md#v1710-2022-11-17\"\u003ev1.71.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new optional parameter \u0026quot;privateIpAddress\u0026quot; for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/elasticloadbalancingv2/CHANGELOG.md#v11825-2022-11-17\"\u003ev1.18.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emrserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/emrserverless/CHANGELOG.md#v140-2022-11-17\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivschat\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ivschat/CHANGELOG.md#v110-2022-11-17\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lambda\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/lambda/CHANGELOG.md#v1250-2022-11-17\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Node 18 (nodejs18.x) support to AWS Lambda.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/personalize\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/personalize/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides support for creation and use of metric attributions in AWS Personalize\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/polly/CHANGELOG.md#v1200-2022-11-17\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/rum\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/rum/CHANGELOG.md#v180-2022-11-17\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3control\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/s3control/CHANGELOG.md#v1260-2022-11-17\"\u003ev1.26.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added 34 new S3 Storage Lens metrics to support additional customer use cases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/secretsmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/secretsmanager/CHANGELOG.md#v1167-2022-11-17\"\u003ev1.16.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Secrets Manager.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/securityhub/CHANGELOG.md#v1240-2022-11-17\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added SourceLayerArn and SourceLayerHash field for security findings.  Updated AwsLambdaFunction Resource detail\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/servicecatalogappregistry/CHANGELOG.md#v1150-2022-11-17\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/sts/CHANGELOG.md#v1174-2022-11-17\"\u003ev1.17.4\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for AWS Security Token Service.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/textract\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/textract/CHANGELOG.md#v1180-2022-11-17\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/workspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/workspaces/CHANGELOG.md#v1270-2022-11-17\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-16)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c38daedb0a1e630091b485a6bf4bfa70e0d3c8d7\"\u003e\u003ccode\u003ec38daed\u003c/code\u003e\u003c/a\u003e Release 2022-11-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/81664391263eb5e42e76689f77528dede681daae\"\u003e\u003ccode\u003e8166439\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9a8dc621f42cac4f12f468c1a09b223d641fa0ed\"\u003e\u003ccode\u003e9a8dc62\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cb64cae577b688a904bd2079e2cd739fc4210072\"\u003e\u003ccode\u003ecb64cae\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/163bba00b3e3a344d5aa834393fd1644450d1828\"\u003e\u003ccode\u003e163bba0\u003c/code\u003e\u003c/a\u003e Release 2022-11-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/51ff054109df5135b16fe0ec3b3a1d46ac0cd2ce\"\u003e\u003ccode\u003e51ff054\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76bd75134bd8ae9e13aa580391da1f3ba65897a9\"\u003e\u003ccode\u003e76bd751\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/00c5ca09c5884ea7181866009102544cdb3b2e90\"\u003e\u003ccode\u003e00c5ca0\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0b04fed445a9ee5e7910ec954566343b0e40d75b\"\u003e\u003ccode\u003e0b04fed\u003c/code\u003e\u003c/a\u003e Release 2022-11-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f9c367a48d5b40c64882852bbce44d83583fcf43\"\u003e\u003ccode\u003ef9c367a\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-06-13)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudtrail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/cloudtrail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This feature allows users to view dashboards for CloudTrail Lake event data stores.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurusecurity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/codegurusecurity/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Initial release of Amazon CodeGuru Security APIs\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/drs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/drs/CHANGELOG.md#v1140-2023-06-13\"\u003ev1.14.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/ec2/CHANGELOG.md#v11000-2023-06-13\"\u003ev1.100.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/imagebuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/imagebuilder/CHANGELOG.md#v1235-2023-06-13\"\u003ev1.23.5\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lightsail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/lightsail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds pagination for the Get Certificates API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/s3/CHANGELOG.md#v1340-2023-06-13\"\u003ev1.34.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Integrate double encryption feature to SDKs.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HeadObject to return types.Nound when an object does not exist. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2084\"\u003e2084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/securityhub/CHANGELOG.md#v1330-2023-06-13\"\u003ev1.33.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add support for Security Hub Automation Rules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/simspaceweaver\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/simspaceweaver/CHANGELOG.md#v130-2023-06-13\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/verifiedpermissions\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/verifiedpermissions/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GA release of Amazon Verified Permissions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wafv2/CHANGELOG.md#v1350-2023-06-13\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wellarchitected\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wellarchitected/CHANGELOG.md#v1210-2023-06-13\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-06-12)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifyuibuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/amplifyuibuilder/CHANGELOG.md#v1110-2023-06-12\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodb/CHANGELOG.md#v1198-2023-06-12\"\u003ev1.19.8\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodbstreams/CHANGELOG.md#v11412-2023-06-12\"\u003ev1.14.12\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB Streams\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fsx\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/fsx/CHANGELOG.md#v1290-2023-06-12\"\u003ev1.29.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/opensearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/opensearch/CHANGELOG.md#v1180-2023-06-12\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for SkipUnavailable connection property for cross cluster search\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/844ff45cdc76182229ad098c95bf3f5ab8c20e9f\"\u003e\u003ccode\u003e844ff45\u003c/code\u003e\u003c/a\u003e Release 2023-06-13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cc294064366687ef764f7bb73a7b08d7222a4f28\"\u003e\u003ccode\u003ecc29406\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/aa907c6969a3d103e6659d9f098f55d13dfde232\"\u003e\u003ccode\u003eaa907c6\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f4a5607dec5b0efe12534373d24bc8885b54531\"\u003e\u003ccode\u003e2f4a560\u003c/code\u003e\u003c/a\u003e chore: typo in Retryer interface (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2148\"\u003e#2148\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ba5a08fbe430c7930ad2227785226200adecd20c\"\u003e\u003ccode\u003eba5a08f\u003c/code\u003e\u003c/a\u003e fix: S3 HeadObject NotFound error never being returned (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2139\"\u003e#2139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9fd4e02a39d0870cef2223437ca2d5daff639b17\"\u003e\u003ccode\u003e9fd4e02\u003c/code\u003e\u003c/a\u003e Release 2023-06-12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/141db3ba663afa2d9b5a72d7ebc90d9a5b39530b\"\u003e\u003ccode\u003e141db3b\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/affe75c6870dca349236b0c064cb28a03e808869\"\u003e\u003ccode\u003eaffe75c\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/91119cfccc79d2bf1f8b54d9a5f4183d4cec5333\"\u003e\u003ccode\u003e91119cf\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/59eb9433701250cba25998eb991fd722e01bde3a\"\u003e\u003ccode\u003e59eb943\u003c/code\u003e\u003c/a\u003e Release 2023-06-09\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...v1.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.12.4 to 1.13.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-01-14)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.13.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1413\"\u003e#1413\u003c/a\u003e, and is based on PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1424\"\u003e#1424\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodb/attributevalue/CHANGELOG.md#v160-2022-01-14\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1494\"\u003eaws/aws-sdk-go-v2#1494\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodbstreams/attributevalue/CHANGELOG.md#v160-2022-01-14\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1494\"\u003eaws/aws-sdk-go-v2#1494\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/appsync/CHANGELOG.md#v1120-2022-01-14\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscalingplans\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/autoscalingplans/CHANGELOG.md#v1100-2022-01-14\"\u003ev1.10.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/computeoptimizer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/computeoptimizer/CHANGELOG.md#v1150-2022-01-14\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/costexplorer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/costexplorer/CHANGELOG.md#v1150-2022-01-14\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databasemigrationservice/CHANGELOG.md#v1160-2022-01-14\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databrew/CHANGELOG.md#v1160-2022-01-14\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-g...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/37","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/37","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/37/packages"},{"uuid":"2705233267","node_id":"PR_kwDOCtTBRs6hPpVz","number":886,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-07-29T20:36:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-29T20:22:38.000Z","updated_at":"2025-07-29T20:37:44.000Z","time_to_close":848,"merged_at":"2025-07-29T20:36:46.000Z","merged_by":"paketo-bot","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/go-mod-vendor/pull/886","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fgo-mod-vendor/issues/886","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/886/packages"}],"issue_packages":[{"old_version":"1.7.0","new_version":"1.11.0","update_type":"minor","path":"/exporter/kafkaexporter","pr_created_at":"2026-05-04T07:23:43.000Z","version_change":"1.7.0 → 1.11.0","issue":{"uuid":"4374704162","node_id":"PR_kwDOGR1DOc7X6Szt","number":3645,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0 in /exporter/kafkaexporter","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-04T07:23:43.000Z","updated_at":"2026-06-06T07:57:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/exporter/kafkaexporter","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/manang-splunk/opentelemetry-collector-contrib/pull/3645","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/manang-splunk%2Fopentelemetry-collector-contrib/issues/3645","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3645/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":"/component","pr_created_at":"2026-04-27T04:56:25.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"4333188041","node_id":"PR_kwDOFISywc7V1B0L","number":1213,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0 in /component","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-05-30T06:29:06.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T04:56:25.000Z","updated_at":"2026-05-30T06:29:14.000Z","time_to_close":2856761,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/component","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/SabreOSS/opentelemetry-collector/pull/1213","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabreOSS%2Fopentelemetry-collector/issues/1213","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1213/packages"}},{"old_version":"1.7.0","new_version":"1.11.0","update_type":"minor","path":"/receiver/kafkametricsreceiver","pr_created_at":"2026-04-20T07:02:58.000Z","version_change":"1.7.0 → 1.11.0","issue":{"uuid":"4293728687","node_id":"PR_kwDOGR1DOc7T2RZ5","number":3476,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0 in /receiver/kafkametricsreceiver","user":"dependabot[bot]","labels":["dependencies","go","Stale"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-20T07:02:58.000Z","updated_at":"2026-04-27T08:00:17.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":"/receiver/kafkametricsreceiver","ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/manang-splunk/opentelemetry-collector-contrib/pull/3476","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/manang-splunk%2Fopentelemetry-collector-contrib/issues/3476","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3476/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2026-01-14T14:12:36.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"3813391167","node_id":"PR_kwDOLayIos69KoWR","number":9,"state":"closed","title":"deps(deps): bump the go-minor-patch group with 4 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-01-14T14:21:36.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-14T14:12:36.000Z","updated_at":"2026-01-14T14:21:37.000Z","time_to_close":540,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(deps): bump","group_name":"go-minor-patch","update_count":4,"packages":[{"name":"github.com/spf13/cobra","old_version":"1.8.1","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/oauth2","old_version":"0.24.0","new_version":"0.34.0","repository_url":"https://github.com/golang/oauth2"}],"path":null,"ecosystem":"go"},"body":"Bumps the go-minor-patch group with 4 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra), [github.com/spf13/viper](https://github.com/spf13/viper), [go.uber.org/multierr](https://github.com/uber-go/multierr) and [golang.org/x/oauth2](https://github.com/golang/oauth2).\n\nUpdates `github.com/spf13/cobra` from 1.8.1 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.8.1...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/multierr` from 1.9.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/oauth2` from 0.24.0 to 0.34.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/acc38155b7f6f36aefcb58faff6f36d314dd915c\"\u003e\u003ccode\u003eacc3815\u003c/code\u003e\u003c/a\u003e endpoints: fix %q verb use with wrong type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/f28b0b5467dda26d56f1240381158f7c334654d1\"\u003e\u003ccode\u003ef28b0b5\u003c/code\u003e\u003c/a\u003e all: fix some comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/fd15e0fe894866ebff17ca3503d3706a967b061a\"\u003e\u003ccode\u003efd15e0f\u003c/code\u003e\u003c/a\u003e x/oauth2: populate RetrieveError from DeviceAuth\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/792c8776358f0c8689d84eef0d0c966937d560fb\"\u003e\u003ccode\u003e792c877\u003c/code\u003e\u003c/a\u003e oauth2: use strings.Builder instead of bytes.Buffer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/014cf778b444f29c82ececa4f3ec1f6fe3db3eaf\"\u003e\u003ccode\u003e014cf77\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/3c76ce5d23d0d48721316e7631625ce32afaa14b\"\u003e\u003ccode\u003e3c76ce5\u003c/code\u003e\u003c/a\u003e endpoints: correct Naver OAuth2 endpoint URLs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/cf1431934151b3a93e0b3286eb6798ca08ea3770\"\u003e\u003ccode\u003ecf14319\u003c/code\u003e\u003c/a\u003e oauth2: fix expiration time window check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/32d34ef364e670a650fe59267b92301ff7ed08f1\"\u003e\u003ccode\u003e32d34ef\u003c/code\u003e\u003c/a\u003e internal: include clientID in auth style cache key\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/2d34e3091be3f4b4700842fb663dad98a10ddfb6\"\u003e\u003ccode\u003e2d34e30\u003c/code\u003e\u003c/a\u003e oauth2: replace a magic number with AuthStyleUnknown\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/oauth2/commit/696f7b31289a98558822be146698b7834e477e63\"\u003e\u003ccode\u003e696f7b3\u003c/code\u003e\u003c/a\u003e all: modernize with doc links and any\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/oauth2/compare/v0.24.0...v0.34.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/bkataru/spotigo/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkataru%2Fspotigo/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"}},{"old_version":"1.7.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-10-06T22:15:30.000Z","version_change":"1.7.0 → 1.11.0","issue":{"uuid":"3489307845","node_id":"PR_kwDOGp4Yp86sYZuJ","number":122,"state":"open","title":"Bump go.uber.org/multierr from 1.7.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go","stale"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T22:15:30.000Z","updated_at":"2025-12-13T03:00:55.150Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.7.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.9.0 (2022-12-12)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd \u003ccode\u003eAppendFunc\u003c/code\u003e that allow passsing functions to similar to\n\u003ccode\u003eAppendInvoke\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eBump up yaml.v3 dependency to 3.0.1.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.8.0 (2022-02-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eCombine\u003c/code\u003e: perform zero allocations when there are no errors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602\"\u003e\u003ccode\u003e39ca40c\u003c/code\u003e\u003c/a\u003e Prepare release v1.9.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/68\"\u003e#68\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.7.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.7.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/shamsalmon/agent/pull/122","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsalmon%2Fagent/issues/122","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/122/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-10-01T07:35:10.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2877211048","node_id":"PR_kwDOOJqges6rfsGo","number":25,"state":"open","title":"chore(deps): bump the gomod group across 1 directory with 49 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-01T07:35:10.000Z","updated_at":"2025-10-01T07:35:11.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod","update_count":49,"packages":[{"name":"dev.gaijin.team/go/golib","old_version":"0.6.0","new_version":"0.7.0","repository_url":"https://github.com/GaijinEntertainment/golib"},{"name":"github.com/Antonboom/errname","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/errname"},{"name":"github.com/Antonboom/nilnil","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/nilnil"},{"name":"github.com/Antonboom/testifylint","old_version":"1.6.1","new_version":"1.6.4","repository_url":"https://github.com/Antonboom/testifylint"},{"name":"github.com/Djarvur/go-err113","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/Djarvur/go-err113"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.1.1","new_version":"5.2.0","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/x/ansi","old_version":"0.10.1","new_version":"0.10.2","repository_url":"https://github.com/charmbracelet/x"},{"name":"github.com/ghostiam/protogetter","old_version":"0.3.15","new_version":"0.3.16","repository_url":"https://github.com/ghostiam/protogetter"},{"name":"github.com/golangci/go-printf-func-name","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/golangci/go-printf-func-name"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.4.0","new_version":"2.5.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/ldez/gomoddirectives","old_version":"0.7.0","new_version":"0.7.1","repository_url":"https://github.com/ldez/gomoddirectives"},{"name":"github.com/prometheus/client_golang","old_version":"1.23.0","new_version":"1.23.2","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/prometheus/procfs","old_version":"0.16.1","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/quasilyte/go-ruleguard","old_version":"0.4.4","new_version":"0.4.5","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/quasilyte/go-ruleguard/dsl","old_version":"0.3.22","new_version":"0.3.23","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.12.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cast","old_version":"1.9.2","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.20.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/crypto","old_version":"0.41.0","new_version":"0.42.0","repository_url":"https://github.com/golang/crypto"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod group with 21 updates in the /templates/unmanaged/project/go/files/root/.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [dev.gaijin.team/go/golib](https://github.com/GaijinEntertainment/golib) | `0.6.0` | `0.7.0` |\n| [github.com/Antonboom/errname](https://github.com/Antonboom/errname) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/nilnil](https://github.com/Antonboom/nilnil) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/testifylint](https://github.com/Antonboom/testifylint) | `1.6.1` | `1.6.4` |\n| [github.com/Djarvur/go-err113](https://github.com/Djarvur/go-err113) | `0.1.0` | `0.1.1` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.1.1` | `5.2.0` |\n| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.10.1` | `0.10.2` |\n| [github.com/ghostiam/protogetter](https://github.com/ghostiam/protogetter) | `0.3.15` | `0.3.16` |\n| [github.com/golangci/go-printf-func-name](https://github.com/golangci/go-printf-func-name) | `0.1.0` | `0.1.1` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.4.0` | `2.5.0` |\n| [github.com/ldez/gomoddirectives](https://github.com/ldez/gomoddirectives) | `0.7.0` | `0.7.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.0` | `1.23.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.16.1` | `0.17.0` |\n| [github.com/quasilyte/go-ruleguard](https://github.com/quasilyte/go-ruleguard) | `0.4.4` | `0.4.5` |\n| [github.com/quasilyte/go-ruleguard/dsl](https://github.com/quasilyte/go-ruleguard) | `0.3.22` | `0.3.23` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.12.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.9.2` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` |\n\n\nUpdates `dev.gaijin.team/go/golib` from 0.6.0 to 0.7.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/GaijinEntertainment/golib/releases\"\u003edev.gaijin.team/go/golib's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003e🚀 New Features\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003etesting/freeport\u003c/code\u003e\u003c/strong\u003e: a testing helper package to probe and reserve free TCP/UDP ports for reliable, parallel tests.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GaijinEntertainment/golib/commit/296deaaf37aa3d7e59653e4470c96ecc1528fe95\"\u003e\u003ccode\u003e296deaa\u003c/code\u003e\u003c/a\u003e [freeport] implement package providing free port probing and reservation\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GaijinEntertainment/golib/commit/f19edae8c8d92413a4606fdf33cbc81e5a7d880c\"\u003e\u003ccode\u003ef19edae\u003c/code\u003e\u003c/a\u003e dep: upgrade dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/GaijinEntertainment/golib/compare/v0.6.0...v0.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/errname` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/errname/releases\"\u003egithub.com/Antonboom/errname's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/55\"\u003eAntonboom/errname#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo 1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/62\"\u003eAntonboom/errname#62\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/b46d1eb583160f4b73a929e3c9a7bd58b9846b18\"\u003e\u003ccode\u003eb46d1eb\u003c/code\u003e\u003c/a\u003e Go 1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/62\"\u003e#62\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/d9b1b37cb73a14ba95b0af841b875cdc48fc580e\"\u003e\u003ccode\u003ed9b1b37\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/55\"\u003e#55\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/nilnil` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/nilnil/releases\"\u003egithub.com/Antonboom/nilnil's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/58\"\u003eAntonboom/nilnil#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/65\"\u003eAntonboom/nilnil#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/6b3b28f92f4a0d3ac1efe63eeb6dc2a0a92b656b\"\u003e\u003ccode\u003e6b3b28f\u003c/code\u003e\u003c/a\u003e Add nolintnolint settings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/ce7e512869c31720f59bfce4d83c4766558976f0\"\u003e\u003ccode\u003ece7e512\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/a5339b3244d55401a982ce2027f423fc4b684819\"\u003e\u003ccode\u003ea5339b3\u003c/code\u003e\u003c/a\u003e Go1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/65\"\u003e#65\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/78668781fee62c96697a334ed5d3c2512a177089\"\u003e\u003ccode\u003e7866878\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f952d2c61c7699b5bf6927baaeb6e45beb5610ac\"\u003e\u003ccode\u003ef952d2c\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/58\"\u003e#58\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f8211843d188b589df33ff1d4b76b4c361f8db1a\"\u003e\u003ccode\u003ef821184\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/c5437c5c1197e02bc36a6d4a131ef736fd4f49f7\"\u003e\u003ccode\u003ec5437c5\u003c/code\u003e\u003c/a\u003e Go 1.24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/testifylint` from 1.6.1 to 1.6.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/testifylint/releases\"\u003egithub.com/Antonboom/testifylint's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: better use of the Inspector by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eVersion support bug fixes\u003c/li\u003e\n\u003cli\u003eScan all files without any filtering by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/262\"\u003eAntonboom/testifylint#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eequal-values: fix false positive with any by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/246\"\u003eAntonboom/testifylint#246\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/239\"\u003eAntonboom/testifylint#239\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to v2 of golangci-lint by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/258\"\u003eAntonboom/testifylint#258\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump testify to 1.11.1 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/259\"\u003eAntonboom/testifylint#259\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eerror-is-as: error-nil: support IsType and IsNotType by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/260\"\u003eAntonboom/testifylint#260\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eexpected-actual: support 'sub' (-) unary operation by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/261\"\u003eAntonboom/testifylint#261\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVersion support via goreleaser by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/263\"\u003eAntonboom/testifylint#263\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/ca9d16537799078527948d5c492c94d144c6018b\"\u003e\u003ccode\u003eca9d165\u003c/code\u003e\u003c/a\u003e chore: better use of the Inspector (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/264\"\u003e#264\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/db60550f0d50d4b52d9450dd7ae81cb36c436334\"\u003e\u003ccode\u003edb60550\u003c/code\u003e\u003c/a\u003e Change version consts to vars, to fix ldflags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/7857840997deaa38a73e5c725dcb6109dac0cf6d\"\u003e\u003ccode\u003e7857840\u003c/code\u003e\u003c/a\u003e Fix version parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/04af72b2e3ab6ac4e7647940a6898d91747bd943\"\u003e\u003ccode\u003e04af72b\u003c/code\u003e\u003c/a\u003e GitHub native release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/c932c0cca7f97d51ae7a79eaa187f7a622fbbe88\"\u003e\u003ccode\u003ec932c0c\u003c/code\u003e\u003c/a\u003e equal-values: fix false positive with any (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/246\"\u003e#246\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/b2da775a69f0380413fff0733553571bb58caf0c\"\u003e\u003ccode\u003eb2da775\u003c/code\u003e\u003c/a\u003e Scan all files without any filtering (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/262\"\u003e#262\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/838809be4dfefd73cc8cdd39e587b85009f81142\"\u003e\u003ccode\u003e838809b\u003c/code\u003e\u003c/a\u003e Version support (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/263\"\u003e#263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/3fbadd608ffd339e87e91efcbbffbf2ffa47d0f1\"\u003e\u003ccode\u003e3fbadd6\u003c/code\u003e\u003c/a\u003e expected-actual: support 'sub' unary operation (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/261\"\u003e#261\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/cd84b59ced42bcda15c819ffd21bd922029aeddc\"\u003e\u003ccode\u003ecd84b59\u003c/code\u003e\u003c/a\u003e Update golangci-lint conf link\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/d0d0fd16241c184611fb5d300efd9519e45d8a26\"\u003e\u003ccode\u003ed0d0fd1\u003c/code\u003e\u003c/a\u003e More linters\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Djarvur/go-err113` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/91a4a16eaedbaa7ef80a31567d89392874df5a24\"\u003e\u003ccode\u003e91a4a16\u003c/code\u003e\u003c/a\u003e Do not check internals of \u003ccode\u003eIs\u003c/code\u003e methods for \u003ccode\u003eerror\u003c/code\u003e types (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/21\"\u003e#21\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/aea10b59be24dbccef6788e95bb147053c8c774c\"\u003e\u003ccode\u003eaea10b5\u003c/code\u003e\u003c/a\u003e Fix a bug with long error message (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/7d1305906d43f5558743ab8dca7629fc651d416d\"\u003e\u003ccode\u003e7d13059\u003c/code\u003e\u003c/a\u003e Fix suggested edit (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Djarvur/go-err113/commit/ae7ac05995f698f6e83d1532d8d885d0b102ec53\"\u003e\u003ccode\u003eae7ac05\u003c/code\u003e\u003c/a\u003e fix: linter related (\u003ca href=\"https://redirect.github.com/Djarvur/go-err113/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Djarvur/go-err113/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.1.1 to 5.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support to check \u003ccode\u003eKeyValueExpr\u003c/code\u003e values by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/192\"\u003ebombsimon/wsl#192\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTraverse all possible subexpressions by \u003ca href=\"https://github.com/WGH\"\u003e\u003ccode\u003e@​WGH\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/193\"\u003ebombsimon/wsl#193\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCircuit break some checks for labels by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/196\"\u003ebombsimon/wsl#196\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/WGH\"\u003e\u003ccode\u003e@​WGH\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/193\"\u003ebombsimon/wsl#193\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/83466484c585eb21436217181f90ab7c78ad2115\"\u003e\u003ccode\u003e8346648\u003c/code\u003e\u003c/a\u003e Prepare for new minor release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8f1aae98a82e82fec3e0bedf9f2b66611e2d74ee\"\u003e\u003ccode\u003e8f1aae9\u003c/code\u003e\u003c/a\u003e Circuit break some checks for labels (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/196\"\u003e#196\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/71d8caffc1da1ed49c762a3e5929d5e919517044\"\u003e\u003ccode\u003e71d8caf\u003c/code\u003e\u003c/a\u003e Traverse all possible subexpressions (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/193\"\u003e#193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a82a69379d66aa321cd9b9441f6698fbe7f395b2\"\u003e\u003ccode\u003ea82a693\u003c/code\u003e\u003c/a\u003e Add support to check \u003ccode\u003eKeyValueExpr\u003c/code\u003e values (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/192\"\u003e#192\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.1...v5.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.10.1 to 0.10.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/5698041f34d9e1fe09d38b556e203f87f5e38325\"\u003e\u003ccode\u003e5698041\u003c/code\u003e\u003c/a\u003e chore(ansi): rename progress bar functions and constants\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/01b9b857c29a349c985aaab09ce7705ab23fec94\"\u003e\u003ccode\u003e01b9b85\u003c/code\u003e\u003c/a\u003e fix(conpty): expose default consts\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/fcbceea8338a11eaa12a96ce03953089be97aabf\"\u003e\u003ccode\u003efcbceea\u003c/code\u003e\u003c/a\u003e feat(conpty): expose underlying conpty file descriptors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/76218bae042e87c3f052b877b18434c1652a39ce\"\u003e\u003ccode\u003e76218ba\u003c/code\u003e\u003c/a\u003e fix: typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3a818a5238dd5ad6d2bbf60483eff764149fbb53\"\u003e\u003ccode\u003e3a818a5\u003c/code\u003e\u003c/a\u003e fix(ansi): check pct bounds\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/80cac83d019d58a3ed64810d401bc0fe509e5d75\"\u003e\u003ccode\u003e80cac83\u003c/code\u003e\u003c/a\u003e feat(ansi): osc 9 progress support (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/574\"\u003e#574\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/8219a564b45784486a9e08d5d8d4b550372b765d\"\u003e\u003ccode\u003e8219a56\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/573\"\u003e#573\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38eef084f4d453ba31c7bc7d1b88cb0b6de08568\"\u003e\u003ccode\u003e38eef08\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/572\"\u003e#572\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/90aa3a42838b0151cddbb597eec411088f1605cb\"\u003e\u003ccode\u003e90aa3a4\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/571\"\u003e#571\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/4e099f4de46352c82d462f8375a03cac165ad705\"\u003e\u003ccode\u003e4e099f4\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/mattn/go-runewidth in /vt in the all group (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/570\"\u003e#570\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.10.1...ansi/v0.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ghostiam/protogetter` from 0.3.15 to 0.3.16\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ghostiam/protogetter/releases\"\u003egithub.com/ghostiam/protogetter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.16\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate golang.org/x/tools by \u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/33fe9a128a55e24875f04b38f0ec010368561072\"\u003e\u003ccode\u003e33fe9a1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/20\"\u003e#20\u003c/a\u003e from Jleagle/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b3a4d08d8a36c1873f07f397df8179f696723ae4\"\u003e\u003ccode\u003eb3a4d08\u003c/code\u003e\u003c/a\u003e Update golang.org/x/tools\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/go-printf-func-name` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/2b81ca884088c174af18e6c7c18b3163cc9e396b\"\u003e\u003ccode\u003e2b81ca8\u003c/code\u003e\u003c/a\u003e fix: support any\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/27114bd69bb69e503a5f08f6f012dea87a5c998e\"\u003e\u003ccode\u003e27114bd\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/8b22e6ff546346f253f213a82a67bb8f7e4ae281\"\u003e\u003ccode\u003e8b22e6f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/c9b07d8986720de6390235b32cf8415157187393\"\u003e\u003ccode\u003ec9b07d8\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/bb5198504e5984a134dbe132afe6c19e33b8bca0\"\u003e\u003ccode\u003ebb51985\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golangci/go-printf-func-name/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.4.0 to 2.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#250%5D(https://redirect.github.com/golangci/golangci-lint/issues/250)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e9ff8f5964aeb8bf7c603c004518f5feeaec912bd Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a502b3288bfa760b99cd56960ab3437712e7be3 build(deps): bump actions/checkout from 4 to 5 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5993\"\u003e#5993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2d4621cb8b6d8cd07d9cd2127427561bde60fc95 build(deps): bump actions/setup-go from 5 to 6 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6068\"\u003e#6068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef1978651c6ba4cfde888c49d9e0a6d9a98decc1 build(deps): bump github.com/Antonboom/errname from 1.1.0 to 1.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6075\"\u003e#6075\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efd51bf3b4d1ec9fdcf12123ee1ef6ab302b7746a build(deps): bump github.com/Antonboom/nilnil from 1.1.0 to 1.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6072\"\u003e#6072\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e22944a2edf30165cd0e4e260e7ce8dcd93d7b0ab build(deps): bump github.com/Antonboom/testifylint from 1.6.1 to 1.6.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6071\"\u003e#6071\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5678698aca524ef136a82efa6e3f718859dfc3e3 build(deps): bump github.com/Antonboom/testifylint from 1.6.3 to 1.6.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6077\"\u003e#6077\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef20b68801e11ad1c56dadfbe2dd854221ec5e9d5 build(deps): bump github.com/Djarvur/go-err113 from 0.0.0-20210108212216-aea10b59be24 to 0.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6086\"\u003e#6086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e05d1475acf9b20e2437688f6c35ecd7efc1d7163 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.1 to 5.2.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6055\"\u003e#6055\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7b13d9895d2c4415bedc01eb884f21bdcc0dba84 build(deps): bump github.com/ghostiam/protogetter from 0.3.15 to 0.3.16 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6046\"\u003e#6046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e012d42ca574f3b320cd951746437acfde11cc8e0 build(deps): bump github.com/golangci/go-printf-func-name from 0.1.0 to 0.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6048\"\u003e#6048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea2141c9ec2460ab825cfdeb3274102df2c36a7cd build(deps): bump github.com/gordonklaus/ineffassign from 0.1.0 to 0.2.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6032\"\u003e#6032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb65912b45179a0d7b3a388065c55c2a160c47a23 build(deps): bump github.com/gostaticanalysis/nilerr from 0.1.1 to a fork (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6087\"\u003e#6087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ff4d3b4a3a5d52f111eb2a3c14a6173e0528ace build(deps): bump github.com/kulti/thelper from 0.6.3 to 0.7.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6084\"\u003e#6084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eccd8a54d4e4faff6637f6b6e41d264367fb6bf16 build(deps): bump github.com/ldez/grignotin from 0.10.0 to 0.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6085\"\u003e#6085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9dffd0cf57c8a886ad19ae7e603ef5e136e89e0f build(deps): bump github.com/ldez/tagliatelle from 0.7.1 to 0.7.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6033\"\u003e#6033\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebefeaf5b8a2e12c35fe9bcd7799f8da4d37c3934 build(deps): bump github.com/manuelarte/embeddedstructfieldcheck from 0.3.0 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6012\"\u003e#6012\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee4388346d03526b2b22a9797af9a5f6787417cfe build(deps): bump github.com/mgechev/revive from 1.11.0 to 1.12.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6035\"\u003e#6035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8a0d1a281b5dd2e9be0e00535d073c1272cace06 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.20.0 to 0.21.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6079\"\u003e#6079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e27c10dba4b2af184abfbe10b20cb9bad66432dbb build(deps): bump github.com/securego/gosec/v2 from 2.22.7 to 2.22.8 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6014\"\u003e#6014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02733b64bc5ef7a382a227e419af5b794b5f8732 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6047\"\u003e#6047\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e75d38e3c790b1cf909ab261d60471c5cd052efd1 build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6044\"\u003e#6044\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e374a8cffe75bc8eb212177a72bf9c740f1e925a8 build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6054\"\u003e#6054\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3641f1c8f5bf57447e805d22484247748e3776aa build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /scripts/gen_github_action_config in the scripts group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6031\"\u003e#6031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e937a0998ac477e07db5ece137587fe2d48d947c7 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6034\"\u003e#6034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e838684c5bc0c140d2411f7f7c13da400fd089440 build(deps): bump github.com/tdakkota/asciicheck from 0.4.1 to 0.5.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6018\"\u003e#6018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb7bd3dba81184fab5246ab29602cc3257adfc7a6 build(deps): bump github.com/tetafro/godot from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6078\"\u003e#6078\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e96b640c21965f1ddcc2c4c55937a0cf8dcd82fb4 build(deps): bump github.com/tetafro/godot from 1.5.2 to 1.5.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6093\"\u003e#6093\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9de0799066a5406c9af250d749d78fcb75449b18 build(deps): bump go-simpler.org/musttag from 0.13.1 to 0.14.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6015\"\u003e#6015\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef95beb2d17051e9df7cfa35c65b94697e1045563 build(deps): bump go.augendre.info/fatcontext from 0.8.0 to 0.8.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6013\"\u003e#6013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed376dd103b7b5172706ce9a3a31b73e9af0e07c4 build(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6073\"\u003e#6073\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb76d4f0d57b90c41f6a045f609e83bf490390f82 build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6063\"\u003e#6063\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e96e3184137597bd9367e015364a77cc8bfc99a98 build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6064\"\u003e#6064\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb521deb4b263cc9da43c374799c30337c1febac6 build(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6074\"\u003e#6074\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efab8933c5c89fc383bdee0e68c8e1b2d8abd67fa build(deps): bump mvdan.cc/gofumpt from 0.8.0 to 0.9.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6065\"\u003e#6065\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb6451763192540d2bc307792b73f4301efebdda0 build(deps): bump the scripts group in /scripts/gen_github_action_config with 2 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6067\"\u003e#6067\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e09ded415aff9fb9492b8b6d80e6431f62791e93d feat: add godoclint linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6062\"\u003e#6062\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebfb730a36232fd2c6f726d0aeae3e13a00008042 feat: add iotamixing linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5966\"\u003e#5966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e88ef93e2d8f23e910e539c0fabbaec2b7b7cce8c fix: no export data must always be handled as a typecheck error (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6061\"\u003e#6061\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.5.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eNew linters\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003egodoclint\u003c/code\u003e linter \u003ca href=\"https://github.com/godoc-lint/godoc-lint\"\u003ehttps://github.com/godoc-lint/godoc-lint\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eunqueryvet\u003c/code\u003e linter \u003ca href=\"https://github.com/MirrexOne/unqueryvet\"\u003ehttps://github.com/MirrexOne/unqueryvet\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eiotamixing\u003c/code\u003e linter \u003ca href=\"https://github.com/AdminBenni/iota-mixing\"\u003ehttps://github.com/AdminBenni/iota-mixing\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eembeddedstructfieldcheck\u003c/code\u003e: from 0.3.0 to 0.4.0 (new option: \u003ccode\u003eempty-line\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eerr113\u003c/code\u003e: from aea10b59be24 to 0.1.1 (skip internals of \u003ccode\u003eIs\u003c/code\u003e methods for \u003ccode\u003eerror\u003c/code\u003e type)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.20.0 to 0.21.0 (new option: \u003ccode\u003eforce-tonot\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egofumpt\u003c/code\u003e: from 0.8.0 to 0.9.1 (new rule is to \u0026quot;clothe\u0026quot; naked returns for the sake of clarity)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eineffassign\u003c/code\u003e: from 0.1.0 to 0.2.0 (new option: \u003ccode\u003echeck-escaping-errors\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003emusttag\u003c/code\u003e: from 0.13.1 to 0.14.0 (support interface methods)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.11.0 to 1.12.0 (new options: \u003ccode\u003eidentical-ifelseif-branches\u003c/code\u003e, \u003ccode\u003eidentical-ifelseif-conditions\u003c/code\u003e, \u003ccode\u003eidentical-switch-branches\u003c/code\u003e, \u003ccode\u003eidentical-switch-conditions\u003c/code\u003e, \u003ccode\u003epackage-directory-mismatch\u003c/code\u003e, \u003ccode\u003eunsecure-url-scheme\u003c/code\u003e, \u003ccode\u003euse-waitgroup-go\u003c/code\u003e, \u003ccode\u003euseless-fallthrough\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ethelper\u003c/code\u003e: from 0.6.3 to 0.7.1 (skip \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.1 to 5.2.0 (improvements related to subexpressions)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003easciicheck\u003c/code\u003e: from 0.4.1 to 0.5.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eerrname\u003c/code\u003e: from 1.1.0 to 1.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003efatcontext\u003c/code\u003e: from 0.8.0 to 0.8.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ego-printf-func-name\u003c/code\u003e: from 0.1.0 to 0.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egodot\u003c/code\u003e: from 1.5.1 to 1.5.4\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.7 to 2.22.8\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enilerr\u003c/code\u003e: from 0.1.1 to a temporary fork\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enilnil\u003c/code\u003e: from 1.1.0 to 1.1.1\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eprotogetter\u003c/code\u003e: from 0.3.15 to 0.3.16\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagliatelle\u003c/code\u003e: from 0.7.1 to 0.7.2\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etestifylint\u003c/code\u003e: from 1.6.1 to 1.6.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: \u0026quot;no export data\u0026quot; errors are now handled as a standard typecheck error\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove nolint section about syntax\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/ff63786c30d6c2926f99d677ab2ecf089e9390ad\"\u003e\u003ccode\u003eff63786\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/96b640c21965f1ddcc2c4c55937a0cf8dcd82fb4\"\u003e\u003ccode\u003e96b640c\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/tetafro/godot from 1.5.2 to 1.5.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6093\"\u003e#6093\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/942855732ef1bb76ae3605f8409d67b1c259a63f\"\u003e\u003ccode\u003e9428557\u003c/code\u003e\u003c/a\u003e docs: improve nolint section (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6089\"\u003e#6089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b65912b45179a0d7b3a388065c55c2a160c47a23\"\u003e\u003ccode\u003eb65912b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/gostaticanalysis/nilerr from 0.1.1 to a fork (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6\"\u003e#6\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/3ff4d3b4a3a5d52f111eb2a3c14a6173e0528ace\"\u003e\u003ccode\u003e3ff4d3b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/kulti/thelper from 0.6.3 to 0.7.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6084\"\u003e#6084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/f20b68801e11ad1c56dadfbe2dd854221ec5e9d5\"\u003e\u003ccode\u003ef20b688\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/Djarvur/go-err113 from 0.0.0-20210108212216-aea1...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/ccd8a54d4e4faff6637f6b6e41d264367fb6bf16\"\u003e\u003ccode\u003eccd8a54\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/ldez/grignotin from 0.10.0 to 0.10.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6085\"\u003e#6085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/9ff8f5964aeb8bf7c603c004518f5feeaec912bd\"\u003e\u003ccode\u003e9ff8f59\u003c/code\u003e\u003c/a\u003e Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8a0d1a281b5dd2e9be0e00535d073c1272cace06\"\u003e\u003ccode\u003e8a0d1a2\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/nunnatsa/ginkgolinter from 0.20.0 to 0.21.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6079\"\u003e#6079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b7bd3dba81184fab5246ab29602cc3257adfc7a6\"\u003e\u003ccode\u003eb7bd3db\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/tetafro/godot from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6078\"\u003e#6078\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/kulti/thelper` from 0.6.3 to 0.7.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kulti/thelper/releases\"\u003egithub.com/kulti/thelper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e85048aa7b41f56d809df9fccdb359600aa8f40db downgrade go version in go.mod to 1.24 — thelper is a dependency for golangci-lint which still used 1.24\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.7.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e86c67d0167996b6ce5eb3ccf7cc12879330688aa feat: don't require \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e — thanks to \u003ca href=\"https://github.com/busser\"\u003e\u003ccode\u003e@​busser\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/c22f7f8279449933331f54baa4096292bc6e1496\"\u003e\u003ccode\u003ec22f7f8\u003c/code\u003e\u003c/a\u003e tests: TestSynctestPackageRename\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/324ddb86c8f21707c27b09d53887307d470a0b98\"\u003e\u003ccode\u003e324ddb8\u003c/code\u003e\u003c/a\u003e refactor: don't use obsolete github.com/gostaticanalysis/analysisutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/85048aa7b41f56d809df9fccdb359600aa8f40db\"\u003e\u003ccode\u003e85048aa\u003c/code\u003e\u003c/a\u003e chore: downgrade go version in go.mod to 1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/d542a08dfb6bb293a0e1bee7a34e363b77fb39ec\"\u003e\u003ccode\u003ed542a08\u003c/code\u003e\u003c/a\u003e fix(ci): upgrade goreleaser workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/27410a16549d868671b51e5495cfb0b380f72921\"\u003e\u003ccode\u003e27410a1\u003c/code\u003e\u003c/a\u003e Apply PR feedback\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/86c67d0167996b6ce5eb3ccf7cc12879330688aa\"\u003e\u003ccode\u003e86c67d0\u003c/code\u003e\u003c/a\u003e 🤫 Don't require \u003ccode\u003et.Helper\u003c/code\u003e in functions passed to \u003ccode\u003esynctest.Test\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/b9e630437e082e0a7db59eb8e3c52b1568cf185b\"\u003e\u003ccode\u003eb9e6304\u003c/code\u003e\u003c/a\u003e docs: update analyzer description\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/d9df2e924ada942afa93d0c26607fdd96fa84127\"\u003e\u003ccode\u003ed9df2e9\u003c/code\u003e\u003c/a\u003e More golangci-lint config fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/97dec704b5826c1328464f6514bc30fb5b5a5c3d\"\u003e\u003ccode\u003e97dec70\u003c/code\u003e\u003c/a\u003e Fix golangci-lint config to be compatible with v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kulti/thelper/commit/901603984c826b574e38b811c30224a029d8dd1c\"\u003e\u003ccode\u003e9016039\u003c/code\u003e\u003c/a\u003e Fix newly-detected linter issues\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/kulti/thelper/compare/v0.6.3...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/gomoddirectives` from 0.7.0 to 0.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/0fdd912ad2a374e2dd46d07cdef31b57e42d9251\"\u003e\u003ccode\u003e0fdd912\u003c/code\u003e\u003c/a\u003e fix(cmd): missing CLI option\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/75e566ecc1b2c08d23ea7a71718a1e158b2626c4\"\u003e\u003ccode\u003e75e566e\u003c/code\u003e\u003c/a\u003e chore: update dependencies, and CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/fd4f3d6dcf96fe42b58c06e67d867648c1ed7c24\"\u003e\u003ccode\u003efd4f3d6\u003c/code\u003e\u003c/a\u003e docs: fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/gomoddirectives/commit/e0be8d7ed0cd03f15d02b3d674a10da8a1a380dc\"\u003e\u003ccode\u003ee0be8d7\u003c/code\u003e\u003c/a\u003e docs: fix typos\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/gomoddirectives/compare/v0.7.0...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.10.0 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/14944545e592f19ea74f0b22a8e269ceaf3cdd0a\"\u003e\u003ccode\u003e1494454\u003c/code\u003e\u003c/a\u003e chore: update CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/8826bac76a74f5145fb75f0abfab8f13a4691675\"\u003e\u003ccode\u003e8826bac\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/448182c276d525cb2ea81e9f07a0c732b4be99f5\"\u003e\u003ccode\u003e448182c\u003c/code\u003e\u003c/a\u003e chore: rename LICENCE to LICENSE (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/2\"\u003e#2\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.10.0...v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/lucasb-eyer/go-colorful` from 1.2.0 to 1.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/releases\"\u003egithub.com/lucasb-eyer/go-colorful's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.3.0\u003c/h2\u003e\n\u003cp\u003eIf you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a \u003ca href=\"https://ko-fi.com/makeworld\"\u003eKo-Fi\u003c/a\u003e for one-time donations.\u003c/p\u003e\n\u003cp\u003eThe rest of this message is copied from the CHANGELOG.md file in this repo.\u003c/p\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eBlendLinearRgb\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eDistanceRiemersma\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eIntroduce a function for sorting colors (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/57\"\u003e#57\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eYAML marshal/unmarshal support (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/63\"\u003e#63\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd support for OkLab and OkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions that use randomness now support specifying a custom source (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions BlendOkLab and BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eChanged\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eHex()\u003c/code\u003e parsing is much faster (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix bug when doing HSV/HCL blending between a gray color and non-gray color (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/60\"\u003e#60\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDocs for HSV/HSL were updated to note that hue 360 is not allowed (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDeprecated\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eDistanceLinearRGB\u003c/code\u003e is deprecated for the name \u003ccode\u003eDistanceLinearRgb\u003c/code\u003e which is more in-line with the rest of the library\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md\"\u003egithub.com/lucasb-eyer/go-colorful's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[1.3.0] - 2025-09-08\u003c/h2\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eBlendLinearRgb\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eDistanceRiemersma\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eIntroduce a function for sorting colors (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/57\"\u003e#57\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eYAML marshal/unmarshal support (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/63\"\u003e#63\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd support for OkLab and OkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions that use randomness now support specifying a custom source (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFunctions BlendOkLab and BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eChanged\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eHex()\u003c/code\u003e parsing is much faster (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix bug when doing HSV/HCL blending between a gray color and non-gray color (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/60\"\u003e#60\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDocs for HSV/HSL were updated to note that hue 360 is not allowed (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDeprecated\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eDistanceLinearRGB\u003c/code\u003e is deprecated for the name \u003ccode\u003eDistanceLinearRgb\u003c/code\u003e which is more in-line with the rest of the library\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/680f8257cbbd7f283eaf717de5ce105a6a741bd6\"\u003e\u003ccode\u003e680f825\u003c/code\u003e\u003c/a\u003e ready for v1.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/5b66f9f2f024bbe9c54fc233301ca9419bf81786\"\u003e\u003ccode\u003e5b66f9f\u003c/code\u003e\u003c/a\u003e perf: a faster implementation of Hex() (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/9e385f7b653ac6956c75d32bd60efc7a0c25348e\"\u003e\u003ccode\u003e9e385f7\u003c/code\u003e\u003c/a\u003e Fix typos (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/a472fc29eb4bf3b5c9c4de79e83c5982a19b10ff\"\u003e\u003ccode\u003ea472fc2\u003c/code\u003e\u003c/a\u003e doc: don't allow hue 360 for hsv/hsl (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/14c881f5faccd61a756c8569726a8f71c9b3d98c\"\u003e\u003ccode\u003e14c881f\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/5ce6c1dc5a806b438a50c5be3b99ae5e35300c93\"\u003e\u003ccode\u003e5ce6c1d\u003c/code\u003e\u003c/a\u003e BlendOkLab + BlendOkLch (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/70\"\u003e#70\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/a50e69500a2b0fdf692fcb0913a4866e060eabba\"\u003e\u003ccode\u003ea50e695\u003c/code\u003e\u003c/a\u003e ci: reduce tested go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/cf4f1e13607b96c3d618bdbc709591ee2241bee0\"\u003e\u003ccode\u003ecf4f1e1\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/93e4f6870089966f145b2efe6423b03b483abee2\"\u003e\u003ccode\u003e93e4f68\u003c/code\u003e\u003c/a\u003e implement functions with custom rand handler (\u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lucasb-eyer/go-colorful/commit/8a2508922d6fe777d36713baa4106a869b0e68b5\"\u003e\u003ccode\u003e8a25089\u003c/code\u003e\u003c/a\u003e doc for \u003ca href=\"https://redirect.github.com/lucasb-eyer/go-colorful/issues/66\"\u003e#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/lucasb-eyer/go-colorful/compare/v1.2.0...v1.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-runewidth` from 0.0.16 to 0.0.17\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/94c0db1df07f7755a1e3e962becc01cb5fe8a086\"\u003e\u003ccode\u003e94c0db1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-runewidth/issues/85\"\u003e#85\u003c/a\u003e from mattn/fix-windows-terminal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/76bca587b18b184d7934385ec9c729f4cb093521\"\u003e\u003ccode\u003e76bca58\u003c/code\u003e\u003c/a\u003e fix comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/74c2b32af000b569bcfd85953dd07dae52624d27\"\u003e\u003ccode\u003e74c2b32\u003c/code\u003e\u003c/a\u003e add trick for Windows Terminal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/d62f6992d103e162f4933de4a1efb1093ad132e5\"\u003e\u003ccode\u003ed62f699\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-runewidth/issues/81\"\u003e#81\u003c/a\u003e from mattn/fix-build\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/239943a47853eda95deec41ad716b707f5e5a3e8\"\u003e\u003ccode\u003e239943a\u003c/code\u003e\u003c/a\u003e fix benchmark code\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/mattn/go-runewidth/compare/v0.0.16...v0.0.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.11.0 to 1.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.12.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e314890615353452f098165994dd4dc391ff264d3 chore(deps): update module golang.org/x/sys to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1466\"\u003e#1466\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e22dfd663755d3bf36121845f4fb2394fab3d96d2 chore(deps): update module golang.org/x/text to v0.28.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1467\"\u003e#1467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a1e5fda4c7737d5aa0c168da5e0e099f6e74cc8 chore: Add Copilot instructions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1437\"\u003e#1437\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e74e4f6318d366ca4ce70bb75066f94cf1afcdbd4 chore: add macOS test runner (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1465\"\u003e#1465\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea15fdfd322771de535aee2e1c5621f1819150af6 chore: clean up GoReleaser config, remove unnecessary hooks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1422\"\u003e#1422\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e809768cffe77876d93231b5e4a4114d7f4ce8d29 chore: enable formatters in golangci-lint config (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1421\"\u003e#1421\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec971cb750b0f1b0af66a76f099f32845b8feac33 chore: improve comments for config files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1424\"\u003e#1424\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e984b38e246f8ba8108e9d936feb04b5e777774d6 chore: improve error reporting in test suite (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1431\"\u003e#1431\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee5f7980ca3eec3c5e6e58a18f76c35a05370bbab chore: run tests and lint on push to main branch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1470\"\u003e#1470\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7de7cf307642b1881d3127ccc49ed6e20952371f docs: add DeepWiki link to README (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1432\"\u003e#1432\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e154a24fb5125181a14bca47c341ec5554a004c0a docs: add info about \u003ccode\u003egolang\u003c/code\u003e code snippets (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1494\"\u003e#1494\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a6facc63c3cbaf9b99d52ffe612ce36c3af35d9 docs: add missing use-waitgroup-go TOC entry (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1492\"\u003e#1492\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e40a690dff5558f6ed2eb62ab29a8f711ff5d736d exported: improve detection and error message (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1403\"\u003e#1403\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e68ac5514f58418fe77a7fd88ff7336a35cd37c99 feature: detect identical-branches in switch statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1448\"\u003e#1448\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9fd8adbcd0c7d823577e289b902785dc84591612 feature: detect useless options in spanner struct tag (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1483\"\u003e#1483\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9fc7dc7d778f81e40be58419f1eb17f458b7bca9 feature: identical-branches: check branches of \u0026quot;if ... else if\u0026quot; chains (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1440\"\u003e#1440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2db7034aca77795c4ef6489c370974a0ea5d42ec feature: new rule \u003ccode\u003euse-waitgroup-go\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1484\"\u003e#1484\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e12d96adfd47b0aee1f5096399097cf6e3ea011fd feature: new rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1436\"\u003e#1436\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef353e4b0e5be45dcc8ade46989dfbf0600a1d0cc feature: new rule identical-ifelseif-conditions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1454\"\u003e#1454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3f4591cd9aca5716a1a9d669b268a33ea266855b feature: new rule identical-switch-conditions (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1451\"\u003e#1451\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e15aded98f632dde49666d122521fb81ee8235040 feature: new rule package-directory-mismatch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1429\"\u003e#1429\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efc46c84cec2b93a8fdd787172705082337f7bb21 feature: new rule unsecure-url-scheme (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1478\"\u003e#1478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e84b565b0bfed2810d2a3f16765acf63b5bf63570 feature: new rule useless-fallthrough (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1462\"\u003e#1462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e47205455ea22448b391a9acedf1b23cd8481fb6a feature: new rules \u003ccode\u003eidentical-switch-branches\u003c/code\u003e and \u003ccode\u003eidentical-ifelseif-branches\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e14c91fed1d70132d81cd0e308257aaaf502bea91 feature: struct-tag warns on (useless) options on ignored fields (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1487\"\u003e#1487\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef07a47a1bf491f715e8d4674b2dc3e7d790a3ee7 feature: support spanner struct tag in struct-tag rule (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1479\"\u003e#1479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6b060cd03ab038d32c2b6947e67daedbf56da292 fix(1438): enforce-switch-style - false positive with pure return based switch (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1446\"\u003e#1446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eda506562bb33bbbfe4e61c23622b995dbdfdb129 fix(deps): update module golang.org/x/mod to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1468\"\u003e#1468\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e74bbe3b1a64acbc991195b8719943785c25f4173 fix(deps): update module golang.org/x/tools to v0.36.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1469\"\u003e#1469\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eccf85a25e5fcb325c4c1ab12aaae27265b147719 fix: default formatter generates an extra new line (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1485\"\u003e#1485\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb969b8be4ac432179917dd95f328906806f1e9dd modifies-parameter: handle slices.Delete and slices.DeleteFunc (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1427\"\u003e#1427\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb34c8e96eccd5e0cbcb03ff6a8b39419384b2a56 refactor: fix musttag lint issues (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1464\"\u003e#1464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d600b6df1ce7916a215c3a02bb8a5804eef9b13 refactor: reduces the number of references to deprecated *ast.Object (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1473\"\u003e#1473\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee1d05f7a0e941fe7377279012e22b631e6e3df26 refactor: remove rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1495\"\u003e#1495\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecf4901574e89077ddc7fd5cd3dbb8a0f887f24e5 refactor: replaces calls to astutils.PickNodes with calls to astutils.SeekNode when possible (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1482\"\u003e#1482\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e1d05f7a0e941fe7377279012e22b631e6e3df26\"\u003e\u003ccode\u003ee1d05f7\u003c/code\u003e\u003c/a\u003e refactor: remove rule enforce-else (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1495\"\u003e#1495\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/fc46c84cec2b93a8fdd787172705082337f7bb21\"\u003e\u003ccode\u003efc46c84\u003c/code\u003e\u003c/a\u003e feature: new rule unsecure...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/github/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fgithub/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-09-08T15:11:25.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"2808624775","node_id":"PR_kwDOE6wc7c6naDaH","number":489,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-08T15:46:29.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T15:11:25.000Z","updated_at":"2025-09-08T15:46:30.000Z","time_to_close":2104,"merged_at":"2025-09-08T15:46:29.000Z","merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/pip-install/pull/489","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fpip-install/issues/489","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/489/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-09-08T13:14:44.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"2808231033","node_id":"PR_kwDOGuqyy86nYjR5","number":478,"state":"open","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T13:14:44.000Z","updated_at":"2025-09-08T13:53:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/poetry/pull/478","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fpoetry/issues/478","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/478/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-09-08T10:30:00.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"2807717704","node_id":"PR_kwDOCq26Wc6nWl9I","number":640,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-08T11:01:30.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T10:30:00.000Z","updated_at":"2025-09-08T11:02:17.000Z","time_to_close":1890,"merged_at":"2025-09-08T11:01:30.000Z","merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/miniconda/pull/640","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fminiconda/issues/640","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/640/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-09-02T12:00:09.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2792395089","node_id":"PR_kwDOPHxVhM6mcJFR","number":21,"state":"open","title":"chore(deps): bump the gomod-tools group across 1 directory with 42 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-02T12:00:09.000Z","updated_at":"2025-09-02T12:00:11.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":42,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/gordonklaus/ineffassign","old_version":"0.1.0","new_version":"0.2.0","repository_url":"https://github.com/gordonklaus/ineffassign"},{"name":"github.com/ldez/tagliatelle","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/ldez/tagliatelle"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cobra","old_version":"1.9.1","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.10.0","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 20 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/gordonklaus/ineffassign](https://github.com/gordonklaus/ineffassign) | `0.1.0` | `0.2.0` |\n| [github.com/ldez/tagliatelle](https://github.com/ldez/tagliatelle) | `0.7.1` | `0.7.2` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/dependabot-generate/pull/21","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fdependabot-generate/issues/21","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/21/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-09-01T06:05:31.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2788613969","node_id":"PR_kwDOOJ11S86mNt9R","number":89,"state":"open","title":"chore(deps): bump the gomod-tools group across 1 directory with 40 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-01T06:05:31.000Z","updated_at":"2025-09-01T06:05:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":40,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/gordonklaus/ineffassign","old_version":"0.1.0","new_version":"0.2.0","repository_url":"https://github.com/gordonklaus/ineffassign"},{"name":"github.com/ldez/tagliatelle","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/ldez/tagliatelle"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/stretchr/testify","old_version":"1.10.0","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 18 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/gordonklaus/ineffassign](https://github.com/gordonklaus/ineffassign) | `0.1.0` | `0.2.0` |\n| [github.com/ldez/tagliatelle](https://github.com/ldez/tagliatelle) | `0.7.1` | `0.7.2` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gordonklaus/ineffassign` from 0.1.0 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/44548fda05c113cf0ecbac2921a332c7a13fda51\"\u003e\u003ccode\u003e44548fd\u003c/code\u003e\u003c/a\u003e add flag to optionally check for escaping errors (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/100\"\u003e#100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/74280563c8b034e91b1a4297013ed302e3f66591\"\u003e\u003ccode\u003e7428056\u003c/code\u003e\u003c/a\u003e Remove unused import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/71a6511ee9d8300cbe2efb3ac1de42a1fd3d6e21\"\u003e\u003ccode\u003e71a6511\u003c/code\u003e\u003c/a\u003e Use the IsGenerated function from the go/ast package (\u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/98\"\u003e#98\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/e609ce0c93cc548912cca912c7e259dfb9a3a8dc\"\u003e\u003ccode\u003ee609ce0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/96\"\u003e#96\u003c/a\u003e from dcarney-stripe/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/a6dd9339bd2d502c3134c34d9344439825aa794f\"\u003e\u003ccode\u003ea6dd933\u003c/code\u003e\u003c/a\u003e Update ineffassign.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5bbf40bc28923f7ce598c8b74958b2a36a063da\"\u003e\u003ccode\u003eb5bbf40\u003c/code\u003e\u003c/a\u003e Process method receiver in function declaration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/b5e29b62027b0ceccd1aab6b5b6cff26e24b84bf\"\u003e\u003ccode\u003eb5e29b6\u003c/code\u003e\u003c/a\u003e Upgrade golang.org/x/tools and Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/98f08ee05fe7e72974f77fccf2f6aa92e0e38347\"\u003e\u003ccode\u003e98f08ee\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/87\"\u003e#87\u003c/a\u003e from estensen/fix-install\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/203788b604843914037a906444629f0bbebd2be7\"\u003e\u003ccode\u003e203788b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/gordonklaus/ineffassign/issues/86\"\u003e#86\u003c/a\u003e from alexandear/update-analyzer-doc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gordonklaus/ineffassign/commit/ba8bc8f0594d606e385b3d4ce971fb06bd54b0d8\"\u003e\u003ccode\u003eba8bc8f\u003c/code\u003e\u003c/a\u003e docs: update install instructions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gordonklaus/ineffassign/compare/v0.1.0...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/tagliatelle` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/835d87e20d33bc456e168a6a60b19fadafe19af6\"\u003e\u003ccode\u003e835d87e\u003c/code\u003e\u003c/a\u003e fix: clone initialism overrides\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/03142cc65e7020885ab205c01b59adac1e1db2e8\"\u003e\u003ccode\u003e03142cc\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/ae24b3244213d9c855afafd4c671c9f5f736f69e\"\u003e\u003ccode\u003eae24b32\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/12db4eeae002c0dcb0b6e39e17d5376e97e1723c\"\u003e\u003ccode\u003e12db4ee\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/8c67e2f102859e7d075ec00d9aa02bb2a41c07b4\"\u003e\u003ccode\u003e8c67e2f\u003c/code\u003e\u003c/a\u003e chore: remove old go1.22 files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d0c2e174c0d346080d2727a768ab7874774a268e\"\u003e\u003ccode\u003ed0c2e17\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/f14a903ecf36be422967da1000d044a919784f27\"\u003e\u003ccode\u003ef14a903\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/d315cc9d5594a8b2a0b1777a6dfa37c55408c232\"\u003e\u003ccode\u003ed315cc9\u003c/code\u003e\u003c/a\u003e docs: improve example\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/727ccac0177f47e0bae69b8c6f9a93156d7ea61d\"\u003e\u003ccode\u003e727ccac\u003c/code\u003e\u003c/a\u003e chore: update funding\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/tagliatelle/commit/3cef28b9e221c163222500861f41297ce78f726c\"\u003e\u003ccode\u003e3cef28b\u003c/code\u003e\u003c/a\u003e refactor: use slices.Contains\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/tagliatelle/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca hre...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/89","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/89","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/89/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-26T17:47:11.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"2775961408","node_id":"PR_kwDOG_WwzM6ldc9A","number":264,"state":"open","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-26T17:47:11.000Z","updated_at":"2025-08-26T17:47:12.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisgavin/gh-dispatch/pull/264","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgavin%2Fgh-dispatch/issues/264","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/264/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-26T17:12:00.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2775876772","node_id":"PR_kwDOJvu8pc6ldISk","number":178,"state":"open","title":"build(deps): Bump go.uber.org/multierr from 1.10.0 to 1.11.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-26T17:12:00.000Z","updated_at":"2025-08-26T17:12:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.10.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.10.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisgavin/gh-deflake/pull/178","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisgavin%2Fgh-deflake/issues/178","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/178/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-20T19:28:09.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2760847692","node_id":"PR_kwDOOJ11S86kjzFM","number":85,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 37 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-20T19:31:56.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-20T19:28:09.000Z","updated_at":"2025-08-20T19:31:56.000Z","time_to_close":227,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":37,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.20.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.3.1","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/manuelarte/embeddedstructfieldcheck","old_version":"0.3.0","new_version":"0.4.0","repository_url":"https://github.com/manuelarte/embeddedstructfieldcheck"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"go-simpler.org/musttag","old_version":"0.13.1","new_version":"0.14.0","repository_url":"https://github.com/go-simpler/musttag"},{"name":"go.augendre.info/fatcontext","old_version":"0.8.0","new_version":"0.8.1","repository_url":"https://github.com/Crocmagnon/fatcontext"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.8"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 15 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.20.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.4.0` |\n| [github.com/manuelarte/embeddedstructfieldcheck](https://github.com/manuelarte/embeddedstructfieldcheck) | `0.3.0` | `0.4.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [go-simpler.org/musttag](https://github.com/go-simpler/musttag) | `0.13.1` | `0.14.0` |\n| [go.augendre.info/fatcontext](https://github.com/Crocmagnon/fatcontext) | `0.8.0` | `0.8.1` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.8` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.20.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e303b65d feat: improve tracing\u003c/li\u003e\n\u003cli\u003e1f48e65 fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003eea89498 chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14227ee chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4a1dcb2 chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edca61f8 chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea21d7b8 chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e1ca24c9 correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1dfa2b6 update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b2a4c5 feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e02ff9d4 Sync Catppuccin styles (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1111\"\u003e#1111\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea53c924 Create Lexer for Nu (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0e031c7 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1108\"\u003e#1108\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e673bbb4 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1103\"\u003e#1103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5d56970 Add \u003ccode\u003euv.lock\u003c/code\u003e to TOML lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1105\"\u003e#1105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eeb9a552 fix: Dockerfile $PORT should be just a port\u003c/li\u003e\n\u003cli\u003eacaae4e feat: add Dockerfile for chromad\u003c/li\u003e\n\u003cli\u003ef3be4c6 Create lexer for Gemtext (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1102\"\u003e#1102\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea0c6dff chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1099\"\u003e#1099\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eabe0195 Create lexer for lox (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1100\"\u003e#1100\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edfb2819 Fixed ObjectPascal comment issue (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1097\"\u003e#1097\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e908d2a3 sync catppuccin-mocha.xml with upstream (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1094\"\u003e#1094\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eacd21c6 add aspect-ratio property to css.xml (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1095\"\u003e#1095\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e55d924d chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1092\"\u003e#1092\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed0ad679 feat: improve Go lexer\u003c/li\u003e\n\u003cli\u003ed2f8caa refactor: simplify WASM init\u003c/li\u003e\n\u003cli\u003efb36d31 chore: apply biome linter fixes\u003c/li\u003e\n\u003cli\u003eb69cd3d chore: add JS formatting with biome\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/303b65df3f2d2151cee24bcf9f9b625db474ef51\"\u003e\u003ccode\u003e303b65d\u003c/code\u003e\u003c/a\u003e feat: improve tracing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1f48e65abc17f0c1ff11ace75c3b3c7d9bd139e2\"\u003e\u003ccode\u003e1f48e65\u003c/code\u003e\u003c/a\u003e fix(markdown): don't delegate to HTML lexer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ea89498e83c0ce5747c12dc8db002482c3fa712d\"\u003e\u003ccode\u003eea89498\u003c/code\u003e\u003c/a\u003e chore(deps): update ubuntu docker tag to v24 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1104\"\u003e#1104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/14227eea7a15185409a90868c672ff9845c92891\"\u003e\u003ccode\u003e14227ee\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency biome to v2 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1109\"\u003e#1109\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/4a1dcb263f648ee31205becd999fa0ae8a96ba35\"\u003e\u003ccode\u003e4a1dcb2\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency uv to v0.8.4 (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1115\"\u003e#1115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/dca61f8812eabf69f4029a459baafb08a9619633\"\u003e\u003ccode\u003edca61f8\u003c/code\u003e\u003c/a\u003e chore(deps): pin dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1098\"\u003e#1098\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a21d7b8c30489cedc015e52dc40613b9cdd42fbb\"\u003e\u003ccode\u003ea21d7b8\u003c/code\u003e\u003c/a\u003e chore: go mod tidy + update README list of languages\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1ca24c994dde4643b5c9adff41773f913ebdca83\"\u003e\u003ccode\u003e1ca24c9\u003c/code\u003e\u003c/a\u003e correct lexing AS keyword for docker (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1114\"\u003e#1114\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/1dfa2b6ab37ac1fdaf79105e45275ae46f13518a\"\u003e\u003ccode\u003e1dfa2b6\u003c/code\u003e\u003c/a\u003e update css.xml with current properties (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1113\"\u003e#1113\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/5b2a4c5a26c503c79bc86ba3c4ae5b330028bd3d\"\u003e\u003ccode\u003e5b2a4c5\u003c/code\u003e\u003c/a\u003e feat(formatter): add writeCSSComments option (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1112\"\u003e#1112\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/561b8ac1cff6f8c286c7dd86e95cab3875c7ac01\"\u003e\u003ccode\u003e561b8ac\u003c/code\u003e\u003c/a\u003e fix: avoid variable shadowing to properly cache color conversions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/91313524601b75074641e2c2c7d93b85ef3f2727\"\u003e\u003ccode\u003e9131352\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/53\"\u003e#53\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4c71e6538cea5c8a24edd8719907eae1ff8ec476\"\u003e\u003ccode\u003e4c71e65\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/52\"\u003e#52\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/531ba367a03735d35d80f6054e9c9004968c3f36\"\u003e\u003ccode\u003e531ba36\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/4b2086db3a816456f1e4f2cf4c2a013bd4c8afc7\"\u003e\u003ccode\u003e4b2086d\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/50\"\u003e#50\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/d648e8cc2ebd2a50f079cc2f3d132242f19a561a\"\u003e\u003ccode\u003ed648e8c\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/49\"\u003e#49\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/44171888e824da7c31e567d1184d329a16a2b37f\"\u003e\u003ccode\u003e4417188\u003c/code\u003e\u003c/a\u003e docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/0164c5a5071f60123daac0e686d19e6555e94f79\"\u003e\u003ccode\u003e0164c5a\u003c/code\u003e\u003c/a\u003e ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/c62230b045cb510774d7d44704d0685796432cb2\"\u003e\u003ccode\u003ec62230b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/colorprofile/commit/f7fa2ac61e6a8fe85b08bdb5325da7000e3c7309\"\u003e\u003ccode\u003ef7fa2ac\u003c/code\u003e\u003c/a\u003e perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/colorprofile/compare/v0.3.1...v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.9.3...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#240%5D(https://redirect.github.com/golangci/golangci-lint/issues/240)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efe730dbaf1522d4c4675e06da870f7cb86012c31 build(deps): bump github.com/4meepo/tagalign from 1.4.2 to 1.4.3 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5971\"\u003e#5971\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e78dedd36faf478ad43534d3d596f980d70494b26 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 to 4.0.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5984\"\u003e#5984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3db762ce17ff12a9da2763b4c957aa4c1faf0a56 build(deps): bump github.com/alecthomas/chroma/v2 from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5981\"\u003e#5981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e16a682e3578e26e95761fb74db037f77452e45bc build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5970\"\u003e#5970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4b2b940b6948bbd3e10e80c23ab205d59b1ea6ca build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5982\"\u003e#5982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb4038f698436e0237b196bf707ec70bea6acbe09 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5980\"\u003e#5980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e18bf59c9c9baf8da7afbda8c363a62f061686cfe build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5988\"\u003e#5988\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289 feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eef6ead877eef6c960d669f0486b271e2ccf65c9d godox: trim filepath from report messages (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5977\"\u003e#5977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecabd53d910cfb3f7de422cf53f9db4596dba3be5 staticcheck: allow empty options (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5983\"\u003e#5983\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#231%5D(https://redirect.github.com/golangci/golangci-lint/issues/231)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee460991037d7e1d30f7e4f40c193eec632743624 build(deps): bump github.com/bombsimon/wsl/v5 from 5.1.0 to 5.1.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5959\"\u003e#5959\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e430bd5e07be88cac21970d1d81dc55f08a3e8a4b build(deps): bump github.com/daixiang0/gci from 0.13.6 to 0.13.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5957\"\u003e#5957\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab9312c834fcbd01a067b32b0be0a6b1ac65562 build(deps): bump github.com/ldez/grignotin from 0.9.0 to 0.10.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5958\"\u003e#5958\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1231acbf9ceaa0f64c0fd59b405d79bcf6ac57f8 build(deps): bump github.com/securego/gosec/v2 from 2.22.6 to 2.22.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5953\"\u003e#5953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5ab4747bd91c5942d2d54e3505a5971cb3f5da37 build(deps): bump github.com/sonatard/noctx from 0.3.5 to 0.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5960\"\u003e#5960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef5dcd1f2c096f8ab965bc0050563e3359db18ee4 build(deps): bump the linter-testdata group across 3 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5964\"\u003e#5964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b86f8576113f0c318f220604e718f001109780e tagliatelle: force upper case for custom initialisms (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5956\"\u003e#5956\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.4.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eEnhancements\n\u003cul\u003e\n\u003cli\u003e🎉 go1.25 support\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eexhaustruct\u003c/code\u003e: from v3.3.1 to 4.0.0 (new options: \u003ccode\u003eallow-empty\u003c/code\u003e, \u003ccode\u003eallow-empty-rx\u003c/code\u003e, \u003ccode\u003eallow-empty-returns\u003c/code\u003e, \u003ccode\u003eallow-empty-declarations\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egodox\u003c/code\u003e: trim filepath from report messages\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003estaticcheck\u003c/code\u003e: allow empty options\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003etagalign\u003c/code\u003e: from 1.4.2 to 1.4.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003e🌟 New website (with a search engine)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.1\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egci\u003c/code\u003e: from 0.13.6 to 0.13.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.6 to 2.22.7\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.5 to 0.4.0\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.1.0 to 5.1.1\u003c/li\u003e\n\u003cli\u003etagliatelle: force upper case for custom initialisms\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/43d03392d7dc3746fa776dbddd66dfcccff70651\"\u003e\u003ccode\u003e43d0339\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/78dedd36faf478ad43534d3d596f980d70494b26\"\u003e\u003ccode\u003e78dedd3\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/GaijinEntertainment/go-exhaustruct from v3.3.1 t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/fca8610ee8fe3bf0bc2e8b7be7c674dd26aaa289\"\u003e\u003ccode\u003efca8610\u003c/code\u003e\u003c/a\u003e feat: go1.25 support (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5872\"\u003e#5872\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/a1073b14725a179c0c0ce48d6cd69a902b07741f\"\u003e\u003ccode\u003ea1073b1\u003c/code\u003e\u003c/a\u003e dev: minor doc style changes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5999\"\u003e#5999\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/8c86fdf202a8c4321d109a0fc391aa0df9037205\"\u003e\u003ccode\u003e8c86fdf\u003c/code\u003e\u003c/a\u003e docs: dedicated donation page (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5998\"\u003e#5998\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/22f5bfc044eceda5f607768e4b1a91eac6d2d90f\"\u003e\u003ccode\u003e22f5bfc\u003c/code\u003e\u003c/a\u003e docs: add a note about formatters and run command (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5997\"\u003e#5997\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2ec4b4c352631b15f48469dcd701e86281a74827\"\u003e\u003ccode\u003e2ec4b4c\u003c/code\u003e\u003c/a\u003e dev: fix website search for items with quotes (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5994\"\u003e#5994\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/51e0d21ce79ce63f5df6e9755e71b655066e1728\"\u003e\u003ccode\u003e51e0d21\u003c/code\u003e\u003c/a\u003e dev: add website aliases (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5991\"\u003e#5991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/34ab0cb9c0b0d257413f672a54097b0e063e6dd6\"\u003e\u003ccode\u003e34ab0cb\u003c/code\u003e\u003c/a\u003e dev: improve documentation search index (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5989\"\u003e#5989\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/034597cf50e477df56427efb2bac9b80a0bb5e87\"\u003e\u003ccode\u003e034597c\u003c/code\u003e\u003c/a\u003e dev: better website footer (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5992\"\u003e#5992\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manuelarte/embeddedstructfieldcheck` from 0.3.0 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/releases\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: updating flag description to match readme by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/14\"\u003emanuelarte/embeddedstructfieldcheck#14\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependabot github actions by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/17\"\u003emanuelarte/embeddedstructfieldcheck#17\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/18\"\u003emanuelarte/embeddedstructfieldcheck#18\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: updating linters by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/19\"\u003emanuelarte/embeddedstructfieldcheck#19\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update golangci-lint to v2.2 by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/20\"\u003emanuelarte/embeddedstructfieldcheck#20\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/22\"\u003emanuelarte/embeddedstructfieldcheck#22\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all-deps group by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/23\"\u003emanuelarte/embeddedstructfieldcheck#23\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable/disable empty line check by \u003ca href=\"https://github.com/manuelarte\"\u003e\u003ccode\u003e@​manuelarte\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/25\"\u003emanuelarte/embeddedstructfieldcheck#25\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] made their first contribution in \u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/pull/16\"\u003emanuelarte/embeddedstructfieldcheck#16\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ehttps://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/blob/main/CHANGELOG.md\"\u003egithub.com/manuelarte/embeddedstructfieldcheck's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cp\u003eAll notable changes to this project will be documented in this file.\u003c/p\u003e\n\u003cp\u003eThe format is based on \u003ca href=\"https://keepachangelog.com/en/1.1.0/\"\u003eKeep a Changelog\u003c/a\u003e,\nand this project adheres to \u003ca href=\"https://semver.org/spec/v2.0.0.html\"\u003eSemantic Versioning\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/ba6013fa2657391120d6cda5208f66cbec45d5c1\"\u003e\u003ccode\u003eba6013f\u003c/code\u003e\u003c/a\u003e feat: enable/disable empty line check (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/25\"\u003e#25\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5ac85be34f8e57d6cd9d10d2b6816e5fc47707e\"\u003e\u003ccode\u003ef5ac85b\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/23\"\u003e#23\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f5c58b70c014b9a49c77f602c767fa9acd0f5fc0\"\u003e\u003ccode\u003ef5c58b7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools in the all-deps group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/75e25f99397ec23e006192e1a431b08433d3d656\"\u003e\u003ccode\u003e75e25f9\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint to v2.2 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/20\"\u003e#20\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/dcdc260b90d7499bba022e07fdba9189d8418167\"\u003e\u003ccode\u003edcdc260\u003c/code\u003e\u003c/a\u003e chore: updating linters (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/19\"\u003e#19\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/f1e1326fc80c70a7612b72cdc62269aeaa5091eb\"\u003e\u003ccode\u003ef1e1326\u003c/code\u003e\u003c/a\u003e chore(deps): bump golangci/golangci-lint-action in the all-deps group (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/18\"\u003e#18\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/20d468ec16f28ce6f3d68e45565885d0b36755a0\"\u003e\u003ccode\u003e20d468e\u003c/code\u003e\u003c/a\u003e chore: update dependabot github actions (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/17\"\u003e#17\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/4c9e5df258eda6ff0a84c1fbac59b62049950151\"\u003e\u003ccode\u003e4c9e5df\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/16\"\u003e#16\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/3cccb2e94d4318a9fb2694ec4ca327935a0f8695\"\u003e\u003ccode\u003e3cccb2e\u003c/code\u003e\u003c/a\u003e chore: updating flag description to match readme (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/commit/7527eb6f39203534f574cf40fb7cd7bab2ba6d98\"\u003e\u003ccode\u003e7527eb6\u003c/code\u003e\u003c/a\u003e docs(changelog): adding v0.3.0 release (\u003ca href=\"https://redirect.github.com/manuelarte/embeddedstructfieldcheck/issues/13\"\u003e#13\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manuelarte/embeddedstructfieldcheck/compare/v0.3.0...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/clie...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/85","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/85","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/85/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-18T19:42:19.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"3331887109","node_id":"PR_kwDONK9gos6kK5P0","number":4,"state":"open","title":"deps(deps): bump the minor-and-patch group with 11 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-18T19:42:19.000Z","updated_at":"2025-09-19T03:19:24.181Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(deps): bump","group_name":"minor-and-patch","update_count":11,"packages":[{"name":"github.com/BurntSushi/toml","old_version":"1.3.2","new_version":"1.5.0","repository_url":"https://github.com/BurntSushi/toml"},{"name":"github.com/fatih/color","old_version":"1.16.0","new_version":"1.18.0","repository_url":"https://github.com/fatih/color"},{"name":"github.com/schollz/progressbar/v3","old_version":"3.14.1","new_version":"3.18.0","repository_url":"https://github.com/schollz/progressbar"},{"name":"github.com/spf13/cobra","old_version":"1.8.0","new_version":"1.9.1","repository_url":"https://github.com/spf13/cobra"},{"name":"go.uber.org/zap","old_version":"1.26.0","new_version":"1.27.0","repository_url":"https://github.com/uber-go/zap"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/rivo/uniseg","old_version":"0.4.4","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/spf13/pflag","old_version":"1.0.5","new_version":"1.0.6","repository_url":"https://github.com/spf13/pflag"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"golang.org/x/sys","old_version":"0.15.0","new_version":"0.29.0","repository_url":"https://github.com/golang/sys"},{"name":"golang.org/x/term","old_version":"0.15.0","new_version":"0.28.0","repository_url":"https://github.com/golang/term"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-and-patch group with 11 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.5.0` |\n| [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.18.0` |\n| [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.14.1` | `3.18.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.9.1` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.4.4` | `0.4.7` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.29.0` |\n| [golang.org/x/term](https://github.com/golang/term) | `0.15.0` | `0.28.0` |\n\nUpdates `github.com/BurntSushi/toml` from 1.3.2 to 1.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/BurntSushi/toml/releases\"\u003egithub.com/BurntSushi/toml's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.0\u003c/h2\u003e\n\u003cp\u003eMostly some small bugfixes, with a few small new features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd Position.Col, to mark the column an error occurred (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/410\"\u003e#410\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePrint more detailed errors in the \u003ccode\u003etomlv\u003c/code\u003e CLI.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eEnsure ParseError.Message is always set (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/411\"\u003e#411\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eAllow custom string types as map keys (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/414\"\u003e#414\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eMark meta keys as decoded when using Unmarshaler interface (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/426\"\u003e#426\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix encoding when nested inline table ends with map (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/438\"\u003e#438\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix encoding of several layers of embedded structs (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/430\"\u003e#430\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix ErrorWithPosition panic when there is no newline in the TOML document (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/433\"\u003e#433\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.4.0\u003c/h2\u003e\n\u003cp\u003eThis version requires Go 1.18\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdd toml.Marshal() (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/405\"\u003e#405\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eRequire 2-digit hour (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/320\"\u003e#320\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eWrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/398\"\u003e#398\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix inline tables with dotted keys inside inline arrays (e.g. \u003ccode\u003ek=[{a.b=1}]\u003c/code\u003e) (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/400\"\u003e#400\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/d97def528e83313822a9f98946334ffccd542bdf\"\u003e\u003ccode\u003ed97def5\u003c/code\u003e\u003c/a\u003e Update toml-test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/d10101f4fed80a8584aa2346e4701c5f5a184bc5\"\u003e\u003ccode\u003ed10101f\u003c/code\u003e\u003c/a\u003e Correct encoding of comma when nested inline table ends with map\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/75a4f17a6da92eb899b599eafc43a2e7ddd76fc2\"\u003e\u003ccode\u003e75a4f17\u003c/code\u003e\u003c/a\u003e Correct encoding of several layers of embedded structs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/702f5a6d00def72eaea44c3179fa22e050e208f7\"\u003e\u003ccode\u003e702f5a6\u003c/code\u003e\u003c/a\u003e Minor staticcheck fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/6f7689d2591e3da5f945ef556af0387f75d7199f\"\u003e\u003ccode\u003e6f7689d\u003c/code\u003e\u003c/a\u003e Mark meta keys as decoded when using Unmarshaler interface (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/426\"\u003e#426\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/8323983708e9282360078a9050deb4ee30a45250\"\u003e\u003ccode\u003e8323983\u003c/code\u003e\u003c/a\u003e Remove exception for fuzzer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/4664468d6eafff56a043a217a8981cc72e901122\"\u003e\u003ccode\u003e4664468\u003c/code\u003e\u003c/a\u003e Fix ErrorWithPosition panic when less than two lines\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/211c91562a6926d7bf0dcb18a952d58140836837\"\u003e\u003ccode\u003e211c915\u003c/code\u003e\u003c/a\u003e Fix typos in comments, tests, error message (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/432\"\u003e#432\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/c141a29159dcbb855f8ad4c8c20eb49453480edc\"\u003e\u003ccode\u003ec141a29\u003c/code\u003e\u003c/a\u003e Test with Go 1.24 in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/BurntSushi/toml/commit/2918ee74bb664c418ae9b2d6ba356c2ca6c24506\"\u003e\u003ccode\u003e2918ee7\u003c/code\u003e\u003c/a\u003e Fix metadata: do not reuse result of append (\u003ca href=\"https://redirect.github.com/BurntSushi/toml/issues/418\"\u003e#418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/BurntSushi/toml/compare/v1.3.2...v1.5.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/fatih/color` from 1.16.0 to 1.18.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fatih/color/releases\"\u003egithub.com/fatih/color's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd RGB API support by \u003ca href=\"https://github.com/fatih\"\u003e\u003ccode\u003e@​fatih\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/225\"\u003efatih/color#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump GitHub workflow actions by \u003ca href=\"https://github.com/deining\"\u003e\u003ccode\u003e@​deining\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/235\"\u003efatih/color#235\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.18.0 to 0.24.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/236\"\u003efatih/color#236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.24.0 to 0.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/237\"\u003efatih/color#237\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/deining\"\u003e\u003ccode\u003e@​deining\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fatih/color/pull/235\"\u003efatih/color#235\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fatih/color/compare/v1.17.0...v1.18.0\"\u003ehttps://github.com/fatih/color/compare/v1.17.0...v1.18.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.17.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix multi-parameter println spacing by \u003ca href=\"https://github.com/klauspost\"\u003e\u003ccode\u003e@​klauspost\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/228\"\u003efatih/color#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: update Go and Staticcheck versions by \u003ca href=\"https://github.com/fatih\"\u003e\u003ccode\u003e@​fatih\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/222\"\u003efatih/color#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.14.0 to 0.17.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/221\"\u003efatih/color#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/setup-go from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/217\"\u003efatih/color#217\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/sys from 0.17.0 to 0.18.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fatih/color/pull/224\"\u003efatih/color#224\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/klauspost\"\u003e\u003ccode\u003e@​klauspost\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fatih/color/pull/228\"\u003efatih/color#228\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fatih/color/compare/v1.16.0...v1.17.0\"\u003ehttps://github.com/fatih/color/compare/v1.16.0...v1.17.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/1c8d8706604ee5fb9a464e5097ba113101828a75\"\u003e\u003ccode\u003e1c8d870\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/546c2d0f9aa4e97dab39a1ed273fd0aa08765972\"\u003e\u003ccode\u003e546c2d0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/225\"\u003e#225\u003c/a\u003e from fatih/add-rgb-api\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/1ff0f9790840e92e289b824302f71b465c426735\"\u003e\u003ccode\u003e1ff0f97\u003c/code\u003e\u003c/a\u003e Apply suggestions from code review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/5723903daae15b72846d40cf1483c37a1b86ba79\"\u003e\u003ccode\u003e5723903\u003c/code\u003e\u003c/a\u003e Add RGB API support\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/f203fbcecbc160dace4ffcec613221379365c67a\"\u003e\u003ccode\u003ef203fbc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/237\"\u003e#237\u003c/a\u003e from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/60aa7fb483e2b048970dec3925d6c298ea428c4e\"\u003e\u003ccode\u003e60aa7fb\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/sys from 0.24.0 to 0.25.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/741c2f4087173b24f4cb47ad02d93600b0d5c947\"\u003e\u003ccode\u003e741c2f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/236\"\u003e#236\u003c/a\u003e from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/0d24b42a27f768598c311ac3ec1961003418a90a\"\u003e\u003ccode\u003e0d24b42\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/sys from 0.18.0 to 0.24.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/cb154c021886f50c313e686422c7baecff8c0b7f\"\u003e\u003ccode\u003ecb154c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fatih/color/issues/235\"\u003e#235\u003c/a\u003e from deining/fix-typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fatih/color/commit/9b9653e8ce3e644130b0412b9236c1d3e07a5017\"\u003e\u003ccode\u003e9b9653e\u003c/code\u003e\u003c/a\u003e Bump GitHub workflow actions\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fatih/color/compare/v1.16.0...v1.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/schollz/progressbar/v3` from 3.14.1 to 3.18.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/schollz/progressbar/releases\"\u003egithub.com/schollz/progressbar/v3's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadd AddMax by \u003ca href=\"https://github.com/kevin-hanselman\"\u003e\u003ccode\u003e@​kevin-hanselman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/209\"\u003eschollz/progressbar#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add an HTTP server to enable users to monitor status updates via status bars or other UI components. by \u003ca href=\"https://github.com/cmsax\"\u003e\u003ccode\u003e@​cmsax\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/210\"\u003eschollz/progressbar#210\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kevin-hanselman\"\u003e\u003ccode\u003e@​kevin-hanselman\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/209\"\u003eschollz/progressbar#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cmsax\"\u003e\u003ccode\u003e@​cmsax\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/210\"\u003eschollz/progressbar#210\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.17.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: set length to unknown if set to -1 by \u003ca href=\"https://github.com/MegaRedHand\"\u003e\u003ccode\u003e@​MegaRedHand\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/207\"\u003eschollz/progressbar#207\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/MegaRedHand\"\u003e\u003ccode\u003e@​MegaRedHand\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/207\"\u003eschollz/progressbar#207\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1\"\u003ehttps://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.17.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixes \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/138\"\u003e#138\u003c/a\u003e: Add OptionShowTotal by \u003ca href=\"https://github.com/mcamou\"\u003e\u003ccode\u003e@​mcamou\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/205\"\u003eschollz/progressbar#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mcamou\"\u003e\u003ccode\u003e@​mcamou\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/205\"\u003eschollz/progressbar#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.16.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: enable race detector for test and fix all detected races by \u003ca href=\"https://github.com/mxey\"\u003e\u003ccode\u003e@​mxey\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/202\"\u003eschollz/progressbar#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003estyle: go mod tidy by \u003ca href=\"https://github.com/mxey\"\u003e\u003ccode\u003e@​mxey\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/201\"\u003eschollz/progressbar#201\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded BarStartFilled and BarEndFille to Theme struct \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/203\"\u003e#203\u003c/a\u003e by \u003ca href=\"https://github.com/janpfeifer\"\u003e\u003ccode\u003e@​janpfeifer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/204\"\u003eschollz/progressbar#204\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1\"\u003ehttps://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.16.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: make progressbar could update according to an interval or updat… by \u003ca href=\"https://github.com/chengxilo\"\u003e\u003ccode\u003e@​chengxilo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/199\"\u003eschollz/progressbar#199\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0\"\u003ehttps://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.15.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003enew: feature scrolling detail by \u003ca href=\"https://github.com/luo-cheng-xi\"\u003e\u003ccode\u003e@​luo-cheng-xi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/194\"\u003eschollz/progressbar#194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Acquire lock when printing text to fix race condition by \u003ca href=\"https://github.com/gabe565\"\u003e\u003ccode\u003e@​gabe565\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/198\"\u003eschollz/progressbar#198\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: change some attribute about time to time.Time{} by \u003ca href=\"https://github.com/luo-cheng-xi\"\u003e\u003ccode\u003e@​luo-cheng-xi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/schollz/progressbar/pull/196\"\u003eschollz/progressbar#196\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/6e18d116cbbd03ba110df9693bf0dc07768ba5d0\"\u003e\u003ccode\u003e6e18d11\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/d88592dbbc8086249e8cd126c1ab16321727db5a\"\u003e\u003ccode\u003ed88592d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/210\"\u003e#210\u003c/a\u003e from cmsax/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/d4ec0797ecbb3c643684b021196e613cdba85d02\"\u003e\u003ccode\u003ed4ec079\u003c/code\u003e\u003c/a\u003e chore\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/3342791adeb859ec1d3a9e37caf3baaaf6ea5f76\"\u003e\u003ccode\u003e3342791\u003c/code\u003e\u003c/a\u003e feat: add http server\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/77ce0b90ba6fed55969cc2367153ccee54b6a858\"\u003e\u003ccode\u003e77ce0b9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/209\"\u003e#209\u003c/a\u003e from kevin-hanselman/add_max\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/f5093f1cf077f5f41cb8911abfa4722bf44dc158\"\u003e\u003ccode\u003ef5093f1\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/920dfd7e6204a64930841e4e09a7208f2ebdc9b1\"\u003e\u003ccode\u003e920dfd7\u003c/code\u003e\u003c/a\u003e add AddMax\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/23e1221fe77b89b2dc1e802a39347e207bc9d422\"\u003e\u003ccode\u003e23e1221\u003c/code\u003e\u003c/a\u003e update deps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/da94fe0b167aa6982bba1ddc8bc6ff8075c35841\"\u003e\u003ccode\u003eda94fe0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/schollz/progressbar/issues/207\"\u003e#207\u003c/a\u003e from MegaRedHand/fix/change-max-unknown\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/schollz/progressbar/commit/91518511a79ad2f2d227baba7d45a68acb19a9af\"\u003e\u003ccode\u003e9151851\u003c/code\u003e\u003c/a\u003e fix: set length to unknown if set to -1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/schollz/progressbar/compare/v3.14.1...v3.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.8.0 to 1.9.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.9.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix CompletionFunc implementation by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2234\"\u003espf13/cobra#2234\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert \u0026quot;Make detection for test-binary more universal (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2173\"\u003e#2173\u003c/a\u003e)\u0026quot; by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2235\"\u003espf13/cobra#2235\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.9.0...v1.9.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch2\u003e✨ Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow linker to perform deadcode elimination for program using Cobra by \u003ca href=\"https://github.com/aarzilli\"\u003e\u003ccode\u003e@​aarzilli\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1956\"\u003espf13/cobra#1956\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd default completion command even if there are no other sub-commands by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1559\"\u003espf13/cobra#1559\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CompletionWithDesc helper by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2231\"\u003espf13/cobra#2231\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix deprecation comment for Command.SetOutput by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2172\"\u003espf13/cobra#2172\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated ioutil usage by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2181\"\u003espf13/cobra#2181\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix --version help and output for plugins by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2180\"\u003espf13/cobra#2180\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAllow to reset the templates to the default by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2229\"\u003espf13/cobra#2229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤖 Completions\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake Powershell completion work in constrained mode by \u003ca href=\"https://github.com/lstemplinger\"\u003e\u003ccode\u003e@​lstemplinger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2196\"\u003espf13/cobra#2196\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove detection for flags that accept multiple values by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2210\"\u003espf13/cobra#2210\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd CompletionFunc type to help with completions by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2220\"\u003espf13/cobra#2220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd similar whitespace escape logic to bash v2 completions than in other completions by \u003ca href=\"https://github.com/kangasta\"\u003e\u003ccode\u003e@​kangasta\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/1743\"\u003espf13/cobra#1743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePrint ActiveHelp for bash along other completions by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2076\"\u003espf13/cobra#2076\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(completions): Complete map flags multiple times by \u003ca href=\"https://github.com/gabe565\"\u003e\u003ccode\u003e@​gabe565\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2174\"\u003espf13/cobra#2174\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(bash): nounset unbound file filter variable on empty extension by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2228\"\u003espf13/cobra#2228\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧪 Testing\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eTest also with go 1.23 by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2182\"\u003espf13/cobra#2182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake detection for test-binary more universal by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2173\"\u003espf13/cobra#2173\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e✍🏼 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/eltociear\"\u003e\u003ccode\u003e@​eltociear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2197\"\u003espf13/cobra#2197\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove site formatting by \u003ca href=\"https://github.com/nirs\"\u003e\u003ccode\u003e@​nirs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2183\"\u003espf13/cobra#2183\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edoc: add Conduit by \u003ca href=\"https://github.com/raulb\"\u003e\u003ccode\u003e@​raulb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2230\"\u003espf13/cobra#2230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edoc: azion project added to the list of CLIs that use cobra by \u003ca href=\"https://github.com/maxwelbm\"\u003e\u003ccode\u003e@​maxwelbm\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2198\"\u003espf13/cobra#2198\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix broken links in active_help.md by \u003ca href=\"https://github.com/vuil\"\u003e\u003ccode\u003e@​vuil\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2202\"\u003espf13/cobra#2202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: fix function name in comment by \u003ca href=\"https://github.com/zhuhaicity\"\u003e\u003ccode\u003e@​zhuhaicity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2216\"\u003espf13/cobra#2216\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔧 Dependency upgrades\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by \u003ca href=\"https://github.com/thaJeztah\"\u003e\u003ccode\u003e@​thaJeztah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2206\"\u003espf13/cobra#2206\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate to latest go-md2man by \u003ca href=\"https://github.com/mikelolasagasti\"\u003e\u003ccode\u003e@​mikelolasagasti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2201\"\u003espf13/cobra#2201\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/40b5bc1437a564fc795d388b23835e84f54cd1d1\"\u003e\u003ccode\u003e40b5bc1\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Make detection for test-binary more universal (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2173\"\u003e#2173\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2235\"\u003e#2235\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/a97f9fd47b290016526c8af2dac0531fea5cd773\"\u003e\u003ccode\u003ea97f9fd\u003c/code\u003e\u003c/a\u003e fix CompletionFunc implementation (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2234\"\u003e#2234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/5f9c40898e795a9fb0fd5ca83b6e05c3720523d1\"\u003e\u003ccode\u003e5f9c408\u003c/code\u003e\u003c/a\u003e chore: Upgrade dependencies for v1.9.0 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2233\"\u003e#2233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/24ada7fe71e3a3a8741dd52e0a7fc3b97450535a\"\u003e\u003ccode\u003e24ada7f\u003c/code\u003e\u003c/a\u003e Remove the default \u0026quot;completion\u0026quot; cmd if it is alone (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/1559\"\u003e#1559\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/680936a2200be363c61feda8cd29287f0726a48c\"\u003e\u003ccode\u003e680936a\u003c/code\u003e\u003c/a\u003e New logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/8cb30f9ca53a004a6fe88c5cfcc79ac7b24fc638\"\u003e\u003ccode\u003e8cb30f9\u003c/code\u003e\u003c/a\u003e feat: add CompletionWithDesc helper (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2231\"\u003e#2231\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/17b6dca2ffaf6113cbd1cf433ec988fa7d63c6f3\"\u003e\u003ccode\u003e17b6dca\u003c/code\u003e\u003c/a\u003e doc: add Conduit (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2230\"\u003e#2230\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/ab5cadcc1bbe224b329726fc5f8b99d6f93e9805\"\u003e\u003ccode\u003eab5cadc\u003c/code\u003e\u003c/a\u003e Allow to reset the templates to the default (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2229\"\u003e#2229\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4ba5566f5704a9c0d205e1ef3efc4896156d33fa\"\u003e\u003ccode\u003e4ba5566\u003c/code\u003e\u003c/a\u003e fix(bash): nounset unbound file filter variable on empty extension (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2228\"\u003e#2228\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/41b26ec8bb59dfba580f722201bf371c4f5703dd\"\u003e\u003ccode\u003e41b26ec\u003c/code\u003e\u003c/a\u003e Print ActiveHelp for bash along other completions (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2076\"\u003e#2076\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.8.0...v1.9.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/zap` from 1.26.0 to 1.27.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/zap/releases\"\u003ego.uber.org/zap's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.27.0\u003c/h2\u003e\n\u003cp\u003eEnhancements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e[]: Add \u003ccode\u003eWithLazy\u003c/code\u003e method for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e[]: zaptest: Add \u003ccode\u003eNewTestingWriter\u003c/code\u003e for customizing TestingWriter with more flexibility than \u003ccode\u003eNewLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e[]: Add \u003ccode\u003eLog\u003c/code\u003e, \u003ccode\u003eLogw\u003c/code\u003e, \u003ccode\u003eLogln\u003c/code\u003e methods for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e[]: Add \u003ccode\u003eWithPanicHook\u003c/code\u003e option for testing panic logs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThanks to \u003ca href=\"https://github.com/defval\"\u003e\u003ccode\u003e@​defval\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/dimmo\"\u003e\u003ccode\u003e@​dimmo\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/arxeiss\"\u003e\u003ccode\u003e@​arxeiss\u003c/code\u003e\u003c/a\u003e, and \u003ca href=\"https://github.com/MKrupauskas\"\u003e\u003ccode\u003e@​MKrupauskas\u003c/code\u003e\u003c/a\u003e for their contributions to this release.\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1378\"\u003euber-go/zap#1378\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1399\"\u003euber-go/zap#1399\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1406\"\u003euber-go/zap#1406\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1416\"\u003euber-go/zap#1416\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/zap/blob/master/CHANGELOG.md\"\u003ego.uber.org/zap's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.27.0 (20 Feb 2024)\u003c/h2\u003e\n\u003cp\u003eEnhancements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e[]: Add \u003ccode\u003eWithLazy\u003c/code\u003e method for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e[]: zaptest: Add \u003ccode\u003eNewTestingWriter\u003c/code\u003e for customizing TestingWriter with more flexibility than \u003ccode\u003eNewLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e[]: Add \u003ccode\u003eLog\u003c/code\u003e, \u003ccode\u003eLogw\u003c/code\u003e, \u003ccode\u003eLogln\u003c/code\u003e methods for \u003ccode\u003eSugaredLogger\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e[]: Add \u003ccode\u003eWithPanicHook\u003c/code\u003e option for testing panic logs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThanks to \u003ca href=\"https://github.com/defval\"\u003e\u003ccode\u003e@​defval\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/dimmo\"\u003e\u003ccode\u003e@​dimmo\u003c/code\u003e\u003c/a\u003e, \u003ca href=\"https://github.com/arxeiss\"\u003e\u003ccode\u003e@​arxeiss\u003c/code\u003e\u003c/a\u003e, and \u003ca href=\"https://github.com/MKrupauskas\"\u003e\u003ccode\u003e@​MKrupauskas\u003c/code\u003e\u003c/a\u003e for their contributions to this release.\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1378\"\u003e#1378\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1378\"\u003euber-go/zap#1378\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1399\"\u003euber-go/zap#1399\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1406\"\u003euber-go/zap#1406\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/uber-go/zap/pull/1416\"\u003euber-go/zap#1416\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/fcf8ee58669e358bbd6460bef5c2ee7a53c0803a\"\u003e\u003ccode\u003efcf8ee5\u003c/code\u003e\u003c/a\u003e Release v1.27.0 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/e5a56ee593d51f611de3a73cf3140f1c1927d68e\"\u003e\u003ccode\u003ee5a56ee\u003c/code\u003e\u003c/a\u003e Add WithPanicHook logger option for panic log tests (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/0e2aa4e0412dfb49d87f9ec96b47c8296189cfa3\"\u003e\u003ccode\u003e0e2aa4e\u003c/code\u003e\u003c/a\u003e assets: Fix logo color profile (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/956a21c19cf77ea7a78f9f08ca44b6f77f95053a\"\u003e\u003ccode\u003e956a21c\u003c/code\u003e\u003c/a\u003e Add methods for logging with level as argument (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1406\"\u003e#1406\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/2a893f61347ef844d78dcb4ad3b454ee11ae7641\"\u003e\u003ccode\u003e2a893f6\u003c/code\u003e\u003c/a\u003e build(deps): bump golangci/golangci-lint-action from 3 to 4 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/e5745d6095ecc2497281569e8713835f2c4a029f\"\u003e\u003ccode\u003ee5745d6\u003c/code\u003e\u003c/a\u003e ci: Test with Go 1.22 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/7db06bc9b095571d3dc3d4eebdfbe4dd9bd20405\"\u003e\u003ccode\u003e7db06bc\u003c/code\u003e\u003c/a\u003e zapslog: rename Option to HandlerOption (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1411\"\u003e#1411\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/35ded09102db8ce0b2eba3e87f54ba6ce14f2359\"\u003e\u003ccode\u003e35ded09\u003c/code\u003e\u003c/a\u003e zapslog: fix all with slogtest, support inline group, ignore empty group. (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/27b96e378909082d0bf2f0c5802a9f648150fe98\"\u003e\u003ccode\u003e27b96e3\u003c/code\u003e\u003c/a\u003e Make zaptest.NewTestingWriter public (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/zap/commit/70f61bb342203a50f8192b05f7faf40a0f809a91\"\u003e\u003ccode\u003e70f61bb\u003c/code\u003e\u003c/a\u003e zapslog: Bump zap from v1.24.0 to v1.26.0 (\u003ca href=\"https://redirect.github.com/uber-go/zap/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/1f71342c1ee78c126bcb69cd26ed8c2be7e016b3\"\u003e\u003ccode\u003e1f71342\u003c/code\u003e\u003c/a\u003e update deps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/4503567acadfc8967131e7708f241b77589eb28b\"\u003e\u003ccode\u003e4503567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/73\"\u003e#73\u003c/a\u003e from whereswaldon/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/40e70a5010a4844b4c1030a31cebdd52b2e96589\"\u003e\u003ccode\u003e40e70a5\u003c/code\u003e\u003c/a\u003e [Windows] harden system DLL loading\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/603fb50de6b0dcd39ea6d96d9dad3477465519a4\"\u003e\u003ccode\u003e603fb50\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/71\"\u003e#71\u003c/a\u003e from hymkor/fork-20241118\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/664d917a3c0d89f11f7ded4642562bddb926a2b9\"\u003e\u003ccode\u003e664d917\u003c/code\u003e\u003c/a\u003e Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/2b733b5d5ca7f3959b874da32dd775822a35a1a2\"\u003e\u003ccode\u003e2b733b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/69\"\u003e#69\u003c/a\u003e from dolmen-go/merge-appengine-into-others\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/9473000136fc36f73d0784b0bc040888509a1fca\"\u003e\u003ccode\u003e9473000\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/68\"\u003e#68\u003c/a\u003e from dolmen-go/do-not-expose-Windows-Writer\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/3cc8472a2a21fcdd78c18d6a718d3b0bec3f789f\"\u003e\u003ccode\u003e3cc8472\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mattn/go-colorable/issues/67\"\u003e#67\u003c/a\u003e from dolmen-go/ci-go1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/d9a68d594368e217e6261d4d830d0d64183466d6\"\u003e\u003ccode\u003ed9a68d5\u003c/code\u003e\u003c/a\u003e Merge colorable_appengine.go into colorable_others.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-colorable/commit/8e4a944b81b5e985b5a66e8e614c1755d1269747\"\u003e\u003ccode\u003e8e4a944\u003c/code\u003e\u003c/a\u003e Windows: do not export Writer\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-colorable/compare/v0.1.13...v0.1.14\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/rivo/uniseg` from 0.4.4 to 0.4.7\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/03509a98a092b522b2ff0de13e53513d18b3b837\"\u003e\u003ccode\u003e03509a9\u003c/code\u003e\u003c/a\u003e Fixed wrong width calculation for variation selectors combined with regular c...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/601bbb3750c2ab13fb449eaf6f97cab4036b5043\"\u003e\u003ccode\u003e601bbb3\u003c/code\u003e\u003c/a\u003e Clarified some performance statements.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/f302f7fdc43bf9489093294e5476b16b60b97517\"\u003e\u003ccode\u003ef302f7f\u003c/code\u003e\u003c/a\u003e Clarifications and improvements in the package documentation.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/0b9a92418f4b39f85888e0704118fed7c2d36fe9\"\u003e\u003ccode\u003e0b9a924\u003c/code\u003e\u003c/a\u003e Improved performance by using switch statements instead of maps for state tra...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/e258aa188603c0cba9bfc410088a8d754557aa5e\"\u003e\u003ccode\u003ee258aa1\u003c/code\u003e\u003c/a\u003e Switched from transition map to switch statement to improve performance.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/b74d4dcb2a8c8cb4cef9040f1960f556ca7d80a2\"\u003e\u003ccode\u003eb74d4dc\u003c/code\u003e\u003c/a\u003e Some performance improvements by fast-tracking property search on ASCII chara...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/97691fc6a37d466307f1fb8de27b7dc71be28a1c\"\u003e\u003ccode\u003e97691fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/rivo/uniseg/issues/47\"\u003e#47\u003c/a\u003e from junegunn/eastasian-ambiguous\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/1f39ebcfad85753ef4c543645bbd6235ea2672f9\"\u003e\u003ccode\u003e1f39ebc\u003c/code\u003e\u003c/a\u003e Add comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/272e3f06671f1e84c92b501e371feb57283d88a4\"\u003e\u003ccode\u003e272e3f0\u003c/code\u003e\u003c/a\u003e Allow configuring the width of East Asian ambiguous width characters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rivo/uniseg/commit/3628fa14e3cd43899a3277293c4049e42511b597\"\u003e\u003ccode\u003e3628fa1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/rivo/uniseg/issues/42\"\u003e#42\u003c/a\u003e from meowgorithm/unicode-v15.0.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/rivo/uniseg/compare/v0.4.4...v0.4.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/pflag` from 1.0.5 to 1.0.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/pflag/releases\"\u003egithub.com/spf13/pflag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd exported functions to preserve \u003ccode\u003epkg/flag\u003c/code\u003e compatibility by \u003ca href=\"https://github.com/mckern\"\u003e\u003ccode\u003e@​mckern\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/220\"\u003espf13/pflag#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eremove dead code for checking error nil by \u003ca href=\"https://github.com/yashbhutwala\"\u003e\u003ccode\u003e@​yashbhutwala\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/282\"\u003espf13/pflag#282\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd IPNetSlice and unit tests by \u003ca href=\"https://github.com/rpothier\"\u003e\u003ccode\u003e@​rpothier\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/170\"\u003espf13/pflag#170\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eallow for blank ip addresses by \u003ca href=\"https://github.com/duhruh\"\u003e\u003ccode\u003e@​duhruh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/316\"\u003espf13/pflag#316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd github actions by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/419\"\u003espf13/pflag#419\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mckern\"\u003e\u003ccode\u003e@​mckern\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/220\"\u003espf13/pflag#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashbhutwala\"\u003e\u003ccode\u003e@​yashbhutwala\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/282\"\u003espf13/pflag#282\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rpothier\"\u003e\u003ccode\u003e@​rpothier\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/170\"\u003espf13/pflag#170\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/duhruh\"\u003e\u003ccode\u003e@​duhruh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/316\"\u003espf13/pflag#316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/pflag/pull/419\"\u003espf13/pflag#419\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\"\u003ehttps://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/5ca813443bd2a4d9f46a253ea0407d23b3790713\"\u003e\u003ccode\u003e5ca8134\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/spf13/pflag/issues/419\"\u003e#419\u003c/a\u003e from spf13/ci\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/100ab0eb250792014fc1594d94f7fb5c5f0dee37\"\u003e\u003ccode\u003e100ab0e\u003c/code\u003e\u003c/a\u003e disable unsupported dependency graph for now\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/a0f4ddd9fe01ac8fece07be6e3f3ae5dcd7ceec0\"\u003e\u003ccode\u003ea0f4ddd\u003c/code\u003e\u003c/a\u003e fix govet\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/f48cbd1964b57ff7c17e2f233feb49c03efe6417\"\u003e\u003ccode\u003ef48cbd1\u003c/code\u003e\u003c/a\u003e add github actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/d5e0c0615acee7028e1e2740a11102313be88de1\"\u003e\u003ccode\u003ed5e0c06\u003c/code\u003e\u003c/a\u003e allow for blank ip addresses (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/316\"\u003e#316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/85dd5c8bc61cfa382fecd072378089d4e856579d\"\u003e\u003ccode\u003e85dd5c8\u003c/code\u003e\u003c/a\u003e Add IPNetSlice and unit tests (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/170\"\u003e#170\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/6971c29c4a22981adeaee7f4b437c0cffe08c031\"\u003e\u003ccode\u003e6971c29\u003c/code\u003e\u003c/a\u003e remove dead code for checking error nil (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/282\"\u003e#282\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/pflag/commit/81378bbcd8a1005f72b1e8d7579e5dd7b2d612ab\"\u003e\u003ccode\u003e81378bb\u003c/code\u003e\u003c/a\u003e Add exported functions to preserve \u003ccode\u003epkg/flag\u003c/code\u003e compatibility (\u003ca href=\"https://redirect.github.com/spf13/pflag/issues/220\"\u003e#220\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `go.uber.org/multierr` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sys` from 0.15.0 to 0.29.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/d4ac05dc8c4c953ec29cae3df56c0833f4010763\"\u003e\u003ccode\u003ed4ac05d\u003c/code\u003e\u003c/a\u003e windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/680bd24a5f379f8bd7b015f25e94865905dd8b34\"\u003e\u003ccode\u003e680bd24\u003c/code\u003e\u003c/a\u003e windows: remove unused errString type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/a7f19e9c2041d17119bde681964de7f560cf41c0\"\u003e\u003ccode\u003ea7f19e9\u003c/code\u003e\u003c/a\u003e unix: add Dup3 on dragonfly\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/fe16172d1123f5350a8c5585395465de6866de4c\"\u003e\u003ccode\u003efe16172\u003c/code\u003e\u003c/a\u003e unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/0a57dbcf35b2b0a3288884251b763684d3748e39\"\u003e\u003ccode\u003e0a57dbc\u003c/code\u003e\u003c/a\u003e unix: update to kernel Linux 6.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/3cf1e67d0c949e8e6da575b9a2ff8b09ac17d9c1\"\u003e\u003ccode\u003e3cf1e67\u003c/code\u003e\u003c/a\u003e unix: don't fail TestPpoll on EINTR\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/d2cea7095ffebfecd082483022e0e13400ecf0d8\"\u003e\u003ccode\u003ed2cea70\u003c/code\u003e\u003c/a\u003e windows: add functions to get named pipe process IDs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/a13946c675ce76b00da8b04680749446c36d55a5\"\u003e\u003ccode\u003ea13946c\u003c/code\u003e\u003c/a\u003e windows: regenerate zsyscall_windows.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/e0753d46944376af67385bb4c7c419d13967bcd9\"\u003e\u003ccode\u003ee0753d4\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sys/commit/c29efe38de3592b9ec11d314613d7a63126cddbf\"\u003e\u003ccode\u003ec29efe3\u003c/code\u003e\u003c/a\u003e windows: add iphlpapi functions for change notifications\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sys/compare/v0.15.0...v0.29.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.15.0 to 0.28.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/40b02d69cd8f2efc8aeb262071f74fb4319b6661\"\u003e\u003ccode\u003e40b02d6\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/442846aa8d80ebae61e0c2c58e041b92b9b33dc4\"\u003e\u003ccode\u003e442846a\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/b725e362a8129d135cfc48159c4c4117f2cdc3b6\"\u003e\u003ccode\u003eb725e36\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/54df7da90da86330bfdf9c8d1b1f0711d906e64f\"\u003e\u003ccode\u003e54df7da\u003c/code\u003e\u003c/a\u003e README: don't recommend go get\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/9d5441ab55ca2ec4afd8611a45a4bb5c5a957d32\"\u003e\u003ccode\u003e9d5441a\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/2f7b0dd7437f43f64ee482c4f85280a4ddad94ed\"\u003e\u003ccode\u003e2f7b0dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/f867b7695b98cb86bbc9568bc1b5a0d015fffbd4\"\u003e\u003ccode\u003ef867b76\u003c/code\u003e\u003c/a\u003e x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/d59895469ac1327e92a3ee0ecb6dd868315fcd74\"\u003e\u003ccode\u003ed598954\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/d4346f0be292b658f9757739afbafc1882d1b78c\"\u003e\u003ccode\u003ed4346f0\u003c/code\u003e\u003c/a\u003e LICENSE: update per Google Legal\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/c976cb1d70cf59933953bec8a47c867e343c9eac\"\u003e\u003ccode\u003ec976cb1\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/term/compare/v0.15.0...v0.28.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dacrab/craftops/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fcraftops/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-18T06:00:36.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"3329280587","node_id":"PR_kwDOFFptbs6kCRMw","number":44,"state":"open","title":"chore(deps): bump the minor-updates group across 1 directory with 43 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-18T06:00:36.000Z","updated_at":"2025-08-18T06:00:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":43,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.38.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.31.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.87.0","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.65.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"},{"name":"google.golang.org/protobuf","old_version":"1.36.6","new_version":"1.36.7"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 20 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.38.0` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.31.0` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.87.0` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.65.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n| google.golang.org/protobuf | `1.36.6` | `1.36.7` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.38.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.38.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.31.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3\"\u003e\u003ccode\u003e2f44586\u003c/code\u003e\u003c/a\u003e Release 2024-09-20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6\"\u003e\u003ccode\u003e22d0876\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a\"\u003e\u003ccode\u003e5454ab9\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612\"\u003e\u003ccode\u003e06150d9\u003c/code\u003e\u003c/a\u003e add tracing and metrics support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798\"\u003e#2798\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000\"\u003e\u003ccode\u003e18f7b40\u003c/code\u003e\u003c/a\u003e Release 2024-09-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d\"\u003e\u003ccode\u003ee91c9c4\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629\"\u003e\u003ccode\u003e6df0a09\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/98ae6886ccefe00db38a3088e273e524abf3b196\"\u003e\u003ccode\u003e98ae688\u003c/code\u003e\u003c/a\u003e Release 2024-09-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/222928c4e7cc17d406f6c24f2e69b6747e29d43e\"\u003e\u003ccode\u003e222928c\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/887c4de750c99c575f37828f1a646cefadfc4aa7\"\u003e\u003ccode\u003e887c4de\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.31.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.87.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.87.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.65.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.65.0\u003c/h2\u003e\n\u003ch2\u003e‼️ ⚠️ backwards incompatibility! ⚠️ ‼️\u003c/h2\u003e\n\u003cp\u003eIn this version of fasthttp, headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRewrite header parsing to improve spec compliance by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2030\"\u003evalyala/fasthttp#2030\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSimplify Client.Do function and lock usage by \u003ca href=\"https://github.com/byte0o\"\u003e\u003ccode\u003e@​byte0o\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2038\"\u003evalyala/fasthttp#2038\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump securego/gosec from 2.22.5 to 2.22.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2039\"\u003evalyala/fasthttp#2039\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix trailer security by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2043\"\u003evalyala/fasthttp#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix RequestHeader.ContentLength() if disableSpecialHeader is true by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2042\"\u003evalyala/fasthttp#2042\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd reuseport support for Solaris by \u003ca href=\"https://github.com/jwntree\"\u003e\u003ccode\u003e@​jwntree\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2046\"\u003evalyala/fasthttp#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etest: replace atomic operations with atomic types by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2048\"\u003evalyala/fasthttp#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2049\"\u003evalyala/fasthttp#2049\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eOptimize fs to have 0 allocations by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2052\"\u003evalyala/fasthttp#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2055\"\u003evalyala/fasthttp#2055\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jwntree\"\u003e\u003ccode\u003e@​jwntree\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2046\"\u003evalyala/fasthttp#2046\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/f9d84d7c5242423b3ddac7ce6c671ff817274296\"\u003e\u003ccode\u003ef9d84d7\u003c/code\u003e\u003c/a\u003e Rewrite header parsing to improve spec compliance (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2030\"\u003e#2030\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/89010cb2c614d1b0454440ffd4fe54e9d08505b4\"\u003e\u003ccode\u003e89010cb\u003c/code\u003e\u003c/a\u003e chore(deps): bump actions/checkout from 4 to 5 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2055\"\u003e#2055\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/1828bd4eee29b489a516b8c01446e621b3a6953e\"\u003e\u003ccode\u003e1828bd4\u003c/code\u003e\u003c/a\u003e Optimize fs to have 0 allocations (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2052\"\u003e#2052\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/81ebee8c79ae193cb2e30ed2b326ece3681278a8\"\u003e\u003ccode\u003e81ebee8\u003c/code\u003e\u003c/a\u003e Fix PeekKeys()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/c20414a496d520c50299276aab29b43261e54d7c\"\u003e\u003ccode\u003ec20414a\u003c/code\u003e\u003c/a\u003e Remove BenchmarkCoarseTimeNow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/3f641c3246225546dc80ffbdffaafb7ac38e4b82\"\u003e\u003ccode\u003e3f641c3\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2049\"\u003e#2049\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/51b494732003f551d59bf466e3927d9986f96eae\"\u003e\u003ccode\u003e51b4947\u003c/code\u003e\u003c/a\u003e test: replace atomic operations with atomic types (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/1d8fe19359b6f308806a2773713bfde7f13ddf29\"\u003e\u003ccode\u003e1d8fe19\u003c/code\u003e\u003c/a\u003e Add reuseport support for Solaris (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/01d533ad1561d9f2b8878f14e2267e12fc37db1a\"\u003e\u003ccode\u003e01d533a\u003c/code\u003e\u003c/a\u003e Fix RequestHeader.ContentLength() if disableSpecialHeader is true (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2042\"\u003e#2042\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a1c842f19eda39be4b4a60b9d5989aa41e0ba166\"\u003e\u003ccode\u003ea1c842f\u003c/code\u003e\u003c/a\u003e Fix trailer security (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.65.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.34.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a\"\u003e\u003ccode\u003ea35244d\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348\"\u003e\u003ccode\u003e4f53e0c\u003c/code\u003e\u003c/a\u003e term: allow multi-line bracketed paste to not create single line with verbati...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c\"\u003e\u003ccode\u003e27f29d8\u003c/code\u003e\u003c/a\u003e term: remove duplicate flag and add comment on windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.34.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.28.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/425d715b4a85c7698cedf621412bb53794cbda53\"\u003e\u003ccode\u003e425d715\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.28.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.4\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-12-02)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/appsync/CHANGELOG.md#v1170-2022-12-02\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. \u0026quot;/v1/dataplane-evaluatecode\u0026quot;).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ecs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/ecs/CHANGELOG.md#v1201-2022-12-02\"\u003ev1.20.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Amazon ECS\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fms\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/fms/CHANGELOG.md#v1210-2022-12-02\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/mediaconvert/CHANGELOG.md#v1280-2022-12-02\"\u003ev1.28.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/medialive\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/medialive/CHANGELOG.md#v1250-2022-12-02\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updates to Event Signaling and Management (ESAM) API and documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/polly/CHANGELOG.md#v1210-2022-12-02\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add language code for Finnish (fi-FI)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/proton\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/proton/CHANGELOG.md#v1180-2022-12-02\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CreateEnvironmentAccountConnection RoleArn input is now optional\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshiftserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/redshiftserverless/CHANGELOG.md#v130-2022-12-02\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sns\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/sns/CHANGELOG.md#v1187-2022-12-02\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-12-01)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codecatalyst\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/codecatalyst/CHANGELOG.md#v100-2022-12-01\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/comprehend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/comprehend/CHANGELOG.md#v1200-2022-12-01\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/gamelift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/gamelift/CHANGELOG.md#v1160-2022-12-01\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/pipes\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/pipes/CHANGELOG.md#v100-2022-12-01\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sfn\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/sfn/CHANGELOG.md#v1160-2022-12-01\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-30)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/accessanalyzer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/accessanalyzer/CHANGELOG.md#v1180-2022-11-30\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/athena\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/athena/CHANGELOG.md#v1200-2022-11-30\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release includes support for using Apache Spark in Amazon Athena.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dataexchange\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/service/dataexchange/CHANGELOG.md#v1170-2022-11-30\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/93c3f1871b862d743e0bd2e2e7180246df3a9212\"\u003e\u003ccode\u003e93c3f18\u003c/code\u003e\u003c/a\u003e Release 2022-12-02\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7254028f8bc89095326d9e3657fdbc98b98cca94\"\u003e\u003ccode\u003e7254028\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f43ad83db1b3da1c2ea37857524148c91189cb4c\"\u003e\u003ccode\u003ef43ad83\u003c/code\u003e\u003c/a\u003e Update SDK's smithy-go dependency to v1.13.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77d257ee120e67d45a5de6f0d6478f313a21b92a\"\u003e\u003ccode\u003e77d257e\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/779e29ff5a4bcebe1ab7088ab12c4c95ce06f8aa\"\u003e\u003ccode\u003e779e29f\u003c/code\u003e\u003c/a\u003e Release 2022-12-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f64d7d2b0a0033996b32ba9e1b18e5a923452b84\"\u003e\u003ccode\u003ef64d7d2\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9bc59f75ee4683ca886c3d701b49bb81db2efd4d\"\u003e\u003ccode\u003e9bc59f7\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d9c18aa2bdd4c237a4919452f58e29c20ba484cc\"\u003e\u003ccode\u003ed9c18aa\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0259b169b753daf77ad332c680a9ad1e3f56753d\"\u003e\u003ccode\u003e0259b16\u003c/code\u003e\u003c/a\u003e Release 2022-11-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ee0277f1abad4856afc13ced2bfb90a43dbd9d34\"\u003e\u003ccode\u003eee0277f\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-22)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/appflow/CHANGELOG.md#v1210-2022-11-22\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/kinesisanalyticsv2/CHANGELOG.md#v1150-2022-11-22\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for Apache Flink 1.15 in Kinesis Data Analytics.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-21)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/route53\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/route53/CHANGELOG.md#v1250-2022-11-21\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-18.2)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmsap\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/ssmsap/CHANGELOG.md#v101-2022-11-182\"\u003ev1.0.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Removes old model file for ssm sap and uses the new model file to regenerate client\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-18)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/appflow/CHANGELOG.md#v1200-2022-11-18\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/auditmanager/CHANGELOG.md#v1210-2022-11-18\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chimesdkvoice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/chimesdkvoice/CHANGELOG.md#v100-2022-11-18\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See \u003ca href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\"\u003ehttps://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\u003c/a\u003e for more details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/cloudfront/CHANGELOG.md#v1210-2022-11-18\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudFront API support for staging distributions and associated traffic management policies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/connect/CHANGELOG.md#v1380-2022-11-18\"\u003ev1.38.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/dynamodb/CHANGELOG.md#v1176-2022-11-18\"\u003ev1.17.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated minor fixes for DynamoDB documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/dynamodbstreams/CHANGELOG.md#v11325-2022-11-18\"\u003ev1.13.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated minor fixes for DynamoDB documentation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/ec2/CHANGELOG.md#v1720-2022-11-18\"\u003ev1.72.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for copying an Amazon Machine Image's tags when copying an AMI.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/glue/CHANGELOG.md#v1350-2022-11-18\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/iotroborunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/service/iotroborunner/CHANGELOG.md#v100-2022-11-18\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7a32d707aff708a14e7e39927930a1fb2a3bd6f7\"\u003e\u003ccode\u003e7a32d70\u003c/code\u003e\u003c/a\u003e Release 2022-11-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0242bd53d7d653d5af25cb046b4e5cdd9085388d\"\u003e\u003ccode\u003e0242bd5\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/350cc3eb4e1b8bf3e3bd731deb5b43b092d3ac54\"\u003e\u003ccode\u003e350cc3e\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a227ddc7773d739b0cc40d576303d13415c49fbc\"\u003e\u003ccode\u003ea227ddc\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/bec5c47e6039349d12ba39e33261630f90dfdd13\"\u003e\u003ccode\u003ebec5c47\u003c/code\u003e\u003c/a\u003e Release 2022-11-21\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0438d8f026b481eb3217b2d0012b28832ec529d0\"\u003e\u003ccode\u003e0438d8f\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1ec853e23add4a10d313e23b08848ace880c1129\"\u003e\u003ccode\u003e1ec853e\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b30f43183cc4c83d8ab6bde0c28256999a442c4b\"\u003e\u003ccode\u003eb30f431\u003c/code\u003e\u003c/a\u003e Release 2022-11-18.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4fadedce965266b4132b5f9040ede78897e40edd\"\u003e\u003ccode\u003e4fadedc\u003c/code\u003e\u003c/a\u003e Adding changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14ebfbd6f287d16eb1afdad9e1248bd108e70d56\"\u003e\u003ccode\u003e14ebfbd\u003c/code\u003e\u003c/a\u003e Remove old model files for ssm map.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...config/v1.18.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-02-20)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.17.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: fix int overflow bug on 32 bit architecture\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/auditmanager/CHANGELOG.md#v1240-2023-02-20\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/connect/CHANGELOG.md#v1470-2023-02-20\"\u003ev1.47.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Reasons for failed diff has been approved by SDK Reviewer\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/apprunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/apprunner/CHANGELOG.md#v1170-2023-02-17\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release supports removing MaxSize limit for AutoScalingConfiguration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/glue/CHANGELOG.md#v1430-2023-02-17\"\u003ev1.43.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Release of Delta Lake Data Lake Format for Glue Studio Service\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-16)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emr\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/emr/CHANGELOG.md#v1230-2023-02-16\"\u003ev1.23.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/grafana\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/grafana/CHANGELOG.md#v1120-2023-02-16\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/ivs/CHANGELOG.md#v1203-2023-02-16\"\u003ev1.20.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Doc-only update. Updated text description in DeleteChannel, Stream, and StreamSummary.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/wafv2/CHANGELOG.md#v1251-2023-02-16\"\u003ev1.25.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-15)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/accessanalyzer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/accessanalyzer/CHANGELOG.md#v1193-2023-02-15\"\u003ev1.19.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Correct error type parsing for restJson services.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/account\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/account/CHANGELOG.md#v191-2023-02-15\"\u003ev1.9.1\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Correct error type parsing for restJson services.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/acm\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/acm/CHANGELOG.md#v1173-2023-02-15\"\u003ev1.17.3\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2012\"\u003e#2012\u003c/a\u003e tracked in issue \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1910\"\u003e#1910\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b1af56e48042111f0c367b639faaf87ba9bd3001\"\u003e\u003ccode\u003eb1af56e\u003c/code\u003e\u003c/a\u003e Release 2023-02-20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4f504d9665de5f649db0b1d8b43da091f01fb6d7\"\u003e\u003ccode\u003e4f504d9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c6191ffa5f47a5cacf09880387f69d96963b9a21\"\u003e\u003ccode\u003ec6191ff\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8e6fa271cad1a3e18bd04bacdea8d8dc170115ca\"\u003e\u003ccode\u003e8e6fa27\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2026\"\u003e#2026\u003c/a\u003e from aws/firstissue\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9af2842ca9258238ee5f72d85e5d61b12c4a7737\"\u003e\u003ccode\u003e9af2842\u003c/code\u003e\u003c/a\u003e Don't skip anonymous (embedded) fields with named tags (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2022\"\u003e#2022\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1ca1e1831b92e691f1c1d35204f914740ed1345e\"\u003e\u003ccode\u003e1ca1e18\u003c/code\u003e\u003c/a\u003e add changelog entry\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b19c337948f9867adb6295106bc13474c9ad6f6f\"\u003e\u003ccode\u003eb19c337\u003c/code\u003e\u003c/a\u003e fix int overflow on 32 bit architecture\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/50d82a9979e506d66de709e10c053d576a069ce7\"\u003e\u003ccode\u003e50d82a9\u003c/code\u003e\u003c/a\u003e Release 2023-02-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/19dc3750fd7698c2aeb98a15b8e3e1be1d4f9e6a\"\u003e\u003ccode\u003e19dc375\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8fe3523a2c614a4fc173910cd044b9826e336ecc\"\u003e\u003ccode\u003e8fe3523\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...service/m2/v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.3\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0ab2d66f8e3df0b6850a13986c7d8c2d23cbd822\"\u003e\u003ccode\u003e0ab2d66\u003c/code\u003e\u003c/a\u003e Release 2025-08-11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ae8100862e46c1ec9fc7a8f4a8c745928f571118\"\u003e\u003ccode\u003eae81008\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6cf56c18f9973dcebe9e1be40fbdb9291c4610ec\"\u003e\u003ccode\u003e6cf56c1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e25292fe9b6bacc04a83e82c17e94cb1a0acdd9\"\u003e\u003ccode\u003e5e25292\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/14e9fb777684530dbf617624f37f33821d72b04a\"\u003e\u003ccode\u003e14e9fb7\u003c/code\u003e\u003c/a\u003e upgrade to smithy v1.61.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/fcdf6abd15520856083261043702400afd060f3d\"\u003e\u003ccode\u003efcdf6ab\u003c/code\u003e\u003c/a\u003e regen\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/223029934bf4bd2bacace5c7f6d506e3bb60b62f\"\u003e\u003ccode\u003e2230299\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76aa8d73a6c12220e48133ca2f817423bc912190\"\u003e\u003ccode\u003e76aa8d7\u003c/code\u003e\u003c/a\u003e feat: add support for per service options to Config (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145\"\u003e#3145\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/8afe3272e8a75b70d1b93cc3d27a4fb15ae6ce34\"\u003e\u003ccode\u003e8afe327\u003c/code\u003e\u003c/a\u003e Release 2025-08-08\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4d6e55d41fd68ed0157bc0622cf8e2a7987b9fc3\"\u003e\u003ccode\u003e4d6e55d\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-02-20)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.17.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: fix int overflow bug on 32 bit architecture\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/auditmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/auditmanager/CHANGELOG.md#v1240-2023-02-20\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/connect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/connect/CHANGELOG.md#v1470-2023-02-20\"\u003ev1.47.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Reasons for failed diff has been approved by SDK Reviewer\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/apprunner\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/apprunner/CHANGELOG.md#v1170-2023-02-17\"\u003ev1.17.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release supports removing MaxSize limit for AutoScalingConfiguration.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/glue/CHANGELOG.md#v1430-2023-02-17\"\u003ev1.43.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Release of Delta Lake Data Lake Format for Glue Studio Service\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-02-16)\u003c/h1\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emr\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/emr/CHANGELOG.md#v1230-2023-02-16\"\u003ev1.23.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/grafana\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.3/service/grafana/CHANGELOG.md#v1120-2023-02-16\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you t...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-04T01:09:49.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"3287717574","node_id":"PR_kwDOFFptbs6h6cJ5","number":39,"state":"closed","title":"chore(deps): bump the minor-updates group across 1 directory with 44 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2025-08-18T03:46:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-04T01:09:49.000Z","updated_at":"2025-08-18T03:46:46.000Z","time_to_close":1219017,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":44,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.37.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.30.2","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.85.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.64.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 19 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.37.1` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.30.2` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.85.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.37.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.37.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.30.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/383fd26928547348efed0ee1f8914d9e7a1b0287\"\u003e\u003ccode\u003e383fd26\u003c/code\u003e\u003c/a\u003e Release 2024-07-10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4a055f9d9e17eb7ef2206e8e37ba98d661d13e6a\"\u003e\u003ccode\u003e4a055f9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e3457953351e6993f57f5ab8e373af8af70be45b\"\u003e\u003ccode\u003ee345795\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/52a10ac239cc1aab2d070fbb004f6445ca0ddcc0\"\u003e\u003ccode\u003e52a10ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/adab0de9e4ae75aee4f894c99fd1e2ce2de0035e\"\u003e\u003ccode\u003eadab0de\u003c/code\u003e\u003c/a\u003e remove unused jmespath dependency from main module (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2707\"\u003e#2707\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0e07cc82b25692dce8f68e0b5bd0d0c5cdbcd279\"\u003e\u003ccode\u003e0e07cc8\u003c/code\u003e\u003c/a\u003e Release 2024-07-09\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e3583451cd8a91dbca2cc22672c2cfa0c7860cf\"\u003e\u003ccode\u003e5e35834\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a2a28a1eec2a1b6f12f813e4900430a9cc79b6c2\"\u003e\u003ccode\u003ea2a28a1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f5489732257180b7c19456abb050214c2f5cac26\"\u003e\u003ccode\u003ef548973\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e7aad565a65dab9b37da7b49c1c79a699c49d85e\"\u003e\u003ccode\u003ee7aad56\u003c/code\u003e\u003c/a\u003e Release 2024-07-08\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.30.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.85.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.85.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.64.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/b1a54c8de5720d048bc2cc9aef47903bda171a9e\"\u003e\u003ccode\u003eb1a54c8\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2035\"\u003e#2035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/7ac856f71f3b3f8a0df682af0d3d09c88bf0519b\"\u003e\u003ccode\u003e7ac856f\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2036\"\u003e#2036\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/2a917b661a90127b84796d80fc30d4e70845ecfa\"\u003e\u003ccode\u003e2a917b6\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2034\"\u003e#2034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a3c9dab7573946aa0afcee62d94fbfb58e3c4c2c\"\u003e\u003ccode\u003ea3c9dab\u003c/code\u003e\u003c/a\u003e Add warning for deprecated newline separator (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2031\"\u003e#2031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/eb1f908d9764ef1a355bab13ed83ce7cfc5e793e\"\u003e\u003ccode\u003eeb1f908\u003c/code\u003e\u003c/a\u003e refact: eliminate duplication in Request/Response via struct embedding (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2027\"\u003e#2027\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.33.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.33.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.27.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.2\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/amplify/CHANGELOG.md#v1120-2022-11-17\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appflow/CHANGELOG.md#v1190-2022-11-17\"\u003ev1.19.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appsync/CHANGELOG.md#v1160-2022-11-17\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/databasemigrationservice/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ec2/CHANGELOG.md#v1710-2022-11-17\"\u003ev1.71.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new optional parameter \u0026quot;privateIpAddress\u0026quot; for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/elasticloadbalancingv2/CHANGELOG.md#v11825-2022-11-17\"\u003ev1.18.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emrserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/emrserverless/CHANGELOG.md#v140-2022-11-17\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivschat\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ivschat/CHANGELOG.md#v110-2022-11-17\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lambda\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/lambda/CHANGELOG.md#v1250-2022-11-17\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Node 18 (nodejs18.x) support to AWS Lambda.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/personalize\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/personalize/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides support for creation and use of metric attributions in AWS Personalize\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/polly/CHANGELOG.md#v1200-2022-11-17\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/rum\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/rum/CHANGELOG.md#v180-2022-11-17\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3control\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/s3control/CHANGELOG.md#v1260-2022-11-17\"\u003ev1.26.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added 34 new S3 Storage Lens metrics to support additional customer use cases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/secretsmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/secretsmanager/CHANGELOG.md#v1167-2022-11-17\"\u003ev1.16.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Secrets Manager.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/securityhub/CHANGELOG.md#v1240-2022-11-17\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added SourceLayerArn and SourceLayerHash field for security findings.  Updated AwsLambdaFunction Resource detail\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/servicecatalogappregistry/CHANGELOG.md#v1150-2022-11-17\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/sts/CHANGELOG.md#v1174-2022-11-17\"\u003ev1.17.4\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for AWS Security Token Service.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/textract\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/textract/CHANGELOG.md#v1180-2022-11-17\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/workspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/workspaces/CHANGELOG.md#v1270-2022-11-17\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-16)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c38daedb0a1e630091b485a6bf4bfa70e0d3c8d7\"\u003e\u003ccode\u003ec38daed\u003c/code\u003e\u003c/a\u003e Release 2022-11-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/81664391263eb5e42e76689f77528dede681daae\"\u003e\u003ccode\u003e8166439\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9a8dc621f42cac4f12f468c1a09b223d641fa0ed\"\u003e\u003ccode\u003e9a8dc62\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cb64cae577b688a904bd2079e2cd739fc4210072\"\u003e\u003ccode\u003ecb64cae\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/163bba00b3e3a344d5aa834393fd1644450d1828\"\u003e\u003ccode\u003e163bba0\u003c/code\u003e\u003c/a\u003e Release 2022-11-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/51ff054109df5135b16fe0ec3b3a1d46ac0cd2ce\"\u003e\u003ccode\u003e51ff054\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76bd75134bd8ae9e13aa580391da1f3ba65897a9\"\u003e\u003ccode\u003e76bd751\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/00c5ca09c5884ea7181866009102544cdb3b2e90\"\u003e\u003ccode\u003e00c5ca0\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0b04fed445a9ee5e7910ec954566343b0e40d75b\"\u003e\u003ccode\u003e0b04fed\u003c/code\u003e\u003c/a\u003e Release 2022-11-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f9c367a48d5b40c64882852bbce44d83583fcf43\"\u003e\u003ccode\u003ef9c367a\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-06-13)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudtrail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/cloudtrail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This feature allows users to view dashboards for CloudTrail Lake event data stores.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurusecurity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/codegurusecurity/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Initial release of Amazon CodeGuru Security APIs\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/drs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/drs/CHANGELOG.md#v1140-2023-06-13\"\u003ev1.14.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/ec2/CHANGELOG.md#v11000-2023-06-13\"\u003ev1.100.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/imagebuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/imagebuilder/CHANGELOG.md#v1235-2023-06-13\"\u003ev1.23.5\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lightsail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/lightsail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds pagination for the Get Certificates API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/s3/CHANGELOG.md#v1340-2023-06-13\"\u003ev1.34.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Integrate double encryption feature to SDKs.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HeadObject to return types.Nound when an object does not exist. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2084\"\u003e2084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/securityhub/CHANGELOG.md#v1330-2023-06-13\"\u003ev1.33.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add support for Security Hub Automation Rules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/simspaceweaver\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/simspaceweaver/CHANGELOG.md#v130-2023-06-13\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/verifiedpermissions\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/verifiedpermissions/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GA release of Amazon Verified Permissions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wafv2/CHANGELOG.md#v1350-2023-06-13\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wellarchitected\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wellarchitected/CHANGELOG.md#v1210-2023-06-13\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-06-12)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifyuibuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/amplifyuibuilder/CHANGELOG.md#v1110-2023-06-12\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodb/CHANGELOG.md#v1198-2023-06-12\"\u003ev1.19.8\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodbstreams/CHANGELOG.md#v11412-2023-06-12\"\u003ev1.14.12\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB Streams\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fsx\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/fsx/CHANGELOG.md#v1290-2023-06-12\"\u003ev1.29.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/opensearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/opensearch/CHANGELOG.md#v1180-2023-06-12\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for SkipUnavailable connection property for cross cluster search\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/844ff45cdc76182229ad098c95bf3f5ab8c20e9f\"\u003e\u003ccode\u003e844ff45\u003c/code\u003e\u003c/a\u003e Release 2023-06-13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cc294064366687ef764f7bb73a7b08d7222a4f28\"\u003e\u003ccode\u003ecc29406\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/aa907c6969a3d103e6659d9f098f55d13dfde232\"\u003e\u003ccode\u003eaa907c6\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f4a5607dec5b0efe12534373d24bc8885b54531\"\u003e\u003ccode\u003e2f4a560\u003c/code\u003e\u003c/a\u003e chore: typo in Retryer interface (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2148\"\u003e#2148\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ba5a08fbe430c7930ad2227785226200adecd20c\"\u003e\u003ccode\u003eba5a08f\u003c/code\u003e\u003c/a\u003e fix: S3 HeadObject NotFound error never being returned (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2139\"\u003e#2139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9fd4e02a39d0870cef2223437ca2d5daff639b17\"\u003e\u003ccode\u003e9fd4e02\u003c/code\u003e\u003c/a\u003e Release 2023-06-12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/141db3ba663afa2d9b5a72d7ebc90d9a5b39530b\"\u003e\u003ccode\u003e141db3b\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/affe75c6870dca349236b0c064cb28a03e808869\"\u003e\u003ccode\u003eaffe75c\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/91119cfccc79d2bf1f8b54d9a5f4183d4cec5333\"\u003e\u003ccode\u003e91119cf\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/59eb9433701250cba25998eb991fd722e01bde3a\"\u003e\u003ccode\u003e59eb943\u003c/code\u003e\u003c/a\u003e Release 2023-06-09\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...v1.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-08-01T03:59:45.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2711917255","node_id":"PR_kwDOOJ11S86hpJLH","number":84,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 31 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-08-20T19:26:49.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-01T03:59:45.000Z","updated_at":"2025-08-20T19:26:49.000Z","time_to_close":1697224,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":31,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/AlwxSin/noinlineerr","old_version":"1.0.3","new_version":"1.0.5","repository_url":"https://github.com/AlwxSin/noinlineerr"},{"name":"github.com/alecthomas/chroma/v2","old_version":"2.18.0","new_version":"2.19.0","repository_url":"https://github.com/alecthomas/chroma"},{"name":"github.com/bombsimon/wsl/v5","old_version":"5.0.0","new_version":"5.1.1","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.3.0","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.2.1","new_version":"2.3.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/ldez/grignotin","old_version":"0.9.0","new_version":"0.10.0","repository_url":"https://github.com/ldez/grignotin"},{"name":"github.com/prometheus/client_golang","old_version":"1.22.0","new_version":"1.23.0","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 11 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/AlwxSin/noinlineerr](https://github.com/AlwxSin/noinlineerr) | `1.0.3` | `1.0.5` |\n| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.18.0` | `2.19.0` |\n| [github.com/bombsimon/wsl/v5](https://github.com/bombsimon/wsl) | `5.0.0` | `5.1.1` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.2.1` | `2.3.0` |\n| [github.com/ldez/grignotin](https://github.com/ldez/grignotin) | `0.9.0` | `0.10.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/AlwxSin/noinlineerr` from 1.0.3 to 1.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AlwxSin/noinlineerr/releases\"\u003egithub.com/AlwxSin/noinlineerr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ef97bbfdfc15a5367a0e31db611f79caa60bcf1b4 fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1 Update README.md: Fix typos\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee946cdf09b93200fc4a00b224ae52201567e96a0 do not shadow existing errors\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/f97bbfdfc15a5367a0e31db611f79caa60bcf1b4\"\u003e\u003ccode\u003ef97bbfd\u003c/code\u003e\u003c/a\u003e fix false positive case when error is not handling in condition\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/2f59f105d6ab9d299daa6d18811ae23b7cc5c7a1\"\u003e\u003ccode\u003e2f59f10\u003c/code\u003e\u003c/a\u003e Update README.md: Fix typos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AlwxSin/noinlineerr/commit/e946cdf09b93200fc4a00b224ae52201567e96a0\"\u003e\u003ccode\u003ee946cdf\u003c/code\u003e\u003c/a\u003e do not shadow existing errors\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/AlwxSin/noinlineerr/compare/v1.0.3...v1.0.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alecthomas/chroma/v2` from 2.18.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alecthomas/chroma/releases\"\u003egithub.com/alecthomas/chroma/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eadeac8f feat: WASM playground\u003c/li\u003e\n\u003cli\u003e484750a chore: add uv\u003c/li\u003e\n\u003cli\u003ea5ceb28 fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003ecd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e970eacc Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ffb465 chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2c20473 Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec803d79 fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebc60826 Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003effedbf4 fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/adeac8f5dbfb6806a51bcf07eefd89fc8a0aee6a\"\u003e\u003ccode\u003eadeac8f\u003c/code\u003e\u003c/a\u003e feat: WASM playground\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/484750a96fc430f49d6b69cc2a2a8b7a67691446\"\u003e\u003ccode\u003e484750a\u003c/code\u003e\u003c/a\u003e chore: add uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/a5ceb288f9822b1955de579a820719e9d5a39161\"\u003e\u003ccode\u003ea5ceb28\u003c/code\u003e\u003c/a\u003e fix: add lexer compile time validation for group by\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/cd5c4a8d02afadcd9b5c213b67c5baaef15e444d\"\u003e\u003ccode\u003ecd5c4a8\u003c/code\u003e\u003c/a\u003e docs(readme): update go reference badge to point to v2 and new domain (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/970eacc4957f822b03ca169cf72ed0ed464db933\"\u003e\u003ccode\u003e970eacc\u003c/code\u003e\u003c/a\u003e Add MoonScript lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1091\"\u003e#1091\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/6ffb4659a4583e296e609c8a8fa82db31159af97\"\u003e\u003ccode\u003e6ffb465\u003c/code\u003e\u003c/a\u003e chore(deps): update all non-major dependencies (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1082\"\u003e#1082\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/2c20473d3dc0e10a1a9a9d5aa714e6d00e087198\"\u003e\u003ccode\u003e2c20473\u003c/code\u003e\u003c/a\u003e Various lexer \u0026amp; style fixes for RPGLE (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1086\"\u003e#1086\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/c803d7988d7261db3fbb5b209ac9c0f2932cc92a\"\u003e\u003ccode\u003ec803d79\u003c/code\u003e\u003c/a\u003e fix(zig): detect zig object notation files as zig (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1085\"\u003e#1085\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/bc608267c112833788175d1e09a54dbf1ede750c\"\u003e\u003ccode\u003ebc60826\u003c/code\u003e\u003c/a\u003e Add Core lexer (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alecthomas/chroma/commit/ffedbf45448f864136753f432103267d1ae1dab5\"\u003e\u003ccode\u003effedbf4\u003c/code\u003e\u003c/a\u003e fix(kotlin): detect kotlin script files as kotlin (\u003ca href=\"https://redirect.github.com/alecthomas/chroma/issues/1081\"\u003e#1081\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/alecthomas/chroma/compare/v2.18.0...v2.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v5` from 5.0.0 to 5.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.1.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate docs for \u003ccode\u003egolangci-lint\u003c/code\u003e by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/185\"\u003ebombsimon/wsl#185\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/188\"\u003ebombsimon/wsl#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd custom version flag by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/189\"\u003ebombsimon/wsl#189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump version constant for new release by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/190\"\u003ebombsimon/wsl#190\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.1.0...v5.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003etests: rename wsl_test to analyzer_test by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/182\"\u003ebombsimon/wsl#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake error checking more laxed by \u003ca href=\"https://github.com/bombsimon\"\u003e\u003ccode\u003e@​bombsimon\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/184\"\u003ebombsimon/wsl#184\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8ff925878511e19ffaaeb6c37ba8208be259dce1\"\u003e\u003ccode\u003e8ff9258\u003c/code\u003e\u003c/a\u003e Bump version constant for new release (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/190\"\u003e#190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/f3039cf0aad87d10f6ebfe29a97d5e26d3575c1e\"\u003e\u003ccode\u003ef3039cf\u003c/code\u003e\u003c/a\u003e Add custom version flag (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/189\"\u003e#189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/a03bee67a8fef9689da95829745ef6abe0df4ab8\"\u003e\u003ccode\u003ea03bee6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003egolangci-lint\u003c/code\u003e, update config (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/188\"\u003e#188\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ca1b2bd7c9d0d7c38626381a1f4d5c83dbb07305\"\u003e\u003ccode\u003eca1b2bd\u003c/code\u003e\u003c/a\u003e Update docs for \u003ccode\u003egolangci-lint\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/185\"\u003e#185\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/ebb08fc06b129343692b13bc99e089d552b9bb25\"\u003e\u003ccode\u003eebb08fc\u003c/code\u003e\u003c/a\u003e Make error checking more laxed (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/184\"\u003e#184\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/628ebb7d1faa810797e3a8e3c16855f8c8275783\"\u003e\u003ccode\u003e628ebb7\u003c/code\u003e\u003c/a\u003e tests: rename wsl_test to analyzer_test (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/182\"\u003e#182\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v5.0.0...v5.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/go-viper/mapstructure/releases\"\u003egithub.com/go-viper/mapstructure/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace interface{} with any by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/115\"\u003ego-viper/mapstructure#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/114\"\u003ego-viper/mapstructure#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGeneric tests by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/118\"\u003ego-viper/mapstructure#118\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix godoc reference link in README.md by \u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/107\"\u003ego-viper/mapstructure#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add StringToTimeLocationHookFunc to convert strings to *time.Location by \u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add back previous StringToSlice as a weak function by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/119\"\u003ego-viper/mapstructure#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ErfanMomeniii\"\u003e\u003ccode\u003e@​ErfanMomeniii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/117\"\u003ego-viper/mapstructure#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b9794a5f0e73d425210d6614ed833067029155f5\"\u003e\u003ccode\u003eb9794a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/119\"\u003e#119\u003c/a\u003e from go-viper/string-to-weak-slice\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17cdcb0741054e2a33938adf6bd1f2a5c0aa8f30\"\u003e\u003ccode\u003e17cdcb0\u003c/code\u003e\u003c/a\u003e feat: add back previous StringToSlice as a weak function\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/3caca3614c3ab2c5b5d359c44fdcd72058887b19\"\u003e\u003ccode\u003e3caca36\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/117\"\u003e#117\u003c/a\u003e from ErfanMomeniii/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/9a861bc115f2b54ed4e494662f29c172d9ef046a\"\u003e\u003ccode\u003e9a861bc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/107\"\u003e#107\u003c/a\u003e from peczenyj/patch-2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/86ed5b59da0615fb8c3a413f401cdf0231f1234c\"\u003e\u003ccode\u003e86ed5b5\u003c/code\u003e\u003c/a\u003e refactor: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/ace5b4e8b3dec99468ffa9498e42fb09d177b0a6\"\u003e\u003ccode\u003eace5b4e\u003c/code\u003e\u003c/a\u003e chore: add interface any linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/1a4f1aef38bfa8549762aaf42c7c18a5d268e76e\"\u003e\u003ccode\u003e1a4f1ae\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/issues/118\"\u003e#118\u003c/a\u003e from go-viper/generic-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/a2689090ed4348033c36724d866faf1f911a9f63\"\u003e\u003ccode\u003ea268909\u003c/code\u003e\u003c/a\u003e fix: lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/17f1fd44eb7606b109c9bb017c0a1c6d3e93b5cd\"\u003e\u003ccode\u003e17f1fd4\u003c/code\u003e\u003c/a\u003e test: add more comments\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/go-viper/mapstructure/commit/b48c8566836bf291bfee2b217d51fc36e8e61f6f\"\u003e\u003ccode\u003eb48c856\u003c/code\u003e\u003c/a\u003e test: expand tests\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.2.1 to 2.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#230%5D(https://redirect.github.com/golangci/golangci-lint/issues/230)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eefabf437c53f01aea9ae1f36d5d045bc7dddf3e0 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e1f65794d24e081c5040cd7cc0ed62e338d71b63b build(deps): bump github.com/bombsimon/wsl/v5 from 5.0.0 to 5.1.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5917\"\u003e#5917\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb1b3862d065f9dc85d883c5c11a4fa0978c599d8 build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5947\"\u003e#5947\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee36f9d40d1d2bc1665051776ec8684cb3fd1d499 build(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5933\"\u003e#5933\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef8010b0b7085d552f549da789a4abf63f0fdf7a8 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.19.1 to 0.20.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5932\"\u003e#5932\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5b60be10c85efcb2e0334c0bef31042eb8d366d9 build(deps): bump github.com/securego/gosec/v2 from 2.22.5 to 2.22.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5950\"\u003e#5950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7cc0f9ca7a3aa5930c8bd976ef1b53d863c552d8 build(deps): bump github.com/sonatard/noctx from 0.3.4 to 0.3.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5916\"\u003e#5916\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef807e9b28216687521495c3f5af9d8fec42431ce build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5948\"\u003e#5948\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e90a403c3fd679c1064ca01d9a2520ce986c787da build(deps): bump github.com/uudashr/iface from 1.4.0 to 1.4.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5915\"\u003e#5915\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e75d4ce3e83c968dca0e0796c57109c42a1289718 build(deps): bump go-simpler.org/sloglint from 0.11.0 to 0.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5936\"\u003e#5936\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e6ead9d7b8aa3e64b6e0601ac30349699888469c7 build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5934\"\u003e#5934\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ed3252139a8ad06e31140ac07e9b828e1ae5f10dc build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5935\"\u003e#5935\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9298bc069a0eb5eae2bd0e287fd02f98dfec998e fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5939\"\u003e#5939\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://opencollective.com/golangci-lint\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/product/changelog/%5B#222%5D(https://redirect.github.com/golangci/golangci-lint/issues/222)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eb2b08ace3a0f0941451caee8f8d34fb05959aba2 build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.3 to 1.0.4 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5928\"\u003e#5928\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaaeb9a25eb3032a62784f343d095a18d8f0b1b0a build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5914\"\u003e#5914\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb0c55d28660363573984e9e76214d2136973963b build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5918\"\u003e#5918\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e466ecf2de177cb39f2e2cfe5b4f0c26b76b92d48 build(deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5927\"\u003e#5927\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e80027c4d526d2c993f513871bdcd4deb3b9702f8 build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5931\"\u003e#5931\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb86fc8038a65b82acbeadb55f88d20bedf3113b build(deps): bump the linter-testdata group across 2 directories with 3 updates (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5908\"\u003e#5908\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7c8ce4674a4df792b3d54b9091f73e684a44daf2 fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5929\"\u003e#5929\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef6b5aa31704fbfe1845f0453de142fc8f0e303db godot: add noinline value into the JSONSchema (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5922\"\u003e#5922\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md\"\u003egithub.com/golangci/golangci-lint/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch3\u003ev2.3.0\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters new features or changes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eginkgolinter\u003c/code\u003e: from 0.19.1 to 0.20.0 (new option: \u003ccode\u003eforce-assertion-description\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eiface\u003c/code\u003e: from 1.4.0 to 1.4.1 (report message improvements)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoctx\u003c/code\u003e: from 0.3.4 to 0.3.5 (new detections: \u003ccode\u003elog/slog\u003c/code\u003e, \u003ccode\u003eexec\u003c/code\u003e, \u003ccode\u003ecrypto/tls\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003erevive\u003c/code\u003e: from 1.10.0 to 1.11.0 (new rule: \u003ccode\u003eenforce-switch-style\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ewsl\u003c/code\u003e: from 5.0.0 to 5.1.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egosec\u003c/code\u003e: from 2.22.5 to 2.22.6\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.4 to 1.0.5\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esloglint\u003c/code\u003e: from 0.11.0 to 0.11.1\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003ev2.2.2\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eLinters bug fixes\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003enoinlineerr\u003c/code\u003e: from 1.0.3 to 1.0.4\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eDocumentation\n\u003cul\u003e\n\u003cli\u003eImprove debug keys documentation\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eMisc.\n\u003cul\u003e\n\u003cli\u003efix: panic close of closed channel\u003c/li\u003e\n\u003cli\u003egodot: add noinline value into the JSONSchema\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/364a4bbe30932b8eb1cd88d077efe1c0a9025856\"\u003e\u003ccode\u003e364a4bb\u003c/code\u003e\u003c/a\u003e chore: prepare release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/5b60be10c85efcb2e0334c0bef31042eb8d366d9\"\u003e\u003ccode\u003e5b60be1\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/securego/gosec/v2 from 2.22.5 to 2.22.6 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5950\"\u003e#5950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/efabf437c53f01aea9ae1f36d5d045bc7dddf3e0\"\u003e\u003ccode\u003eefabf43\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/AlwxSin/noinlineerr from 1.0.4 to 1.0.5 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5949\"\u003e#5949\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/f807e9b28216687521495c3f5af9d8fec42431ce\"\u003e\u003ccode\u003ef807e9b\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5948\"\u003e#5948\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/b1b3862d065f9dc85d883c5c11a4fa0978c599d8\"\u003e\u003ccode\u003eb1b3862\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5\"\u003e#5\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/2c0fc4270e6f0e77721845388aae4a941e51c3b3\"\u003e\u003ccode\u003e2c0fc42\u003c/code\u003e\u003c/a\u003e build(deps): bump on-headers and compression in /docs (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5944\"\u003e#5944\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/9298bc069a0eb5eae2bd0e287fd02f98dfec998e\"\u003e\u003ccode\u003e9298bc0\u003c/code\u003e\u003c/a\u003e fix: panic: close of closed channel (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5939\"\u003e#5939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/75d4ce3e83c968dca0e0796c57109c42a1289718\"\u003e\u003ccode\u003e75d4ce3\u003c/code\u003e\u003c/a\u003e build(deps): bump go-simpler.org/sloglint from 0.11.0 to 0.11.1 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5936\"\u003e#5936\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/e36f9d40d1d2bc1665051776ec8684cb3fd1d499\"\u003e\u003ccode\u003ee36f9d4\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5933\"\u003e#5933\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/golangci-lint/commit/d3252139a8ad06e31140ac07e9b828e1ae5f10dc\"\u003e\u003ccode\u003ed325213\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5935\"\u003e#5935\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golangci/golangci-lint/compare/v2.2.1...v2.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ldez/grignotin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dddd61c2d54c30c7cfcc2c99ad4d9a009075e02b\"\u003e\u003ccode\u003edddd61c\u003c/code\u003e\u003c/a\u003e feat(metago): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/dbd74128eaa3569c81dc2beb83e82eefa63148ea\"\u003e\u003ccode\u003edbd7412\u003c/code\u003e\u003c/a\u003e feat(version): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b695b95bdfcc7e3360e5dc6bf9c832dfc7812e49\"\u003e\u003ccode\u003eb695b95\u003c/code\u003e\u003c/a\u003e feat(goproxy): use context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/aa902fe9e89e2a0e57057c7859ce83bde021f5e7\"\u003e\u003ccode\u003eaa902fe\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b1de99fd4d4ecd217dc980aa459169098749b978\"\u003e\u003ccode\u003eb1de99f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/bf2f47b2ae8f7485a36f6e6d1abb8cfae0c86129\"\u003e\u003ccode\u003ebf2f47b\u003c/code\u003e\u003c/a\u003e chore: fix readme.md code (\u003ca href=\"https://redirect.github.com/ldez/grignotin/issues/1\"\u003e#1\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/18b7c5f8e87762804dc868f4d8b7afe846bf2fd8\"\u003e\u003ccode\u003e18b7c5f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b32acd32ebd7cfd6da67610815ee588cb1a62c7b\"\u003e\u003ccode\u003eb32acd3\u003c/code\u003e\u003c/a\u003e chore: update linter, dependencies, and min Go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez/grignotin/commit/b6481c1067b964072ef3572632cbccdde4833f34\"\u003e\u003ccode\u003eb6481c1\u003c/code\u003e\u003c/a\u003e chore: update linter, and dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ldez/grignotin/compare/v0.9.0...v0.10.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mgechev/revive` from 1.10.0 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mgechev/revive/releases\"\u003egithub.com/mgechev/revive's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ee585c9be3a86b17f1957778e1d3c23888f34e3b3 chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ea538e521c881c07e330530d8bd61efd83b86ce7f chore(deps): update module golang.org/x/text to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1400\"\u003e#1400\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8d3b01013becf109bdb82c72bd7623123039bd24 chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e594e56503b18ed331f5b4167bb92478fde443f8d chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e77d0d4a54b7b277479a7ec0c66f558ccdd485282 early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e04983a692f0549c24df93e9e1d7fe904af0cc4ec exported: ignore exported symbols from the main package (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1398\"\u003e#1398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecfd69439bb8928320bb517a5b2ca917ea3aa459c feature: new rule enforce-switch-default (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1390\"\u003e#1390\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e772659ea1dec5427c4a79090500899d824956224 fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8 fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e426a27ac0d6cbe7f3dba4ce0dd9e645a913a3a5a fix(deps): update module golang.org/x/tools to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1402\"\u003e#1402\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e92243279ea475f93e3bfa468488f5b44c642a659 fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24c008dd000c009c35867463b25497be939275d3 fix: var-naming rule extraBadPackageNames type (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1404\"\u003e#1404\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e87bd73b28e89671d2215402fc3bffb5a321b2ad9 unexported-return: fix type aliases support (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1408\"\u003e#1408\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee515d11480cd9b40b0f4d94f77f2527fcf5769a8 unexported_return: exclude main package and test and tests files (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1399\"\u003e#1399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e456cbd0aa8653161f185fa39e7802b6621a1a424 var-naming: handle possible panic (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1405\"\u003e#1405\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ecc180e221eff495e5b6a49fe902e869d4de02557 var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/92243279ea475f93e3bfa468488f5b44c642a659\"\u003e\u003ccode\u003e9224327\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/tools to v0.35.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1423\"\u003e#1423\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/cc180e221eff495e5b6a49fe902e869d4de02557\"\u003e\u003ccode\u003ecc180e2\u003c/code\u003e\u003c/a\u003e var-naming: option to skip initialism name checks (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1415\"\u003e#1415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/594e56503b18ed331f5b4167bb92478fde443f8d\"\u003e\u003ccode\u003e594e565\u003c/code\u003e\u003c/a\u003e chore: update golangci-lint; enable a few revive rules (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1420\"\u003e#1420\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/772659ea1dec5427c4a79090500899d824956224\"\u003e\u003ccode\u003e772659e\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/mod to v0.26.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1419\"\u003e#1419\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8d3b01013becf109bdb82c72bd7623123039bd24\"\u003e\u003ccode\u003e8d3b010\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/text to v0.27.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1418\"\u003e#1418\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/8e0de86d83cf4055ced5ca2e5d9cdeb0511f85c8\"\u003e\u003ccode\u003e8e0de86\u003c/code\u003e\u003c/a\u003e fix(deps): update module golang.org/x/sync to v0.16.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1417\"\u003e#1417\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/e585c9be3a86b17f1957778e1d3c23888f34e3b3\"\u003e\u003ccode\u003ee585c9b\u003c/code\u003e\u003c/a\u003e chore(deps): update module golang.org/x/sys to v0.34.0 (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1416\"\u003e#1416\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/47b44556d9d852657d866d131ce71eb428284e29\"\u003e\u003ccode\u003e47b4455\u003c/code\u003e\u003c/a\u003e docs: improve unhandled-error ignore argument examples (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1412\"\u003e#1412\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/03e81029a89342ec7107a3655241f479065e208d\"\u003e\u003ccode\u003e03e8102\u003c/code\u003e\u003c/a\u003e docs: improve Installation section (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1409\"\u003e#1409\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mgechev/revive/commit/77d0d4a54b7b277479a7ec0c66f558ccdd485282\"\u003e\u003ccode\u003e77d0d4a\u003c/code\u003e\u003c/a\u003e early-return: detect short deviated statements (\u003ca href=\"https://redirect.github.com/mgechev/revive/issues/1396\"\u003e#1396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mgechev/revive/compare/v1.10.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/nunnatsa/ginkgolinter` from 0.19.1 to 0.20.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/releases\"\u003egithub.com/nunnatsa/ginkgolinter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.20.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eAdded new linter rule.\u003c/p\u003e\n\u003ch2\u003eNew Linter Rule\u003c/h2\u003e\n\u003ch3\u003eForce assertion descriptions [STYLE] (\u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/issues/200\"\u003e#200\u003c/a\u003e)\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch3\u003eCorrect Usage of the Succeed() and the \u003ccode\u003eHaveOccurred()\u003c/code\u003e matchers [STYLE]\u003c/h3\u003e\n\u003cp\u003eThis rule enforces that all assertions include an optional description message to improve test readability and debugging.\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;)) // This will trigger a warning\n    Eventually(func() bool { return true }).Should(BeTrue()) // This will trigger a warning\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eShould be:\u003c/p\u003e\n\u003cpre lang=\"go\"\u003e\u003ccode\u003eIt(\u0026quot;should test something\u0026quot;, func() {\n    Expect(\u0026quot;hello\u0026quot;).To(Equal(\u0026quot;hello\u0026quot;), \u0026quot;greeting should match\u0026quot;)\n    Eventually(func() bool { return true }).Should(BeTrue(), \u0026quot;condition should eventually be true\u0026quot;)\n})\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis rule is disabled by default. Use the \u003ccode\u003e--force-assertion-description\u003c/code\u003e command line flag to enable it.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eNote\u003c/strong\u003e\u003c/em\u003e: This rule \u003cstrong\u003edoes not\u003c/strong\u003e support auto-fix.\u003c/p\u003e\n\u003ch2\u003eCLI Changes\u003c/h2\u003e\n\u003cp\u003eAdded the new \u003ccode\u003e--force-assertion-description=true\u003c/code\u003e command line parameter, to enable the \u0026quot;Force assertion descriptions\u0026quot; rule.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bootuz\"\u003e\u003ccode\u003e@​bootuz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/nunnatsa/ginkgolinter/pull/200\"\u003enunnatsa/ginkgolinter#200\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ehttps://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/5d2da6f12dc3320d3f7480f62624019782c7807d\"\u003e\u003ccode\u003e5d2da6f\u003c/code\u003e\u003c/a\u003e small cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/d8a607092ae0a279b79658b6b83d2136caefad93\"\u003e\u003ccode\u003ed8a6070\u003c/code\u003e\u003c/a\u003e Fix revive linter warning\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/f35ff22a33b9767cdb98f735fc984b2fdd135d83\"\u003e\u003ccode\u003ef35ff22\u003c/code\u003e\u003c/a\u003e bump golangci-lint to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/6bdec8aea40aa28b78ddda555a3d51ebf1cfc1bf\"\u003e\u003ccode\u003e6bdec8a\u003c/code\u003e\u003c/a\u003e remove some old, unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/ec3014a898ade840b543e299452a21897f774377\"\u003e\u003ccode\u003eec3014a\u003c/code\u003e\u003c/a\u003e Add force-assertion-description rule\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/de1bcdb6a73082fb85b936188d77d8b95005bd0c\"\u003e\u003ccode\u003ede1bcdb\u003c/code\u003e\u003c/a\u003e Change how test-cli is running\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/789e9e9ead568522768d883cf9ff2005922511da\"\u003e\u003ccode\u003e789e9e9\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.34.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/34a0e3cd8432fa71245ec03a4929cdb46aa503d8\"\u003e\u003ccode\u003e34a0e3c\u003c/code\u003e\u003c/a\u003e bump all the dependencies in testdata\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/93b6b3d9cb632c0ebd24077e4ec9dda0fca237a1\"\u003e\u003ccode\u003e93b6b3d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools to v0.32.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nunnatsa/ginkgolinter/commit/66260e99f034498482222724f9bd71ca0820c251\"\u003e\u003ccode\u003e66260e9\u003c/code\u003e\u003c/a\u003e bump golang.org/x/tools to v0.31.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/nunnatsa/ginkgolinter/compare/v0.19.1...v0.20.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/releases\"\u003egithub.com/prometheus/client_golang's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.23.0 - 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_golang/blob/v1.23.0/CHANGELOG.md\"\u003egithub.com/prometheus/client_golang's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.23.0 / 2025-07-30\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1812\"\u003e#1812\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1766\"\u003e#1766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[FEATURE] Add exemplars for native histograms \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1686\"\u003e#1686\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] exp/api: Bubble up status code from writeResponse \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1823\"\u003e#1823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[BUGFIX] exp/api: client prompt return on context cancellation \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1729\"\u003e#1729\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e\"\u003e\u003ccode\u003ee4b2208\u003c/code\u003e\u003c/a\u003e Cut v1.23.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1848\"\u003e#1848\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb\"\u003e\u003ccode\u003ed9492af\u003c/code\u003e\u003c/a\u003e cut v1.23.0-rc.1 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1842\"\u003e#1842\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82\"\u003e\u003ccode\u003eaeae8a0\u003c/code\u003e\u003c/a\u003e Cut v1.23.0-rc.0 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1837\"\u003e#1837\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2\"\u003e\u003ccode\u003eb157309\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1832\"\u003e#1832\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d\"\u003e\u003ccode\u003ea704e28\u003c/code\u003e\u003c/a\u003e build(deps): bump the github-actions group with 3 updates (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1826\"\u003e#1826\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1\"\u003e\u003ccode\u003ec774311\u003c/code\u003e\u003c/a\u003e Fix errNotImplemented reference (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1835\"\u003e#1835\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473\"\u003e\u003ccode\u003edb4db7b\u003c/code\u003e\u003c/a\u003e Update runtime metrics for Go v1.23 and v1.24 (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1833\"\u003e#1833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083\"\u003e\u003ccode\u003e99d380e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1831\"\u003e#1831\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464\"\u003e\u003ccode\u003ef3ef320\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_golang/issues/1828\"\u003e#1828\u003c/a\u003e from prometheus/dependabot/go_modules/exp/github.com...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6\"\u003e\u003ccode\u003e520c91a\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/prometheus/common in /exp\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/client_model/releases\"\u003egithub.com/prometheus/client_model's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/89\"\u003eprometheus/client_model#89\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.33.0 to 1.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/88\"\u003eprometheus/client_model#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/90\"\u003eprometheus/client_model#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.0 to 1.34.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/91\"\u003eprometheus/client_model#91\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/92\"\u003eprometheus/client_model#92\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/93\"\u003eprometheus/client_model#93\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/94\"\u003eprometheus/client_model#94\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/95\"\u003eprometheus/client_model#95\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/96\"\u003eprometheus/client_model#96\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/97\"\u003eprometheus/client_model#97\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/98\"\u003eprometheus/client_model#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/99\"\u003eprometheus/client_model#99\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/100\"\u003eprometheus/client_model#100\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/101\"\u003eprometheus/client_model#101\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/103\"\u003eprometheus/client_model#103\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate google.golang.org/protobuf to v1.35.1 by \u003ca href=\"https://github.com/beorn7\"\u003e\u003ccode\u003e@​beorn7\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/104\"\u003eprometheus/client_model#104\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/105\"\u003eprometheus/client_model#105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/106\"\u003eprometheus/client_model#106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.35.1 to 1.35.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/107\"\u003eprometheus/client_model#107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/108\"\u003eprometheus/client_model#108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.35.2 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/109\"\u003eprometheus/client_model#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/110\"\u003eprometheus/client_model#110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/111\"\u003eprometheus/client_model#111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/112\"\u003eprometheus/client_model#112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.4 to 1.36.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/113\"\u003eprometheus/client_model#113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/114\"\u003eprometheus/client_model#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/115\"\u003eprometheus/client_model#115\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/116\"\u003eprometheus/client_model#116\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 by \u003ca href=\"https://github.com/SuperQ\"\u003e\u003ccode\u003e@​SuperQ\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/client_model/pull/119\"\u003eprometheus/client_model#119\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\"\u003ehttps://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/eb136e513d419e0c31ad750922f0a6f7675c2dee\"\u003e\u003ccode\u003eeb136e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/119\"\u003e#119\u003c/a\u003e from prometheus/superq/google.golang.org/protobuf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/bf7f2ca4b601c87da3e4bf28e64c5386511a0bfc\"\u003e\u003ccode\u003ebf7f2ca\u003c/code\u003e\u003c/a\u003e Update golanci-lint to v2.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/7e9b56c6a570a6dca83ff2d2c425b6dafd7e7338\"\u003e\u003ccode\u003e7e9b56c\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.5 to 1.36.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/ef699ce1c4dd0fe87d4ed44d5457cea731ad92b0\"\u003e\u003ccode\u003eef699ce\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/116\"\u003e#116\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/bf8b12ebfaf1a573f88c60e0d8bbda7d2225ad94\"\u003e\u003ccode\u003ebf8b12e\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/5b939685734c5009fb5cdbb2572cf650ec0f0147\"\u003e\u003ccode\u003e5b93968\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/115\"\u003e#115\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/ae83ddc062246f4acd9341798ad68f9488c7540c\"\u003e\u003ccode\u003eae83ddc\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/afe0b21197864688348dfd1cfd3010afd1ebb485\"\u003e\u003ccode\u003eafe0b21\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/114\"\u003e#114\u003c/a\u003e from prometheus/repo_sync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/75e1daffce92961f7ccf81f69d368aaa984ea411\"\u003e\u003ccode\u003e75e1daf\u003c/code\u003e\u003c/a\u003e Update common Prometheus files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/client_model/commit/73608e20e866edadc15d12cf3cdb441721dd475c\"\u003e\u003ccode\u003e73608e2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/client_model/issues/113\"\u003e#113\u003c/a\u003e from prometheus/dependabot/go_modules/google.golang.o...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/prometheus/common` from 0.62.0 to 0.65.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/prometheus/common/releases\"\u003egithub.com/prometheus/common's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.65.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/789\"\u003eprometheus/common#789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove otlptranslator package by \u003ca href=\"https://github.com/ArthurSens\"\u003e\u003ccode\u003e@​ArthurSens\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/791\"\u003eprometheus/common#791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat(promslog): add Level() method to get slog.Level by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/795\"\u003eprometheus/common#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Support negative duration in new function ParseDurationAllowNegative by \u003ca href=\"https://github.com/iamhalje\"\u003e\u003ccode\u003e@​iamhalje\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/793\"\u003eprometheus/common#793\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/iamhalje\"\u003e\u003ccode\u003e@​iamhalje\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/793\"\u003eprometheus/common#793\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/common/compare/v0.64.0...v0.65.0\"\u003ehttps://github.com/prometheus/common/compare/v0.64.0...v0.65.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.64.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd deprecation notice to otlptranslator by \u003ca href=\"https://github.com/ArthurSens\"\u003e\u003ccode\u003e@​ArthurSens\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/773\"\u003eprometheus/common#773\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/774\"\u003eprometheus/common#774\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/775\"\u003eprometheus/common#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Go by \u003ca href=\"https://github.com/SuperQ\"\u003e\u003ccode\u003e@​SuperQ\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/770\"\u003eprometheus/common#770\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Upgrade golangci-lint to v2 by \u003ca href=\"https://github.com/kakkoyun\"\u003e\u003ccode\u003e@​kakkoyun\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/779\"\u003eprometheus/common#779\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/777\"\u003eprometheus/common#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/776\"\u003eprometheus/common#776\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003epromslog: Use the default timezone (again) by \u003ca href=\"https://github.com/beorn7\"\u003e\u003ccode\u003e@​beorn7\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/739\"\u003eprometheus/common#739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/787\"\u003eprometheus/common#787\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/784\"\u003eprometheus/common#784\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/785\"\u003eprometheus/common#785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/786\"\u003eprometheus/common#786\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor(promslog): make \u003ccode\u003eNewNopLogger()\u003c/code\u003e wrapper around \u003ccode\u003eNew()\u003c/code\u003e by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/783\"\u003eprometheus/common#783\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/788\"\u003eprometheus/common#788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kakkoyun\"\u003e\u003ccode\u003e@​kakkoyun\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/779\"\u003eprometheus/common#779\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/prometheus/common/compare/v0.63.0...v0.64.0\"\u003ehttps://github.com/prometheus/common/compare/v0.63.0...v0.64.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.63.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMaking the map a public variable for promtheus-operator by \u003ca href=\"https://github.com/dongjiang1989\"\u003e\u003ccode\u003e@​dongjiang1989\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/741\"\u003eprometheus/common#741\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esetup ossf scorecard and codeql workflows by \u003ca href=\"https://github.com/mmorel-35\"\u003e\u003ccode\u003e@​mmorel-35\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/564\"\u003eprometheus/common#564\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat(promslog): implement reserved keys, rename duplicates by \u003ca href=\"https://github.com/tjhop\"\u003e\u003ccode\u003e@​tjhop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/746\"\u003eprometheus/common#746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/750\"\u003eprometheus/common#750\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/749\"\u003eprometheus/common#749\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/751\"\u003eprometheus/common#751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003epromslog: Make AllowedLevel concurrency safe. by \u003ca href=\"https://github.com/bwplotka\"\u003e\u003ccode\u003e@​bwplotka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/754\"\u003eprometheus/common#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo 'the an' by \u003ca href=\"https://github.com/petern48\"\u003e\u003ccode\u003e@​petern48\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/752\"\u003eprometheus/common#752\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSynchronize common files from prometheus/prometheus by \u003ca href=\"https://github.com/prombot\"\u003e\u003ccode\u003e@​prombot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/757\"\u003eprometheus/common#757\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/756\"\u003eprometheus/common#756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/761\"\u003eprometheus/common#761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/763\"\u003eprometheus/common#763\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/762\"\u003eprometheus/common#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emodel: Clarify the purpose of model.NameValidationScheme by \u003ca href=\"https://github.com/ywwg\"\u003e\u003ccode\u003e@​ywwg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/prometheus/common/pull/765\"\u003eprometheus/common#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/75c3814dc66c571cc82cee2d3a6bf5f37ee73f1a\"\u003e\u003ccode\u003e75c3814\u003c/code\u003e\u003c/a\u003e feat: Support negative duration in new function ParseDurationAllowNegative (#...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/7bd5fff888acb05c04a857998772b9d7ffe3e8e4\"\u003e\u003ccode\u003e7bd5fff\u003c/code\u003e\u003c/a\u003e feat(promslog): add Level() method to get slog.Level (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/95acce133ca2c07a966a71d475fb936fc282db18\"\u003e\u003ccode\u003e95acce1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/prometheus/common/issues/791\"\u003e#791\u003c/a\u003e from prometheus/remove-otlptranslator\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/1de8cfa8452bf1c800b1e7a7705c1c37410d3326\"\u003e\u003ccode\u003e1de8cfa\u003c/code\u003e\u003c/a\u003e Remove otlptranslator package\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/098669c08af8eee3da33d1d4a4f242a5242cccb8\"\u003e\u003ccode\u003e098669c\u003c/code\u003e\u003c/a\u003e Update common Prometheus files (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/789\"\u003e#789\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/6a35e025c070cb79caad69d0ee61efe25f4742cb\"\u003e\u003ccode\u003e6a35e02\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (\u003ca href=\"https://redirect.github.com/prometheus/common/issues/788\"\u003e#788\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/prometheus/common/commit/487c1803a6305728de302498dadc0cab81bed0f2\"\u003e\u003ccode\u003e487c180\u003c/code\u003e\u003c/a\u003e refactor(promslog): make \u003ccode\u003eNewNopLogger()\u003c/code\u003e wrapper around \u003ccode\u003eNew()\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/prometheus/common/issu...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/multipr/pull/84","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fmultipr/issues/84","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/84/packages"}},{"old_version":"1.10.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-07-31T04:21:30.000Z","version_change":"1.10.0 → 1.11.0","issue":{"uuid":"2708916903","node_id":"PR_kwDOFFptbs6hdsqn","number":37,"state":"closed","title":"chore(deps): bump the minor-updates group across 1 directory with 43 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2025-08-04T00:45:03.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-31T04:21:30.000Z","updated_at":"2025-08-04T00:45:03.000Z","time_to_close":332613,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"minor-updates","update_count":43,"packages":[{"name":"github.com/aws/aws-sdk-go-v2","old_version":"1.36.5","new_version":"1.37.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/config","old_version":"1.29.17","new_version":"1.30.2","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.85.1","repository_url":"https://github.com/aws/aws-sdk-go-v2"},{"name":"github.com/golang-jwt/jwt/v5","old_version":"5.2.2","new_version":"5.3.0","repository_url":"https://github.com/golang-jwt/jwt"},{"name":"github.com/valyala/fasthttp","old_version":"1.63.0","new_version":"1.64.0","repository_url":"https://github.com/valyala/fasthttp"},{"name":"github.com/boombuler/barcode","old_version":"1.0.1-0.20190219062509-6c824513bacc","new_version":"1.1.0","repository_url":"https://github.com/boombuler/barcode"},{"name":"github.com/cpuguy83/go-md2man/v2","old_version":"2.0.6","new_version":"2.0.7","repository_url":"https://github.com/cpuguy83/go-md2man"},{"name":"github.com/gabriel-vasile/mimetype","old_version":"1.4.8","new_version":"1.4.9","repository_url":"https://github.com/gabriel-vasile/mimetype"},{"name":"github.com/go-viper/mapstructure/v2","old_version":"2.2.1","new_version":"2.4.0","repository_url":"https://github.com/go-viper/mapstructure"},{"name":"github.com/mattn/go-colorable","old_version":"0.1.13","new_version":"0.1.14","repository_url":"https://github.com/mattn/go-colorable"},{"name":"github.com/pelletier/go-toml/v2","old_version":"2.2.3","new_version":"2.2.4","repository_url":"https://github.com/pelletier/go-toml"},{"name":"github.com/philhofer/fwd","old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","repository_url":"https://github.com/philhofer/fwd"},{"name":"github.com/prometheus/client_model","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/common","old_version":"0.62.0","new_version":"0.65.0","repository_url":"https://github.com/prometheus/common"},{"name":"github.com/prometheus/procfs","old_version":"0.15.1","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rivo/uniseg","old_version":"0.2.0","new_version":"0.4.7","repository_url":"https://github.com/rivo/uniseg"},{"name":"github.com/sagikazarmark/locafero","old_version":"0.7.0","new_version":"0.10.0","repository_url":"https://github.com/sagikazarmark/locafero"},{"name":"github.com/spf13/cast","old_version":"1.7.1","new_version":"1.9.2","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/pflag","old_version":"1.0.6","new_version":"1.0.7","repository_url":"https://github.com/spf13/pflag"},{"name":"github.com/tinylib/msgp","old_version":"1.2.5","new_version":"1.3.0","repository_url":"https://github.com/tinylib/msgp"},{"name":"go.uber.org/multierr","old_version":"1.10.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps the minor-updates group with 21 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.37.1` |\n| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.30.2` |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.85.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.1-0.20190219062509-6c824513bacc` | `1.1.0` |\n| [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.6` | `2.0.7` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.8` | `1.4.9` |\n| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.2.1` | `2.4.0` |\n| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |\n| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |\n| [github.com/philhofer/fwd](https://github.com/philhofer/fwd) | `1.1.3-0.20240916144458-20a13a1f6b7c` | `1.2.0` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.6.1` | `0.6.2` |\n| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.62.0` | `0.65.0` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.15.1` | `0.17.0` |\n| [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.2.0` | `0.4.7` |\n| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.10.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.9.2` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |\n| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.2.5` | `1.3.0` |\n| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` |\n\n\nUpdates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.37.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/v1.36.5...v1.37.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.30.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/383fd26928547348efed0ee1f8914d9e7a1b0287\"\u003e\u003ccode\u003e383fd26\u003c/code\u003e\u003c/a\u003e Release 2024-07-10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4a055f9d9e17eb7ef2206e8e37ba98d661d13e6a\"\u003e\u003ccode\u003e4a055f9\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e3457953351e6993f57f5ab8e373af8af70be45b\"\u003e\u003ccode\u003ee345795\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/52a10ac239cc1aab2d070fbb004f6445ca0ddcc0\"\u003e\u003ccode\u003e52a10ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/adab0de9e4ae75aee4f894c99fd1e2ce2de0035e\"\u003e\u003ccode\u003eadab0de\u003c/code\u003e\u003c/a\u003e remove unused jmespath dependency from main module (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2707\"\u003e#2707\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0e07cc82b25692dce8f68e0b5bd0d0c5cdbcd279\"\u003e\u003ccode\u003e0e07cc8\u003c/code\u003e\u003c/a\u003e Release 2024-07-09\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5e3583451cd8a91dbca2cc22672c2cfa0c7860cf\"\u003e\u003ccode\u003e5e35834\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/a2a28a1eec2a1b6f12f813e4900430a9cc79b6c2\"\u003e\u003ccode\u003ea2a28a1\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f5489732257180b7c19456abb050214c2f5cac26\"\u003e\u003ccode\u003ef548973\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e7aad565a65dab9b37da7b49c1c79a699c49d85e\"\u003e\u003ccode\u003ee7aad56\u003c/code\u003e\u003c/a\u003e Release 2024-07-08\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.17...v1.30.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.83.0 to 1.85.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.83.0...service/s3/v1.85.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-jwt/jwt/releases\"\u003egithub.com/golang-jwt/jwt/v5's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003cp\u003eThis release is almost identical to to \u003ccode\u003ev5.2.3\u003c/code\u003e but now correctly indicates Go 1.21 as minimum requirement.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCreate CODEOWNERS by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/449\"\u003egolang-jwt/jwt#449\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Go version to indicate correct minimum requirement by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/452\"\u003egolang-jwt/jwt#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump GitHub workflows and Go versions by \u003ca href=\"https://github.com/mfridman\"\u003e\u003ccode\u003e@​mfridman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/438\"\u003egolang-jwt/jwt#438\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplementing validation of multiple audiences by \u003ca href=\"https://github.com/oxisto\"\u003e\u003ccode\u003e@​oxisto\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/433\"\u003egolang-jwt/jwt#433\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golangci/golangci-lint-action from 7 to 8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/440\"\u003egolang-jwt/jwt#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ereplaced interface{} to any by \u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix bug in validation of multiple audiences by \u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aachex\"\u003e\u003ccode\u003e@​aachex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/445\"\u003egolang-jwt/jwt#445\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sfinnman-cotn\"\u003e\u003ccode\u003e@​sfinnman-cotn\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-jwt/jwt/pull/441\"\u003egolang-jwt/jwt#441\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\"\u003ehttps://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a\"\u003e\u003ccode\u003ee9547a1\u003c/code\u003e\u003c/a\u003e Bump Go version to indicate correct minimum requirement (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/452\"\u003e#452\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831\"\u003e\u003ccode\u003e3839817\u003c/code\u003e\u003c/a\u003e Create CODEOWNERS (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/449\"\u003e#449\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad\"\u003e\u003ccode\u003ed83e545\u003c/code\u003e\u003c/a\u003e Fix bug in validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/441\"\u003e#441\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66\"\u003e\u003ccode\u003e75740f1\u003c/code\u003e\u003c/a\u003e replaced interface{} to any (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/445\"\u003e#445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f\"\u003e\u003ccode\u003e048854f\u003c/code\u003e\u003c/a\u003e Bump golangci/golangci-lint-action from 7 to 8 (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/440\"\u003e#440\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7\"\u003e\u003ccode\u003e497a38e\u003c/code\u003e\u003c/a\u003e Implementing validation of multiple audiences (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/433\"\u003e#433\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4\"\u003e\u003ccode\u003e12384ea\u003c/code\u003e\u003c/a\u003e Bump GitHub workflows and Go versions (\u003ca href=\"https://redirect.github.com/golang-jwt/jwt/issues/438\"\u003e#438\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/valyala/fasthttp` from 1.63.0 to 1.64.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/valyala/fasthttp/releases\"\u003egithub.com/valyala/fasthttp's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.64.0\u003c/h2\u003e\n\u003ch2\u003e⚠️ Deprecation warning! ⚠️\u003c/h2\u003e\n\u003cp\u003eIn the next version of fasthttp headers delimited by just \u003ccode\u003e\\n\u003c/code\u003e (instead of \u003ccode\u003e\\r\\n\u003c/code\u003e) are no longer supported!\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd warning for deprecated newline separator by \u003ca href=\"https://github.com/erikdubbelboer\"\u003e\u003ccode\u003e@​erikdubbelboer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2031\"\u003evalyala/fasthttp#2031\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefact: eliminate duplication in Request/Response via struct embedding by \u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2027\"\u003evalyala/fasthttp#2027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2034\"\u003evalyala/fasthttp#2034\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2036\"\u003evalyala/fasthttp#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/valyala/fasthttp/pull/2035\"\u003evalyala/fasthttp#2035\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ehttps://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/b1a54c8de5720d048bc2cc9aef47903bda171a9e\"\u003e\u003ccode\u003eb1a54c8\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2035\"\u003e#2035\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/7ac856f71f3b3f8a0df682af0d3d09c88bf0519b\"\u003e\u003ccode\u003e7ac856f\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2036\"\u003e#2036\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/2a917b661a90127b84796d80fc30d4e70845ecfa\"\u003e\u003ccode\u003e2a917b6\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2034\"\u003e#2034\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/a3c9dab7573946aa0afcee62d94fbfb58e3c4c2c\"\u003e\u003ccode\u003ea3c9dab\u003c/code\u003e\u003c/a\u003e Add warning for deprecated newline separator (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2031\"\u003e#2031\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/valyala/fasthttp/commit/eb1f908d9764ef1a355bab13ed83ce7cfc5e793e\"\u003e\u003ccode\u003eeb1f908\u003c/code\u003e\u003c/a\u003e refact: eliminate duplication in Request/Response via struct embedding (\u003ca href=\"https://redirect.github.com/valyala/fasthttp/issues/2027\"\u003e#2027\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/term` from 0.32.0 to 0.33.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685\"\u003e\u003ccode\u003e30da5dd\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/term/compare/v0.32.0...v0.33.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/text` from 0.26.0 to 0.27.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/text/commit/b6d26456dd3ff554a56f10b1e388db0f8ca862d1\"\u003e\u003ccode\u003eb6d2645\u003c/code\u003e\u003c/a\u003e go.mod: update golang.org/x dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/text/compare/v0.26.0...v0.27.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.11 to 1.7.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: Release new modules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amp\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amp/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplify/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifybackend\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/amplifybackend/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appflow/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appmesh\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/appmesh/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/chime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/chime/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloud9\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloud9/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudformation\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudformation/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudfront\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudfront/CHANGELOG.md#v160-2021-06-25\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudsearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudsearch/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatch/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudwatchevents\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cloudwatchevents/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codebuild\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codebuild/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurureviewer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/codegurureviewer/CHANGELOG.md#v150-2021-06-25\"\u003ev1.5.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentity/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/service/cognitoidentityprovider/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7cdbfce4db06bdd9d8628d456df91364ebe81e63\"\u003e\u003ccode\u003e7cdbfce\u003c/code\u003e\u003c/a\u003e Update README to point to the consolidated Changelog file (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1305\"\u003e#1305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cd60ebc64a790cc61b765f2077e92a07a35c50e7\"\u003e\u003ccode\u003ecd60ebc\u003c/code\u003e\u003c/a\u003e feature/s3/manager: Fix typo in Downloader (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1304\"\u003e#1304\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1d868df6b055dd64c023bbe2a13648e97ee7d161\"\u003e\u003ccode\u003e1d868df\u003c/code\u003e\u003c/a\u003e Endpoint discovery support (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1263\"\u003e#1263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/39470b26cb7481970166932134f1e048c663ad60\"\u003e\u003ccode\u003e39470b2\u003c/code\u003e\u003c/a\u003e Release 2021-06-11\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/rum/v1.6.11...v1.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.70 to 1.18.2\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/credentials's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-11-17)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplify\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/amplify/CHANGELOG.md#v1120-2022-11-17\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appflow\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appflow/CHANGELOG.md#v1190-2022-11-17\"\u003ev1.19.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/appsync/CHANGELOG.md#v1160-2022-11-17\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/databasemigrationservice/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ec2/CHANGELOG.md#v1710-2022-11-17\"\u003ev1.71.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new optional parameter \u0026quot;privateIpAddress\u0026quot; for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/elasticloadbalancingv2/CHANGELOG.md#v11825-2022-11-17\"\u003ev1.18.25\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/emrserverless\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/emrserverless/CHANGELOG.md#v140-2022-11-17\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ivschat\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/ivschat/CHANGELOG.md#v110-2022-11-17\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lambda\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/lambda/CHANGELOG.md#v1250-2022-11-17\"\u003ev1.25.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add Node 18 (nodejs18.x) support to AWS Lambda.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/personalize\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/personalize/CHANGELOG.md#v1220-2022-11-17\"\u003ev1.22.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release provides support for creation and use of metric attributions in AWS Personalize\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/polly\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/polly/CHANGELOG.md#v1200-2022-11-17\"\u003ev1.20.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/rum\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/rum/CHANGELOG.md#v180-2022-11-17\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3control\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/s3control/CHANGELOG.md#v1260-2022-11-17\"\u003ev1.26.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added 34 new S3 Storage Lens metrics to support additional customer use cases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/secretsmanager\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/secretsmanager/CHANGELOG.md#v1167-2022-11-17\"\u003ev1.16.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for Secrets Manager.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/securityhub/CHANGELOG.md#v1240-2022-11-17\"\u003ev1.24.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added SourceLayerArn and SourceLayerHash field for security findings.  Updated AwsLambdaFunction Resource detail\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/servicecatalogappregistry/CHANGELOG.md#v1150-2022-11-17\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/sts/CHANGELOG.md#v1174-2022-11-17\"\u003ev1.17.4\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for AWS Security Token Service.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/textract\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/textract/CHANGELOG.md#v1180-2022-11-17\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/workspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/service/workspaces/CHANGELOG.md#v1270-2022-11-17\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2022-11-16)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c38daedb0a1e630091b485a6bf4bfa70e0d3c8d7\"\u003e\u003ccode\u003ec38daed\u003c/code\u003e\u003c/a\u003e Release 2022-11-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/81664391263eb5e42e76689f77528dede681daae\"\u003e\u003ccode\u003e8166439\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9a8dc621f42cac4f12f468c1a09b223d641fa0ed\"\u003e\u003ccode\u003e9a8dc62\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cb64cae577b688a904bd2079e2cd739fc4210072\"\u003e\u003ccode\u003ecb64cae\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/163bba00b3e3a344d5aa834393fd1644450d1828\"\u003e\u003ccode\u003e163bba0\u003c/code\u003e\u003c/a\u003e Release 2022-11-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/51ff054109df5135b16fe0ec3b3a1d46ac0cd2ce\"\u003e\u003ccode\u003e51ff054\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/76bd75134bd8ae9e13aa580391da1f3ba65897a9\"\u003e\u003ccode\u003e76bd751\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/00c5ca09c5884ea7181866009102544cdb3b2e90\"\u003e\u003ccode\u003e00c5ca0\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/0b04fed445a9ee5e7910ec954566343b0e40d75b\"\u003e\u003ccode\u003e0b04fed\u003c/code\u003e\u003c/a\u003e Release 2022-11-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f9c367a48d5b40c64882852bbce44d83583fcf43\"\u003e\u003ccode\u003ef9c367a\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.70...config/v1.18.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.32 to 1.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-06-13)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/cloudtrail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/cloudtrail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This feature allows users to view dashboards for CloudTrail Lake event data stores.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/codegurusecurity\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/codegurusecurity/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Initial release of Amazon CodeGuru Security APIs\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/drs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/drs/CHANGELOG.md#v1140-2023-06-13\"\u003ev1.14.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/ec2/CHANGELOG.md#v11000-2023-06-13\"\u003ev1.100.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/imagebuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/imagebuilder/CHANGELOG.md#v1235-2023-06-13\"\u003ev1.23.5\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/lightsail\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/lightsail/CHANGELOG.md#v1270-2023-06-13\"\u003ev1.27.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds pagination for the Get Certificates API operation.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/s3\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/s3/CHANGELOG.md#v1340-2023-06-13\"\u003ev1.34.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Integrate double encryption feature to SDKs.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HeadObject to return types.Nound when an object does not exist. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2084\"\u003e2084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securityhub\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/securityhub/CHANGELOG.md#v1330-2023-06-13\"\u003ev1.33.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add support for Security Hub Automation Rules\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/simspaceweaver\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/simspaceweaver/CHANGELOG.md#v130-2023-06-13\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/verifiedpermissions\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/verifiedpermissions/CHANGELOG.md#v100-2023-06-13\"\u003ev1.0.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRelease\u003c/strong\u003e: New AWS service client module\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: GA release of Amazon Verified Permissions.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wafv2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wafv2/CHANGELOG.md#v1350-2023-06-13\"\u003ev1.35.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/wellarchitected\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/wellarchitected/CHANGELOG.md#v1210-2023-06-13\"\u003ev1.21.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-06-12)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/amplifyuibuilder\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/amplifyuibuilder/CHANGELOG.md#v1110-2023-06-12\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodb\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodb/CHANGELOG.md#v1198-2023-06-12\"\u003ev1.19.8\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/dynamodbstreams/CHANGELOG.md#v11412-2023-06-12\"\u003ev1.14.12\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for DynamoDB Streams\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/fsx\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/fsx/CHANGELOG.md#v1290-2023-06-12\"\u003ev1.29.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/opensearch\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.18.1/service/opensearch/CHANGELOG.md#v1180-2023-06-12\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds support for SkipUnavailable connection property for cross cluster search\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/844ff45cdc76182229ad098c95bf3f5ab8c20e9f\"\u003e\u003ccode\u003e844ff45\u003c/code\u003e\u003c/a\u003e Release 2023-06-13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cc294064366687ef764f7bb73a7b08d7222a4f28\"\u003e\u003ccode\u003ecc29406\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/aa907c6969a3d103e6659d9f098f55d13dfde232\"\u003e\u003ccode\u003eaa907c6\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2f4a5607dec5b0efe12534373d24bc8885b54531\"\u003e\u003ccode\u003e2f4a560\u003c/code\u003e\u003c/a\u003e chore: typo in Retryer interface (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2148\"\u003e#2148\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ba5a08fbe430c7930ad2227785226200adecd20c\"\u003e\u003ccode\u003eba5a08f\u003c/code\u003e\u003c/a\u003e fix: S3 HeadObject NotFound error never being returned (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2139\"\u003e#2139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9fd4e02a39d0870cef2223437ca2d5daff639b17\"\u003e\u003ccode\u003e9fd4e02\u003c/code\u003e\u003c/a\u003e Release 2023-06-12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/141db3ba663afa2d9b5a72d7ebc90d9a5b39530b\"\u003e\u003ccode\u003e141db3b\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/affe75c6870dca349236b0c064cb28a03e808869\"\u003e\u003ccode\u003eaffe75c\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/91119cfccc79d2bf1f8b54d9a5f4183d4cec5333\"\u003e\u003ccode\u003e91119cf\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/59eb9433701250cba25998eb991fd722e01bde3a\"\u003e\u003ccode\u003e59eb943\u003c/code\u003e\u003c/a\u003e Release 2023-06-09\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.32...v1.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.36 to 2.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/67148dbe156c9519ccc35f7e46f1df7367c67b81\"\u003e\u003ccode\u003e67148db\u003c/code\u003e\u003c/a\u003e Release 2025-07-30\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b21029eeb2699fcba879fd3639464fbb887c0178\"\u003e\u003ccode\u003eb21029e\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/6c2dde6522c75df1cfeb807e6f7823f644298d78\"\u003e\u003ccode\u003e6c2dde6\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/7b710ac3e2a805dc0c2efa8bead2abb66bfe6169\"\u003e\u003ccode\u003e7b710ac\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/179df1ca8e873d6374f4739e6bab67f3ed62a3c0\"\u003e\u003ccode\u003e179df1c\u003c/code\u003e\u003c/a\u003e update CONTRIBUTING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/456e51a2895e2ce6c712cebacebb10ad5a8f359e\"\u003e\u003ccode\u003e456e51a\u003c/code\u003e\u003c/a\u003e fix changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4ce8fece3fe625af2d8db3d673fcc8265af50485\"\u003e\u003ccode\u003e4ce8fec\u003c/code\u003e\u003c/a\u003e Join errors when retry token is unavailable (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3121\"\u003e#3121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1eea3dbe07dffcef2fdba6f8e2206b32b91d8a83\"\u003e\u003ccode\u003e1eea3db\u003c/code\u003e\u003c/a\u003e Release 2025-07-29\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b63d556f10e3a6a6a48458eeaf5b288feef79c58\"\u003e\u003ccode\u003eb63d556\u003c/code\u003e\u003c/a\u003e Regenerated Clients\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/1258955cdd238d60ed14ed5ce44cedd6e514f41c\"\u003e\u003ccode\u003e1258955\u003c/code\u003e\u003c/a\u003e Update endpoints model\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2.6.36...internal/endpoints/v2.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.36 to 1.4.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/internal/v4a's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2021-07-01)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/ini\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/ini/CHANGELOG.md#v110-2021-07-01\"\u003ev1.1.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Support for \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e[\u003c/code\u003e, \u003ccode\u003e]\u003c/code\u003e being present in expression values.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/autoscaling/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/databrew/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ec2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ec2/CHANGELOG.md#v1110-2021-07-01\"\u003ev1.11.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/glue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/glue/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/kendra\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/kendra/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediaconvert\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediaconvert/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/mediapackagevod\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/mediapackagevod/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/redshift\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/redshift/CHANGELOG.md#v180-2021-07-01\"\u003ev1.8.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemaker\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sagemaker/CHANGELOG.md#v190-2021-07-01\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/servicediscovery\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/servicediscovery/CHANGELOG.md#v170-2021-07-01\"\u003ev1.7.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sqs\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/sqs/CHANGELOG.md#v160-2021-07-01\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/ssmcontacts\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/service/ssmcontacts/CHANGELOG.md#v120-2021-07-01\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: API client updated\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2021-06-25)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.7.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration values for enabling endpoint discovery.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Keep Object-Lock headers a header when presigning Sigv4 signing requests\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/config\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/config/CHANGELOG.md#v140-2021-06-25\"\u003ev1.4.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds configuration setting for enabling endpoint discovery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/credentials\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/credentials/CHANGELOG.md#v130-2021-06-25\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fixed example usages of aws.CredentialsCache (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/cloudfront/sign\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/feature/cloudfront/sign/CHANGELOG.md#v120-2021-06-25\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/pull/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/internal/configsources\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/internal/configsources/CHANGELOG.md#v100-2021-06-25\"\u003ev1.0.0\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/efb96c5f7a9cd506ea76f50f873872a4d6f2e3a5\"\u003e\u003ccode\u003eefb96c5\u003c/code\u003e\u003c/a\u003e Release 2021-07-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/cfdbf01f77f4436515da0a3deb94c5b7b92f0b7b\"\u003e\u003ccode\u003ecfdbf01\u003c/code\u003e\u003c/a\u003e update go sum\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e27b6187a4c28d209e55c458fb61d18cbb83ca27\"\u003e\u003ccode\u003ee27b618\u003c/code\u003e\u003c/a\u003e Updates API models (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/eb286a1780110b755cfdcdaa84cd6d27ef033293\"\u003e\u003ccode\u003eeb286a1\u003c/code\u003e\u003c/a\u003e Support Op and Sep Tokens in Expression Values (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1324\"\u003e#1324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/431a4088086d343b343000a5782557c6b298af4a\"\u003e\u003ccode\u003e431a408\u003c/code\u003e\u003c/a\u003e Release 2021-06-25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5393f4a1e3625e51d736d8e46a9ab81e288a3101\"\u003e\u003ccode\u003e5393f4a\u003c/code\u003e\u003c/a\u003e Updated smithy-go dependency version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d96de3a427321579a75bde4d817adc171b67709c\"\u003e\u003ccode\u003ed96de3a\u003c/code\u003e\u003c/a\u003e Update API Models, adds change log for release, pins protocol test to exclude...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/e216071ce657c2cc2f47cab02c4a2f691604ed88\"\u003e\u003ccode\u003ee216071\u003c/code\u003e\u003c/a\u003e aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/77ed784acdb0878934858937748e836c4dd308d4\"\u003e\u003ccode\u003e77ed784\u003c/code\u003e\u003c/a\u003e feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1298\"\u003e#1298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/d00f3dafe5b5f21cc71e52e54a2c13896a59f706\"\u003e\u003ccode\u003ed00f3da\u003c/code\u003e\u003c/a\u003e credentials: Fix aws.CredentialsCache code usage examples (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1275\"\u003e#1275\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.36...config/v1.4.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.12.4 to 1.13.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2022-01-14)\u003c/h1\u003e\n\u003ch2\u003eGeneral Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated \u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e to latest version\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Updated to the latest SDK module versions\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2\u003c/code\u003e: v1.13.0\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1413\"\u003e#1413\u003c/a\u003e, and is based on PR \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1424\"\u003e#1424\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodb/attributevalue/CHANGELOG.md#v160-2022-01-14\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1494\"\u003eaws/aws-sdk-go-v2#1494\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodbstreams/attributevalue/CHANGELOG.md#v160-2022-01-14\"\u003ev1.6.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/1494\"\u003eaws/aws-sdk-go-v2#1494\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/appsync\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/appsync/CHANGELOG.md#v1120-2022-01-14\"\u003ev1.12.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/autoscalingplans\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/autoscalingplans/CHANGELOG.md#v1100-2022-01-14\"\u003ev1.10.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/computeoptimizer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/computeoptimizer/CHANGELOG.md#v1150-2022-01-14\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/costexplorer\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/costexplorer/CHANGELOG.md#v1150-2022-01-14\"\u003ev1.15.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databasemigrationservice\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databasemigrationservice/CHANGELOG.md#v1160-2022-01-14\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/databrew\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databrew/CHANGELOG.md#v1160-2022-01-14\"\u003ev1.16.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated API models\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-g...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/37","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/37","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/37/packages"}},{"old_version":"1.9.0","new_version":"1.11.0","update_type":"minor","path":null,"pr_created_at":"2025-07-29T20:22:38.000Z","version_change":"1.9.0 → 1.11.0","issue":{"uuid":"2705233267","node_id":"PR_kwDOCtTBRs6hPpVz","number":886,"state":"closed","title":"Bump go.uber.org/multierr from 1.9.0 to 1.11.0","user":"dependabot[bot]","labels":["semver:patch","dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-07-29T20:36:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-29T20:22:38.000Z","updated_at":"2025-07-29T20:37:44.000Z","time_to_close":848,"merged_at":"2025-07-29T20:36:46.000Z","merged_by":"paketo-bot","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"go.uber.org/multierr","old_version":"1.9.0","new_version":"1.11.0","repository_url":"https://github.com/uber-go/multierr"}],"path":null,"ecosystem":"go"},"body":"Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/releases\"\u003ego.uber.org/multierr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eErrors now supports any error that implements multiple-error interface.\u003c/li\u003e\n\u003cli\u003eAdd Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport Go 1.20 Unwrap() []error\u003c/li\u003e\n\u003cli\u003eRemove unused glide.yaml\u003c/li\u003e\n\u003cli\u003eDrop external atomic dependency\u003c/li\u003e\n\u003cli\u003eREADME: Add Features section\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/uber-go/multierr/blob/master/CHANGELOG.md\"\u003ego.uber.org/multierr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev1.11.0 (2023-03-28)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eErrors\u003c/code\u003e now supports any error that implements multiple-error\ninterface.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eEvery\u003c/code\u003e function to allow checking if all errors in the chain\nsatisfies \u003ccode\u003eerrors.Is\u003c/code\u003e against the target error.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev1.10.0 (2023-03-08)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eComply with Go 1.20's multiple-error interface.\u003c/li\u003e\n\u003cli\u003eDrop Go 1.18 support.\nPer the support policy, only Go 1.19 and 1.20 are supported now.\u003c/li\u003e\n\u003cli\u003eDrop all non-test external dependencies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4\"\u003e\u003ccode\u003ede75ae5\u003c/code\u003e\u003c/a\u003e Release v1.11.0 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/79\"\u003e#79\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad\"\u003e\u003ccode\u003ed8067ab\u003c/code\u003e\u003c/a\u003e Support multierr.Every (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/78\"\u003e#78\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19\"\u003e\u003ccode\u003ed42b7a1\u003c/code\u003e\u003c/a\u003e ci: Minimize permissions to workflows (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/77\"\u003e#77\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f\"\u003e\u003ccode\u003efaff69d\u003c/code\u003e\u003c/a\u003e Enable Errors support for any multi-error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/75\"\u003e#75\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e\"\u003e\u003ccode\u003e8767aa9\u003c/code\u003e\u003c/a\u003e Prepare release v1.10 (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/74\"\u003e#74\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680\"\u003e\u003ccode\u003e4504ef7\u003c/code\u003e\u003c/a\u003e README: Add Features section (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/73\"\u003e#73\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d\"\u003e\u003ccode\u003e2fd451d\u003c/code\u003e\u003c/a\u003e Drop external atomic dependency (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/72\"\u003e#72\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2\"\u003e\u003ccode\u003e7876a02\u003c/code\u003e\u003c/a\u003e Remove unused glide.yaml (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/71\"\u003e#71\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2\"\u003e\u003ccode\u003e55bc553\u003c/code\u003e\u003c/a\u003e Support Go 1.20 Unwrap() []error (\u003ca href=\"https://redirect.github.com/uber-go/multierr/issues/69\"\u003e#69\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr\u0026package-manager=go_modules\u0026previous-version=1.9.0\u0026new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/paketo-buildpacks/go-mod-vendor/pull/886","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/paketo-buildpacks%2Fgo-mod-vendor/issues/886","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/886/packages"}}]}