{"id":46148,"name":"github.com/philhofer/fwd","ecosystem":"go","repository_url":"https://github.com/philhofer/fwd","issues_count":8,"created_at":"2025-06-25T18:13:34.844Z","updated_at":"2025-06-25T18:13:34.844Z","purl":"pkg:golang/github.com/philhofer/fwd","metadata":{"id":3492794,"name":"github.com/philhofer/fwd","ecosystem":"go","description":"Package fwd provides a buffered reader\nand writer. Each has methods that help improve\nthe encoding/decoding performance of some binary\nprotocols.\n\nThe Writer and Reader type provide similar\nfunctionality to their counterparts in bufio, plus\na few extra utility methods that simplify read-ahead\nand write-ahead. I wrote this package to improve serialization\nperformance for http://github.com/tinylib/msgp,\nwhere it provided about a 2x speedup over `bufio` for certain\nworkloads. However, care must be taken to understand the semantics of the\nextra methods provided by this package, as they allow\nthe user to access and manipulate the buffer memory\ndirectly.\n\nThe extra methods for Reader are Reader.Peek, Reader.Skip\nand Reader.Next. (*fwd.Reader).Peek, unlike (*bufio.Reader).Peek,\nwill re-allocate the read buffer in order to accommodate arbitrarily\nlarge read-ahead. (*fwd.Reader).Skip skips the next 'n' bytes\nin the stream, and uses the io.Seeker interface if the underlying\nstream implements it. (*fwd.Reader).Next returns a slice pointing\nto the next 'n' bytes in the read buffer (like Reader.Peek), but also\nincrements the read position. This allows users to process streams\nin arbitrary block sizes without having to manage appropriately-sized\nslices. Additionally, obviating the need to copy the data from the\nbuffer to another location in memory can improve performance dramatically\nin CPU-bound applications.\n\nWriter only has one extra method, which is (*fwd.Writer).Next, which\nreturns a slice pointing to the next 'n' bytes of the writer, and increments\nthe write position by the length of the returned slice. This allows users\nto write directly to the end of the buffer.","homepage":"https://github.com/philhofer/fwd","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/philhofer/fwd","keywords_array":[],"namespace":"github.com/philhofer","versions_count":5,"first_release_published_at":"2017-09-05T21:21:22.000Z","latest_release_published_at":"2024-09-16T14:44:58.000Z","latest_release_number":"v1.2.0","last_synced_at":"2025-06-26T14:04:36.896Z","created_at":"2022-04-10T19:12:28.007Z","updated_at":"2025-06-26T14:04:37.510Z","registry_url":"https://pkg.go.dev/github.com/philhofer/fwd","install_command":"go get github.com/philhofer/fwd","documentation_url":"https://pkg.go.dev/github.com/philhofer/fwd#section-documentation","metadata":{},"repo_metadata":{"uuid":"26402338","full_name":"philhofer/fwd","owner":"philhofer","description":"Buffered Reader/Writer","archived":false,"fork":false,"pushed_at":"2022-12-11T15:56:54.000Z","size":43,"stargazers_count":64,"open_issues_count":2,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-02-23T09:02:00.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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,"logo_url":null,"metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-09T16:58:04.000Z","updated_at":"2023-01-10T15:11:06.000Z","dependencies_parsed_at":"2022-08-21T18:30:41.452Z","dependency_job_id":null,"html_url":"https://github.com/philhofer/fwd","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philhofer%2Ffwd","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philhofer%2Ffwd/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philhofer%2Ffwd/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philhofer","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"}},"repo_metadata_updated_at":"2023-03-21T18:38:02.558Z","dependent_packages_count":3426,"downloads":null,"downloads_period":null,"dependent_repos_count":12369,"rankings":{"downloads":null,"dependent_repos_count":0.06639601623902566,"dependent_packages_count":0.061896286222826634,"stargazers_count":5.3813651321878355,"forks_count":5.094327351680183,"docker_downloads_count":0.03189808611483311,"average":2.127176574488941},"purl":"pkg:golang/github.com/philhofer/fwd","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/philhofer/fwd","docker_dependents_count":2026,"docker_downloads_count":12503169798,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/philhofer/fwd","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/philhofer/fwd/dependencies","status":null,"funding_links":[],"critical":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fphilhofer%2Ffwd/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fphilhofer%2Ffwd/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fphilhofer%2Ffwd/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fphilhofer%2Ffwd/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1908168,"maintainers_count":0,"namespaces_count":729768,"keywords_count":103342,"github":"golang","metadata":{"funded_packages_count":40290},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-06-29T05:45:16.681Z","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":3,"unique_repositories_count_past_30_days":1,"recent_issues":[{"uuid":"3647693801","node_id":"PR_kwDODjgJwc60ngLd","number":3788,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /svelte-netlify","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:48:02.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:04:18.000Z","updated_at":"2025-11-20T19:48:03.000Z","time_to_close":17024,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/svelte-netlify","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3788","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3788","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3788/packages"},{"uuid":"3647679618","node_id":"PR_kwDODjgJwc60ndVn","number":3760,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /csrf-with-session","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:47:57.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:01:11.000Z","updated_at":"2025-11-20T19:47:58.000Z","time_to_close":17206,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/csrf-with-session","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3760","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3760","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3760/packages"},{"uuid":"3647679508","node_id":"PR_kwDODjgJwc60ndUJ","number":3759,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /csrf","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:47:55.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:01:09.000Z","updated_at":"2025-11-20T19:47:56.000Z","time_to_close":17206,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/csrf","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3759","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3759","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3759/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":"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":"2698682511","node_id":"PR_kwDOFFptbs6g2qCP","number":36,"state":"open","title":"chore(deps): bump the minor-updates group across 1 directory with 33 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-28T00:57:27.000Z","updated_at":"2025-07-28T00:57:28.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":33,"packages":[{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.84.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.2.3","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/aws/smithy-go","old_version":"1.22.4","new_version":"1.22.5","repository_url":"https://github.com/aws/smithy-go"},{"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/mattn/go-runewidth","old_version":"0.0.15","new_version":"0.0.16","repository_url":"https://github.com/mattn/go-runewidth"},{"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.2","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.9.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.1.8","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 20 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.84.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.2.3` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.4` | `1.22.5` |\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/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.15` | `0.0.16` |\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.2` | `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.9.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.1.8` | `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/service/s3` from 1.83.0 to 1.84.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/f9f7a6bb124a1a7daffc65db40053d97678bd371\"\u003e\u003ccode\u003ef9f7a6b\u003c/code\u003e\u003c/a\u003e Release 2025-07-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c74fb637eb68925187407dfe105ba10d855cecd2\"\u003e\u003ccode\u003ec74fb63\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/d09b46671d6af69a0e1e808c953e5db4a0e5790c\"\u003e\u003ccode\u003ed09b466\u003c/code\u003e\u003c/a\u003e generate aws-eusc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3144\"\u003e#3144\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/45575dd69588782d4a0944c7b3911018613d67c7\"\u003e\u003ccode\u003e45575dd\u003c/code\u003e\u003c/a\u003e Release 2025-07-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/40f9e8b889dbda9e80b651bd55ea13a99d75d6cc\"\u003e\u003ccode\u003e40f9e8b\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/da30009f1debd56e812c58845b0a3ee4e6e1fb58\"\u003e\u003ccode\u003eda30009\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/78fe67fa8c7f08f490e1e04bbe3ce609bfc66fe6\"\u003e\u003ccode\u003e78fe67f\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/654c62d6b16cfa75aba17f6f2feb7d91d627186a\"\u003e\u003ccode\u003e654c62d\u003c/code\u003e\u003c/a\u003e Release 2025-07-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/47a74cd2a3a4464fbb1273db6ede81d2bb72bb1d\"\u003e\u003ccode\u003e47a74cd\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/bdd96b2ea29e4a7c96d0dbe1dc1a039bf85d090c\"\u003e\u003ccode\u003ebdd96b2\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.84.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.2.3\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.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/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.2.3\"\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/internal/configsources` from 1.3.36 to 1.3.37\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/a5d5009095c5f8bf340673926d7dac305b2dcec3\"\u003e\u003ccode\u003ea5d5009\u003c/code\u003e\u003c/a\u003e Release 2023-07-28\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ff82299a6ebbc5e5f0a9eddff7776c072f0cb4e8\"\u003e\u003ccode\u003eff82299\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/fc5a86f8fdc4e9af70b87362a6a55c6c6f91826f\"\u003e\u003ccode\u003efc5a86f\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/62ffb94b9079e4d5e154d7c7de1e89971d88b395\"\u003e\u003ccode\u003e62ffb94\u003c/code\u003e\u003c/a\u003e fix v4.go PresignHTTP doc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2212\"\u003e#2212\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b4d8d26ccac83a0c8e15b01990a475364ac03e52\"\u003e\u003ccode\u003eb4d8d26\u003c/code\u003e\u003c/a\u003e Release 2023-07-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ad521060000fcf57abf457d6d9be1cc0290c0a4f\"\u003e\u003ccode\u003ead52106\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/f335bcf78da9b8d4b4208e5b632441991b2c79c5\"\u003e\u003ccode\u003ef335bcf\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/d5a9934e2bb72aa010b157965263b7f89698a5a4\"\u003e\u003ccode\u003ed5a9934\u003c/code\u003e\u003c/a\u003e Release 2023-07-26\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/247060d3224d694b43e53010f1e6d706d0ed3581\"\u003e\u003ccode\u003e247060d\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/61540ee88b45c53f89b9bb99db5c8fc079900bf5\"\u003e\u003ccode\u003e61540ee\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...internal/ini/v1.3.37\"\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.6.37\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/f9f7a6bb124a1a7daffc65db40053d97678bd371\"\u003e\u003ccode\u003ef9f7a6b\u003c/code\u003e\u003c/a\u003e Release 2025-07-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c74fb637eb68925187407dfe105ba10d855cecd2\"\u003e\u003ccode\u003ec74fb63\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/d09b46671d6af69a0e1e808c953e5db4a0e5790c\"\u003e\u003ccode\u003ed09b466\u003c/code\u003e\u003c/a\u003e generate aws-eusc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3144\"\u003e#3144\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/45575dd69588782d4a0944c7b3911018613d67c7\"\u003e\u003ccode\u003e45575dd\u003c/code\u003e\u003c/a\u003e Release 2025-07-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/40f9e8b889dbda9e80b651bd55ea13a99d75d6cc\"\u003e\u003ccode\u003e40f9e8b\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/da30009f1debd56e812c58845b0a3ee4e6e1fb58\"\u003e\u003ccode\u003eda30009\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/78fe67fa8c7f08f490e1e04bbe3ce609bfc66fe6\"\u003e\u003ccode\u003e78fe67f\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/654c62d6b16cfa75aba17f6f2feb7d91d627186a\"\u003e\u003ccode\u003e654c62d\u003c/code\u003e\u003c/a\u003e Release 2025-07-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/47a74cd2a3a4464fbb1273db6ede81d2bb72bb1d\"\u003e\u003ccode\u003e47a74cd\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/bdd96b2ea29e4a7c96d0dbe1dc1a039bf85d090c\"\u003e\u003ccode\u003ebdd96b2\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.6.37\"\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.3.37\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/a5d5009095c5f8bf340673926d7dac305b2dcec3\"\u003e\u003ccode\u003ea5d5009\u003c/code\u003e\u003c/a\u003e Release 2023-07-28\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ff82299a6ebbc5e5f0a9eddff7776c072f0cb4e8\"\u003e\u003ccode\u003eff82299\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/fc5a86f8fdc4e9af70b87362a6a55c6c6f91826f\"\u003e\u003ccode\u003efc5a86f\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/62ffb94b9079e4d5e154d7c7de1e89971d88b395\"\u003e\u003ccode\u003e62ffb94\u003c/code\u003e\u003c/a\u003e fix v4.go PresignHTTP doc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2212\"\u003e#2212\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b4d8d26ccac83a0c8e15b01990a475364ac03e52\"\u003e\u003ccode\u003eb4d8d26\u003c/code\u003e\u003c/a\u003e Release 2023-07-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ad521060000fcf57abf457d6d9be1cc0290c0a4f\"\u003e\u003ccode\u003ead52106\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/f335bcf78da9b8d4b4208e5b632441991b2c79c5\"\u003e\u003ccode\u003ef335bcf\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/d5a9934e2bb72aa010b157965263b7f89698a5a4\"\u003e\u003ccode\u003ed5a9934\u003c/code\u003e\u003c/a\u003e Release 2023-07-26\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/247060d3224d694b43e53010f1e6d706d0ed3581\"\u003e\u003ccode\u003e247060d\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/61540ee88b45c53f89b9bb99db5c8fc079900bf5\"\u003e\u003ccode\u003e61540ee\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...internal/ini/v1.3.37\"\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/checksum` from 1.7.4 to 1.7.5\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/4599f78694cabb6853addabc6f92cb197fdb5647\"\u003e\u003ccode\u003e4599f78\u003c/code\u003e\u003c/a\u003e Release 2023-08-21\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2a439ce0fdda24816a5ea71c083765af67e93599\"\u003e\u003ccode\u003e2a439ce\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/46f31d76b34aefbc66bbfb08d2ef7e22267d4b66\"\u003e\u003ccode\u003e46f31d7\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/525486a4cfa9b8364ea5346a526dd1f92d3edc76\"\u003e\u003ccode\u003e525486a\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/b4e3176642b69937575f61f752f7d094fb6f4084\"\u003e\u003ccode\u003eb4e3176\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2189\"\u003e#2189\u003c/a\u003e from aws/feat-presign-polly\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/30fe9b8de4c8538156248ae21b577a3e49170750\"\u003e\u003ccode\u003e30fe9b8\u003c/code\u003e\u003c/a\u003e Modify and Merge polly mod import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f6c1d4839450e7f99850868570ff0c47850b72ca\"\u003e\u003ccode\u003ef6c1d48\u003c/code\u003e\u003c/a\u003e sync polly presigner from main\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/m2/v1.7.4...service/m2/v1.7.5\"\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/presigned-url` from 1.12.17 to 1.12.18\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/289bbd880a1aa7f88dc5a8be4a48869861aa949b\"\u003e\u003ccode\u003e289bbd8\u003c/code\u003e\u003c/a\u003e Release 2022-09-02\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4169b1a526e46fd72ae275925d4f0a09152355bf\"\u003e\u003ccode\u003e4169b1a\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/e02802d3d2ccda7699a55800f7a8e58fa59cc2b8\"\u003e\u003ccode\u003ee02802d\u003c/code\u003e\u003c/a\u003e Update SDK's smithy-go dependency to v1.13.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9f98fe25508538ae25d0b07ffe2709f5fae6e0d4\"\u003e\u003ccode\u003e9f98fe2\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/824a8eb58b66dbcad91432561577be45ccbefadf\"\u003e\u003ccode\u003e824a8eb\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/05a6aab6a1c03d3835dfe3285fabc2e275229b70\"\u003e\u003ccode\u003e05a6aab\u003c/code\u003e\u003c/a\u003e Release 2022-09-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5a4fbfe93646991e088c05daeb1586dd685973ce\"\u003e\u003ccode\u003e5a4fbfe\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/b9fde2d8c6bb409930211633e24afe7da8286ef7\"\u003e\u003ccode\u003eb9fde2d\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/18081400926772d62a7e8476cb156762deaaa5fc\"\u003e\u003ccode\u003e1808140\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.17...credentials/v1.12.18\"\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/s3shared` from 1.18.17 to 1.18.18\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.18/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/service/internal/s3shared's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-03-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\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\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.18.18/config/CHANGELOG.md#v11818-2023-03-16\"\u003ev1.18.18\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Allow RoleARN to be set as functional option on STS WebIdentityRoleOptions. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2\"\u003eaws/aws-sdk-go-v22\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/guardduty\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/guardduty/CHANGELOG.md#v1180-2023-03-16\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/resourceexplorer2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/resourceexplorer2/CHANGELOG.md#v127-2023-03-16\"\u003ev1.2.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemakerruntime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/sagemakerruntime/CHANGELOG.md#v1187-2023-03-16\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for SageMaker Runtime\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-15)\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/migrationhubstrategy\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/migrationhubstrategy/CHANGELOG.md#v190-2023-03-15\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.\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.18/service/s3control/CHANGELOG.md#v1310-2023-03-15\"\u003ev1.31.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added support for S3 Object Lambda aliases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securitylake\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/securitylake/CHANGELOG.md#v130-2023-03-15\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-14)\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/feature/ec2/imds\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/feature/ec2/imds/CHANGELOG.md#v1130-2023-03-14\"\u003ev1.13.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add flag to disable IMDSv1 fallback\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/applicationautoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/applicationautoscaling/CHANGELOG.md#v1180-2023-03-14\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric.\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.18/service/dataexchange/CHANGELOG.md#v1190-2023-03-14\"\u003ev1.19.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 S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/directconnect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/directconnect/CHANGELOG.md#v1187-2023-03-14\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.\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.18/service/ec2/CHANGELOG.md#v1900-2023-03-14\"\u003ev1.90.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/iam\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/iam/CHANGELOG.md#v1196-2023-03-14\"\u003ev1.19.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation only updates to correct customer-reported issues\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/keyspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/keyspaces/CHANGELOG.md#v120-2023-03-14\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adding support for client-side timestamps\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/support\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/support/CHANGELOG.md#v1146-2023-03-14\"\u003ev1.14.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: Model regenerated with support for null string values to properly implement \u003ccode\u003esupport\u003c/code\u003e service operations \u003ccode\u003eDescribeTrustedAdvisorCheckRefreshStatuses\u003c/code\u003e and \u003ccode\u003eDescribeTrustedAdvisorCheckSummaries\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-13)\u003c/h1\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/4b961876871fb88afddddbdb9a951a3fad04e100\"\u003e\u003ccode\u003e4b96187\u003c/code\u003e\u003c/a\u003e Release 2023-03-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/06ad3feb0067869d0eb6a05eca67cd538a0d010c\"\u003e\u003ccode\u003e06ad3fe\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/f15a20d99ec87f6bff26f01362e5f8d130c365a5\"\u003e\u003ccode\u003ef15a20d\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/92cb13388d2e85e56d11544d01bae492ad55c559\"\u003e\u003ccode\u003e92cb133\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/601e6aa807eac642865c335f2879cb243b94bf9d\"\u003e\u003ccode\u003e601e6aa\u003c/code\u003e\u003c/a\u003e delay WebIdentityRoleOptions validation (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2030\"\u003e#2030\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/03dd7e4186b960464d13528c5e313d72fe4ad665\"\u003e\u003ccode\u003e03dd7e4\u003c/code\u003e\u003c/a\u003e Release 2023-03-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b47bc7f4ca632c146491af3958b19269279032db\"\u003e\u003ccode\u003eb47bc7f\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/49db78164ff1001dee84fe08cbfdfeb94da0aa3c\"\u003e\u003ccode\u003e49db781\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/27738b7066d39968d92781cb110358db81d67e15\"\u003e\u003ccode\u003e27738b7\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.17...config/v1.18.18\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/smithy-go` from 1.22.4 to 1.22.5\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/smithy-go/blob/main/CHANGELOG.md\"\u003egithub.com/aws/smithy-go's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2025-07-24)\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/smithy-go\u003c/code\u003e: v1.22.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add HTTP interceptors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-06-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\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e: v1.22.4\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix CBOR serd empty check for string and enum fields\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HTTP metrics data race.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Replace usages of deprecated ioutil package.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-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/smithy-go\u003c/code\u003e: v1.22.3\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Bump minimum Go version to 1.22 per our language support policy.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-01-21)\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/smithy-go\u003c/code\u003e: v1.22.2\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HTTP metrics data race.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Replace usages of deprecated ioutil package.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2024-11-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/smithy-go\u003c/code\u003e: v1.22.1\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix failure to replace URI path segments when their names overlap.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2024-10-03)\u003c/h1\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/smithy-go/commit/7ae51ce5ea73d9c3fe85b1c8fb3c81a2bd0b21c6\"\u003e\u003ccode\u003e7ae51ce\u003c/code\u003e\u003c/a\u003e Release 2025-07-24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/ef8389937d5f07970c43d348ca03cfb71dd76ae4\"\u003e\u003ccode\u003eef83899\u003c/code\u003e\u003c/a\u003e add interceptors (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/590\"\u003e#590\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/2a23c76b65e85e80195c9679f6474a475544c25f\"\u003e\u003ccode\u003e2a23c76\u003c/code\u003e\u003c/a\u003e fix typo in comments (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/577\"\u003e#577\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/9aa9f7326a20363bbdf6c0cc70758f5b72136e50\"\u003e\u003ccode\u003e9aa9f73\u003c/code\u003e\u003c/a\u003e update min go version in README (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/588\"\u003e#588\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/107eb1414a9c309076941ef37a6c71465ec397f6\"\u003e\u003ccode\u003e107eb14\u003c/code\u003e\u003c/a\u003e update to smithy v1.60.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/ec0c802c7a9c54fa1d70d6318b94bbb6c4652963\"\u003e\u003ccode\u003eec0c802\u003c/code\u003e\u003c/a\u003e Match CBOR errors via shape name instead of shapeId (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/587\"\u003e#587\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/0c16dbb743d08a74a462c3c5123097e7439a2ae5\"\u003e\u003ccode\u003e0c16dbb\u003c/code\u003e\u003c/a\u003e Move X-Amzn-Query-Mode header setup to always be included if the model has th...\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/smithy-go/compare/v1.22.4...v1.22.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/cpuguy83/go-md2man/v2` from 2.0.6 to 2.0.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/cpuguy83/go-md2man/releases\"\u003egithub.com/cpuguy83/go-md2man/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.0.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate usage instructions and fix module path \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/pull/139\"\u003ecpuguy83/go-md2man#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTable rendering fix in \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/pull/141\"\u003ecpuguy83/go-md2man#141\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.7\"\u003ehttps://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.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/cpuguy83/go-md2man/commit/061b6c7cbecd6752049221aa15b7a05160796698\"\u003e\u003ccode\u003e061b6c7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/issues/141\"\u003e#141\u003c/a\u003e from kolyshkin/fix-long-tables\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/dcb0114b0ff4c37852ea42cf3b78d69bf4b41a06\"\u003e\u003ccode\u003edcb0114\u003c/code\u003e\u003c/a\u003e Table rendering fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/75548be5c87663dc0b6d032d4163518942405648\"\u003e\u003ccode\u003e75548be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/issues/142\"\u003e#142\u003c/a\u003e from kolyshkin/golangci-v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/993ceebfde48c38d44329552add10a8dd5f7d468\"\u003e\u003ccode\u003e993ceeb\u003c/code\u003e\u003c/a\u003e .golangci.yml: add some more linters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/68539cccdb1c880e64b5e667da7c6a4104b09a9f\"\u003e\u003ccode\u003e68539cc\u003c/code\u003e\u003c/a\u003e md2man: remove unused parameters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/dfd185f7158e7b7d6edb0f56d371d67d878099cc\"\u003e\u003ccode\u003edfd185f\u003c/code\u003e\u003c/a\u003e Fix nolint directives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/fc51eb36effdd4b63a075c36802032546ba398e3\"\u003e\u003ccode\u003efc51eb3\u003c/code\u003e\u003c/a\u003e golangci-lint: use v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/50e20fb6b50ce56816a74f50c88909e2d7d0f258\"\u003e\u003ccode\u003e50e20fb\u003c/code\u003e\u003c/a\u003e gha: switch to ubuntu-24.04, modern Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/d95447a1a6ac892fef54279d681d772f50ecac30\"\u003e\u003ccode\u003ed95447a\u003c/code\u003e\u003c/a\u003e md2man: rm unused nolint directive\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/2d0f4c53e41a26f285c90f1c48979af76f0958e2\"\u003e\u003ccode\u003e2d0f4c5\u003c/code\u003e\u003c/a\u003e md2man: add package overview\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gabriel-vasile/mimetype` from 1.4.8 to 1.4.9\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gabriel-vasile/mimetype/releases\"\u003egithub.com/gabriel-vasile/mimetype's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.9 GLTF support and performance improvements\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSRT detection: reduce allocs by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/636\"\u003egabriel-vasile/mimetype#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ejson: more benchmarking by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/640\"\u003egabriel-vasile/mimetype#640\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.39.0 in the gomod\u003c/li\u003e\n\u003cli\u003ejson: add parser with query capacity by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/652\"\u003egabriel-vasile/mimetype#652\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add support for GLTF by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/655\"\u003egabriel-vasile/mimetype#655\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\"\u003ehttps://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\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/gabriel-vasile/mimetype/commit/551461b2f4d6ec3b36be7a6e945dd79c3f6e0261\"\u003e\u003ccode\u003e551461b\u003c/code\u003e\u003c/a\u003e add support for GLTF\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/63e235643f5f8fd768085a66863d76ece2beecb4\"\u003e\u003ccode\u003e63e2356\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/12592ed08f4b15eb32838ab26f57664532a2f58d\"\u003e\u003ccode\u003e12592ed\u003c/code\u003e\u003c/a\u003e json: add parser with query capacity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/55e964a86ef2ae23928df8729920a75d39b442bd\"\u003e\u003ccode\u003e55e964a\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 1 directory with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/a10cc03dd17800223bb72a92e733e6bbc2cbeb4e\"\u003e\u003ccode\u003ea10cc03\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net in the gomod group across 1 directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/773b07ca59114fc41ed04425d16eb48b25929237\"\u003e\u003ccode\u003e773b07c\u003c/code\u003e\u003c/a\u003e CI: move fuzz to cron job (\u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/issues/653\"\u003e#653\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/68c306d8f90801870af022c9694a501549cf3927\"\u003e\u003ccode\u003e68c306d\u003c/code\u003e\u003c/a\u003e tests: revert effects of Extend\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/e8ef900c1a34f2f24077f421d366c30790e634dc\"\u003e\u003ccode\u003ee8ef900\u003c/code\u003e\u003c/a\u003e gha: use stable version of golang in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/9ab9e39eb4b059ef03bc2ec095264cfb8c9378de\"\u003e\u003ccode\u003e9ab9e39\u003c/code\u003e\u003c/a\u003e benchmark: reset mem and timer after allocating and before bench run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/adb018120e6f740468447aa7e1c8c65c6e1ec7f1\"\u003e\u003ccode\u003eadb0181\u003c/code\u003e\u003c/a\u003e json: more benchmarking\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\"\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.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/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\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump actions/checkout from 4.1.7 to 4.2.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/go-viper/mapstructure/pull/46\"\u003ego-viper/mapstructure#46\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.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/go-viper/mapstructure/pull/47\"\u003ego-viper/mapstructure#47\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[enhancement] Add check for \u003ccode\u003ereflect.Value\u003c/code\u003e in \u003ccode\u003eComposeDecodeHookFunc\u003c/code\u003e by \u003ca href=\"https://github.com/mahadzaryab1\"\u003e\u003ccode\u003e@​mahadzaryab1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/52\"\u003ego-viper/mapstructure#52\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.0.2 to 5.1.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/go-viper/mapstructure/pull/51\"\u003ego-viper/mapstructure#51\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/checkout from 4.2.0 to 4.2.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/go-viper/mapstructure/pull/50\"\u003ego-viper/mapstructure#50\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.1.0 to 5.2.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/go-viper/mapstructure/pull/55\"\u003ego-viper/mapstructure#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.2.0 to 5.3.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/go-viper/mapstructure/pull/58\"\u003ego-viper/mapstructure#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: add Go 1.24 to the test matrix 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/74\"\u003ego-viper/mapstructure#74\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.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/go-viper/mapstructure/pull/72\"\u003ego-viper/mapstructure#72\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.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/go-viper/mapstructure/pull/76\"\u003ego-viper/mapstructure#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.3.0 to 5.4.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/go-viper/mapstructure/pull/78\"\u003ego-viper/mapstructure#78\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add decode hook for netip.Prefix by \u003ca href=\"https://github.com/tklauser\"\u003e\u003ccode\u003e@​tklauser\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/85\"\u003ego-viper/mapstructure#85\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates 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/86\"\u003ego-viper/mapstructure#86\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/87\"\u003ego-viper/mapstructure#87\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.4.0 to 5.5.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/go-viper/mapstructure/pull/93\"\u003ego-viper/mapstructure#93\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/92\"\u003ego-viper/mapstructure#92\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/97\"\u003ego-viper/mapstructure#97\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.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/go-viper/mapstructure/pull/96\"\u003ego-viper/mapstructure#96\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate 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/90\"\u003ego-viper/mapstructure#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd omitzero tag. by \u003ca href=\"https://github.com/Crystalix007\"\u003e\u003ccode\u003e@​Crystalix007\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/98\"\u003ego-viper/mapstructure#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse error structs instead of duplicated strings by \u003ca href=\"https://github.com/m1k1o\"\u003e\u003ccode\u003e@​m1k1o\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/102\"\u003ego-viper/mapstructure#102\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.19 to 3.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/go-viper/mapstructure/pull/101\"\u003ego-viper/mapstructure#101\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add common error interface 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/105\"\u003ego-viper/mapstructure#105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate linter 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/106\"\u003ego-viper/mapstructure#106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature allow unset pointer by \u003ca href=\"https://github.com/rostislaved\"\u003e\u003ccode\u003e@​rostislaved\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/80\"\u003ego-viper/mapstructure#80\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/tklauser\"\u003e\u003ccode\u003e@​tklauser\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/85\"\u003ego-viper/mapstructure#85\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/90\"\u003ego-viper/mapstructure#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Crystalix007\"\u003e\u003ccode\u003e@​Crystalix007\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/98\"\u003ego-viper/mapstructure#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rostislaved\"\u003e\u003ccode\u003e@​rostislaved\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/80\"\u003ego-viper/mapstructure#80\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.2.1...v2.3.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.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.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/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/mattn/go-runewidth` from 0.0.15 to 0.0.16\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/6ceadc68530e7bfea8cba17d6523bed32912d4fa\"\u003e\u003ccode\u003e6ceadc6\u003c/code\u003e\u003c/a\u003e Support Unicode 15.1.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/mattn/go-runewidth/compare/v0.0.15...v0.0.16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/pelletier/go-toml/v2` from 2.2.3 to 2.2.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/pelletier/go-toml/releases\"\u003egithub.com/pelletier/go-toml/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.4\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eHighlight\u003c/h2\u003e\n\u003cp\u003eIn this release, \u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e removed the last dependency of go-toml! 🎉  (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e)\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix typos in comments and tests by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/972\"\u003epelletier/go-toml#972\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eReplace \u003ccode\u003estretchr/testify\u003c/code\u003e with an internal test suite by \u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate to go 1.24 by \u003ca href=\"https://github.com/pelletier\"\u003e\u003ccode\u003e@​pelletier\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/982\"\u003epelletier/go-toml#982\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/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/972\"\u003epelletier/go-toml#972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\"\u003ehttps://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\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/pelletier/go-toml/commit/ee07c9203b72060f12e31c04ace80e8a187d5a67\"\u003e\u003ccode\u003eee07c92\u003c/code\u003e\u003c/a\u003e Update to go 1.24 (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/014204cfb750b6ec91cb10d8f297b277000241cc\"\u003e\u003ccode\u003e014204c\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003estretchr/testify\u003c/code\u003e with an internal test suite (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/923b2ab4787c6297011a37d73c4e0ca1a051747d\"\u003e\u003ccode\u003e923b2ab\u003c/code\u003e\u003c/a\u003e Fix typos in comments and tests (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/972\"\u003e#972\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/af236b689f5ac1bdbdfeb8af1ed7b398a2dbe05e\"\u003e\u003ccode\u003eaf236b6\u003c/code\u003e\u003c/a\u003e Fix goreleaser deprecated attribute name (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/964\"\u003e#964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/philhofer/fwd` from 1.1.2 to 1.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/20a13a1f6b7cb47a126dcb75152e21e1383bbaba\"\u003e\u003ccode\u003e20a13a1\u003c/code\u003e\u003c/a\u003e Add PeekByte (\u003ca href=\"https://redirect.github.com/philhofer/fwd/issues/32\"\u003e#32\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/cdc6af6b87625c2806f04ee3f3e59ed8cb27115d\"\u003e\u003ccode\u003ecdc6af6\u003c/code\u003e\u003c/a\u003e Add Reader.InputOffset (\u003ca href=\"https://redirect.github.com/philhofer/fwd/issues/31\"\u003e#31\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/fbbf4953d98612dac320a9051da34e3e761d1df7\"\u003e\u003ccode\u003efbbf495\u003c/code\u003e\u003c/a\u003e unsafestr: update to use unsafe.Slice()\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/compare/v1.1.2...v1.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/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/...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/36","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/36","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/36/packages"},{"uuid":"2618819271","node_id":"PR_kwDOM3TvPc6cGALH","number":3533,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-06-25T17:06:24.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-25T16:58:17.000Z","updated_at":"2025-06-25T17:06:24.000Z","time_to_close":487,"merged_at":"2025-06-25T17:06:24.000Z","merged_by":"mergify[bot]","closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/golanglib/dependabot_botherer/pull/3533","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/golanglib%2Fdependabot_botherer/issues/3533","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3533/packages"}],"issue_packages":[{"old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":"/svelte-netlify","pr_created_at":"2025-11-20T15:04:18.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0","issue":{"uuid":"3647693801","node_id":"PR_kwDODjgJwc60ngLd","number":3788,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /svelte-netlify","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:48:02.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:04:18.000Z","updated_at":"2025-11-20T19:48:03.000Z","time_to_close":17024,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/svelte-netlify","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3788","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3788","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3788/packages"}},{"old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":"/csrf-with-session","pr_created_at":"2025-11-20T15:01:11.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0","issue":{"uuid":"3647679618","node_id":"PR_kwDODjgJwc60ndVn","number":3760,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /csrf-with-session","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:47:57.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:01:11.000Z","updated_at":"2025-11-20T19:47:58.000Z","time_to_close":17206,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/csrf-with-session","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3760","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3760","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3760/packages"}},{"old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":"/csrf","pr_created_at":"2025-11-20T15:01:09.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0","issue":{"uuid":"3647679508","node_id":"PR_kwDODjgJwc60ndUJ","number":3759,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0 in /csrf","user":"dependabot[bot]","labels":["🤖 Dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-11-20T19:47:55.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-20T15:01:09.000Z","updated_at":"2025-11-20T19:47:56.000Z","time_to_close":17206,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":"/csrf","ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/gofiber/recipes/pull/3759","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Frecipes/issues/3759","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3759/packages"}},{"old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":null,"pr_created_at":"2025-08-18T06:00:36.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.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.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":null,"pr_created_at":"2025-08-04T01:09:49.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.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.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":null,"pr_created_at":"2025-07-31T04:21:30.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.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.1.2","new_version":"1.2.0","update_type":"minor","path":null,"pr_created_at":"2025-07-28T00:57:27.000Z","version_change":"1.1.2 → 1.2.0","issue":{"uuid":"2698682511","node_id":"PR_kwDOFFptbs6g2qCP","number":36,"state":"open","title":"chore(deps): bump the minor-updates group across 1 directory with 33 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-07-28T00:57:27.000Z","updated_at":"2025-07-28T00:57:28.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":33,"packages":[{"name":"github.com/aws/aws-sdk-go-v2/service/s3","old_version":"1.83.0","new_version":"1.84.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.2.3","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/aws/smithy-go","old_version":"1.22.4","new_version":"1.22.5","repository_url":"https://github.com/aws/smithy-go"},{"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/mattn/go-runewidth","old_version":"0.0.15","new_version":"0.0.16","repository_url":"https://github.com/mattn/go-runewidth"},{"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.2","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.9.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.1.8","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 20 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.83.0` | `1.84.1` |\n| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.2.3` |\n| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.63.0` | `1.64.0` |\n| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.4` | `1.22.5` |\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/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.15` | `0.0.16` |\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.2` | `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.9.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.1.8` | `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/service/s3` from 1.83.0 to 1.84.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/f9f7a6bb124a1a7daffc65db40053d97678bd371\"\u003e\u003ccode\u003ef9f7a6b\u003c/code\u003e\u003c/a\u003e Release 2025-07-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c74fb637eb68925187407dfe105ba10d855cecd2\"\u003e\u003ccode\u003ec74fb63\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/d09b46671d6af69a0e1e808c953e5db4a0e5790c\"\u003e\u003ccode\u003ed09b466\u003c/code\u003e\u003c/a\u003e generate aws-eusc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3144\"\u003e#3144\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/45575dd69588782d4a0944c7b3911018613d67c7\"\u003e\u003ccode\u003e45575dd\u003c/code\u003e\u003c/a\u003e Release 2025-07-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/40f9e8b889dbda9e80b651bd55ea13a99d75d6cc\"\u003e\u003ccode\u003e40f9e8b\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/da30009f1debd56e812c58845b0a3ee4e6e1fb58\"\u003e\u003ccode\u003eda30009\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/78fe67fa8c7f08f490e1e04bbe3ce609bfc66fe6\"\u003e\u003ccode\u003e78fe67f\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/654c62d6b16cfa75aba17f6f2feb7d91d627186a\"\u003e\u003ccode\u003e654c62d\u003c/code\u003e\u003c/a\u003e Release 2025-07-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/47a74cd2a3a4464fbb1273db6ede81d2bb72bb1d\"\u003e\u003ccode\u003e47a74cd\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/bdd96b2ea29e4a7c96d0dbe1dc1a039bf85d090c\"\u003e\u003ccode\u003ebdd96b2\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.84.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.2.3\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.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/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.2.3\"\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/internal/configsources` from 1.3.36 to 1.3.37\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/a5d5009095c5f8bf340673926d7dac305b2dcec3\"\u003e\u003ccode\u003ea5d5009\u003c/code\u003e\u003c/a\u003e Release 2023-07-28\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ff82299a6ebbc5e5f0a9eddff7776c072f0cb4e8\"\u003e\u003ccode\u003eff82299\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/fc5a86f8fdc4e9af70b87362a6a55c6c6f91826f\"\u003e\u003ccode\u003efc5a86f\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/62ffb94b9079e4d5e154d7c7de1e89971d88b395\"\u003e\u003ccode\u003e62ffb94\u003c/code\u003e\u003c/a\u003e fix v4.go PresignHTTP doc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2212\"\u003e#2212\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b4d8d26ccac83a0c8e15b01990a475364ac03e52\"\u003e\u003ccode\u003eb4d8d26\u003c/code\u003e\u003c/a\u003e Release 2023-07-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ad521060000fcf57abf457d6d9be1cc0290c0a4f\"\u003e\u003ccode\u003ead52106\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/f335bcf78da9b8d4b4208e5b632441991b2c79c5\"\u003e\u003ccode\u003ef335bcf\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/d5a9934e2bb72aa010b157965263b7f89698a5a4\"\u003e\u003ccode\u003ed5a9934\u003c/code\u003e\u003c/a\u003e Release 2023-07-26\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/247060d3224d694b43e53010f1e6d706d0ed3581\"\u003e\u003ccode\u003e247060d\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/61540ee88b45c53f89b9bb99db5c8fc079900bf5\"\u003e\u003ccode\u003e61540ee\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...internal/ini/v1.3.37\"\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.6.37\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/f9f7a6bb124a1a7daffc65db40053d97678bd371\"\u003e\u003ccode\u003ef9f7a6b\u003c/code\u003e\u003c/a\u003e Release 2025-07-19\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/c74fb637eb68925187407dfe105ba10d855cecd2\"\u003e\u003ccode\u003ec74fb63\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/d09b46671d6af69a0e1e808c953e5db4a0e5790c\"\u003e\u003ccode\u003ed09b466\u003c/code\u003e\u003c/a\u003e generate aws-eusc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/3144\"\u003e#3144\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/45575dd69588782d4a0944c7b3911018613d67c7\"\u003e\u003ccode\u003e45575dd\u003c/code\u003e\u003c/a\u003e Release 2025-07-18\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/40f9e8b889dbda9e80b651bd55ea13a99d75d6cc\"\u003e\u003ccode\u003e40f9e8b\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/da30009f1debd56e812c58845b0a3ee4e6e1fb58\"\u003e\u003ccode\u003eda30009\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/78fe67fa8c7f08f490e1e04bbe3ce609bfc66fe6\"\u003e\u003ccode\u003e78fe67f\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/654c62d6b16cfa75aba17f6f2feb7d91d627186a\"\u003e\u003ccode\u003e654c62d\u003c/code\u003e\u003c/a\u003e Release 2025-07-17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/47a74cd2a3a4464fbb1273db6ede81d2bb72bb1d\"\u003e\u003ccode\u003e47a74cd\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/bdd96b2ea29e4a7c96d0dbe1dc1a039bf85d090c\"\u003e\u003ccode\u003ebdd96b2\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.6.37\"\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.3.37\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/a5d5009095c5f8bf340673926d7dac305b2dcec3\"\u003e\u003ccode\u003ea5d5009\u003c/code\u003e\u003c/a\u003e Release 2023-07-28\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ff82299a6ebbc5e5f0a9eddff7776c072f0cb4e8\"\u003e\u003ccode\u003eff82299\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/fc5a86f8fdc4e9af70b87362a6a55c6c6f91826f\"\u003e\u003ccode\u003efc5a86f\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/62ffb94b9079e4d5e154d7c7de1e89971d88b395\"\u003e\u003ccode\u003e62ffb94\u003c/code\u003e\u003c/a\u003e fix v4.go PresignHTTP doc (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2212\"\u003e#2212\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b4d8d26ccac83a0c8e15b01990a475364ac03e52\"\u003e\u003ccode\u003eb4d8d26\u003c/code\u003e\u003c/a\u003e Release 2023-07-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/ad521060000fcf57abf457d6d9be1cc0290c0a4f\"\u003e\u003ccode\u003ead52106\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/f335bcf78da9b8d4b4208e5b632441991b2c79c5\"\u003e\u003ccode\u003ef335bcf\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/d5a9934e2bb72aa010b157965263b7f89698a5a4\"\u003e\u003ccode\u003ed5a9934\u003c/code\u003e\u003c/a\u003e Release 2023-07-26\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/247060d3224d694b43e53010f1e6d706d0ed3581\"\u003e\u003ccode\u003e247060d\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/61540ee88b45c53f89b9bb99db5c8fc079900bf5\"\u003e\u003ccode\u003e61540ee\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...internal/ini/v1.3.37\"\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/checksum` from 1.7.4 to 1.7.5\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/4599f78694cabb6853addabc6f92cb197fdb5647\"\u003e\u003ccode\u003e4599f78\u003c/code\u003e\u003c/a\u003e Release 2023-08-21\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/2a439ce0fdda24816a5ea71c083765af67e93599\"\u003e\u003ccode\u003e2a439ce\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/46f31d76b34aefbc66bbfb08d2ef7e22267d4b66\"\u003e\u003ccode\u003e46f31d7\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/525486a4cfa9b8364ea5346a526dd1f92d3edc76\"\u003e\u003ccode\u003e525486a\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/b4e3176642b69937575f61f752f7d094fb6f4084\"\u003e\u003ccode\u003eb4e3176\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2189\"\u003e#2189\u003c/a\u003e from aws/feat-presign-polly\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/30fe9b8de4c8538156248ae21b577a3e49170750\"\u003e\u003ccode\u003e30fe9b8\u003c/code\u003e\u003c/a\u003e Modify and Merge polly mod import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/f6c1d4839450e7f99850868570ff0c47850b72ca\"\u003e\u003ccode\u003ef6c1d48\u003c/code\u003e\u003c/a\u003e sync polly presigner from main\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/service/m2/v1.7.4...service/m2/v1.7.5\"\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/presigned-url` from 1.12.17 to 1.12.18\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/289bbd880a1aa7f88dc5a8be4a48869861aa949b\"\u003e\u003ccode\u003e289bbd8\u003c/code\u003e\u003c/a\u003e Release 2022-09-02\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/4169b1a526e46fd72ae275925d4f0a09152355bf\"\u003e\u003ccode\u003e4169b1a\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/e02802d3d2ccda7699a55800f7a8e58fa59cc2b8\"\u003e\u003ccode\u003ee02802d\u003c/code\u003e\u003c/a\u003e Update SDK's smithy-go dependency to v1.13.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/9f98fe25508538ae25d0b07ffe2709f5fae6e0d4\"\u003e\u003ccode\u003e9f98fe2\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/824a8eb58b66dbcad91432561577be45ccbefadf\"\u003e\u003ccode\u003e824a8eb\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/05a6aab6a1c03d3835dfe3285fabc2e275229b70\"\u003e\u003ccode\u003e05a6aab\u003c/code\u003e\u003c/a\u003e Release 2022-09-01\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/5a4fbfe93646991e088c05daeb1586dd685973ce\"\u003e\u003ccode\u003e5a4fbfe\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/b9fde2d8c6bb409930211633e24afe7da8286ef7\"\u003e\u003ccode\u003eb9fde2d\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/18081400926772d62a7e8476cb156762deaaa5fc\"\u003e\u003ccode\u003e1808140\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.17...credentials/v1.12.18\"\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/s3shared` from 1.18.17 to 1.18.18\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.18/CHANGELOG.md\"\u003egithub.com/aws/aws-sdk-go-v2/service/internal/s3shared's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2023-03-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\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\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.18.18/config/CHANGELOG.md#v11818-2023-03-16\"\u003ev1.18.18\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Allow RoleARN to be set as functional option on STS WebIdentityRoleOptions. Fixes \u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2\"\u003eaws/aws-sdk-go-v22\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/guardduty\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/guardduty/CHANGELOG.md#v1180-2023-03-16\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/resourceexplorer2\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/resourceexplorer2/CHANGELOG.md#v127-2023-03-16\"\u003ev1.2.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/sagemakerruntime\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/sagemakerruntime/CHANGELOG.md#v1187-2023-03-16\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation updates for SageMaker Runtime\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-15)\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/migrationhubstrategy\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/migrationhubstrategy/CHANGELOG.md#v190-2023-03-15\"\u003ev1.9.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.\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.18/service/s3control/CHANGELOG.md#v1310-2023-03-15\"\u003ev1.31.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Added support for S3 Object Lambda aliases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/securitylake\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/securitylake/CHANGELOG.md#v130-2023-03-15\"\u003ev1.3.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-14)\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/feature/ec2/imds\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/feature/ec2/imds/CHANGELOG.md#v1130-2023-03-14\"\u003ev1.13.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add flag to disable IMDSv1 fallback\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/applicationautoscaling\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/applicationautoscaling/CHANGELOG.md#v1180-2023-03-14\"\u003ev1.18.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric.\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.18/service/dataexchange/CHANGELOG.md#v1190-2023-03-14\"\u003ev1.19.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 S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/directconnect\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/directconnect/CHANGELOG.md#v1187-2023-03-14\"\u003ev1.18.7\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.\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.18/service/ec2/CHANGELOG.md#v1900-2023-03-14\"\u003ev1.90.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/iam\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/iam/CHANGELOG.md#v1196-2023-03-14\"\u003ev1.19.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e: Documentation only updates to correct customer-reported issues\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/keyspaces\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/keyspaces/CHANGELOG.md#v120-2023-03-14\"\u003ev1.2.0\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Adding support for client-side timestamps\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/aws-sdk-go-v2/service/support\u003c/code\u003e: \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.18/service/support/CHANGELOG.md#v1146-2023-03-14\"\u003ev1.14.6\u003c/a\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAnnouncement\u003c/strong\u003e: Model regenerated with support for null string values to properly implement \u003ccode\u003esupport\u003c/code\u003e service operations \u003ccode\u003eDescribeTrustedAdvisorCheckRefreshStatuses\u003c/code\u003e and \u003ccode\u003eDescribeTrustedAdvisorCheckSummaries\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2023-03-13)\u003c/h1\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/4b961876871fb88afddddbdb9a951a3fad04e100\"\u003e\u003ccode\u003e4b96187\u003c/code\u003e\u003c/a\u003e Release 2023-03-16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/06ad3feb0067869d0eb6a05eca67cd538a0d010c\"\u003e\u003ccode\u003e06ad3fe\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/f15a20d99ec87f6bff26f01362e5f8d130c365a5\"\u003e\u003ccode\u003ef15a20d\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/92cb13388d2e85e56d11544d01bae492ad55c559\"\u003e\u003ccode\u003e92cb133\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/601e6aa807eac642865c335f2879cb243b94bf9d\"\u003e\u003ccode\u003e601e6aa\u003c/code\u003e\u003c/a\u003e delay WebIdentityRoleOptions validation (\u003ca href=\"https://redirect.github.com/aws/aws-sdk-go-v2/issues/2030\"\u003e#2030\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/03dd7e4186b960464d13528c5e313d72fe4ad665\"\u003e\u003ccode\u003e03dd7e4\u003c/code\u003e\u003c/a\u003e Release 2023-03-15\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/aws-sdk-go-v2/commit/b47bc7f4ca632c146491af3958b19269279032db\"\u003e\u003ccode\u003eb47bc7f\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/49db78164ff1001dee84fe08cbfdfeb94da0aa3c\"\u003e\u003ccode\u003e49db781\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/27738b7066d39968d92781cb110358db81d67e15\"\u003e\u003ccode\u003e27738b7\u003c/code\u003e\u003c/a\u003e Update API model\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.17...config/v1.18.18\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/aws/smithy-go` from 1.22.4 to 1.22.5\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/aws/smithy-go/blob/main/CHANGELOG.md\"\u003egithub.com/aws/smithy-go's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease (2025-07-24)\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/smithy-go\u003c/code\u003e: v1.22.5\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eFeature\u003c/strong\u003e: Add HTTP interceptors.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-06-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\u003ch2\u003eModule Highlights\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003egithub.com/aws/smithy-go\u003c/code\u003e: v1.22.4\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix CBOR serd empty check for string and enum fields\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HTTP metrics data race.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Replace usages of deprecated ioutil package.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-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/smithy-go\u003c/code\u003e: v1.22.3\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDependency Update\u003c/strong\u003e: Bump minimum Go version to 1.22 per our language support policy.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2025-01-21)\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/smithy-go\u003c/code\u003e: v1.22.2\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix HTTP metrics data race.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Replace usages of deprecated ioutil package.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2024-11-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/smithy-go\u003c/code\u003e: v1.22.1\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBug Fix\u003c/strong\u003e: Fix failure to replace URI path segments when their names overlap.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease (2024-10-03)\u003c/h1\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/smithy-go/commit/7ae51ce5ea73d9c3fe85b1c8fb3c81a2bd0b21c6\"\u003e\u003ccode\u003e7ae51ce\u003c/code\u003e\u003c/a\u003e Release 2025-07-24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/ef8389937d5f07970c43d348ca03cfb71dd76ae4\"\u003e\u003ccode\u003eef83899\u003c/code\u003e\u003c/a\u003e add interceptors (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/590\"\u003e#590\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/2a23c76b65e85e80195c9679f6474a475544c25f\"\u003e\u003ccode\u003e2a23c76\u003c/code\u003e\u003c/a\u003e fix typo in comments (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/577\"\u003e#577\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/9aa9f7326a20363bbdf6c0cc70758f5b72136e50\"\u003e\u003ccode\u003e9aa9f73\u003c/code\u003e\u003c/a\u003e update min go version in README (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/588\"\u003e#588\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/107eb1414a9c309076941ef37a6c71465ec397f6\"\u003e\u003ccode\u003e107eb14\u003c/code\u003e\u003c/a\u003e update to smithy v1.60.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/ec0c802c7a9c54fa1d70d6318b94bbb6c4652963\"\u003e\u003ccode\u003eec0c802\u003c/code\u003e\u003c/a\u003e Match CBOR errors via shape name instead of shapeId (\u003ca href=\"https://redirect.github.com/aws/smithy-go/issues/587\"\u003e#587\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aws/smithy-go/commit/0c16dbb743d08a74a462c3c5123097e7439a2ae5\"\u003e\u003ccode\u003e0c16dbb\u003c/code\u003e\u003c/a\u003e Move X-Amzn-Query-Mode header setup to always be included if the model has th...\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/aws/smithy-go/compare/v1.22.4...v1.22.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/cpuguy83/go-md2man/v2` from 2.0.6 to 2.0.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/cpuguy83/go-md2man/releases\"\u003egithub.com/cpuguy83/go-md2man/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.0.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate usage instructions and fix module path \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/pull/139\"\u003ecpuguy83/go-md2man#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTable rendering fix in \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/pull/141\"\u003ecpuguy83/go-md2man#141\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.7\"\u003ehttps://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.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/cpuguy83/go-md2man/commit/061b6c7cbecd6752049221aa15b7a05160796698\"\u003e\u003ccode\u003e061b6c7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/issues/141\"\u003e#141\u003c/a\u003e from kolyshkin/fix-long-tables\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/dcb0114b0ff4c37852ea42cf3b78d69bf4b41a06\"\u003e\u003ccode\u003edcb0114\u003c/code\u003e\u003c/a\u003e Table rendering fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/75548be5c87663dc0b6d032d4163518942405648\"\u003e\u003ccode\u003e75548be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cpuguy83/go-md2man/issues/142\"\u003e#142\u003c/a\u003e from kolyshkin/golangci-v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/993ceebfde48c38d44329552add10a8dd5f7d468\"\u003e\u003ccode\u003e993ceeb\u003c/code\u003e\u003c/a\u003e .golangci.yml: add some more linters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/68539cccdb1c880e64b5e667da7c6a4104b09a9f\"\u003e\u003ccode\u003e68539cc\u003c/code\u003e\u003c/a\u003e md2man: remove unused parameters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/dfd185f7158e7b7d6edb0f56d371d67d878099cc\"\u003e\u003ccode\u003edfd185f\u003c/code\u003e\u003c/a\u003e Fix nolint directives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/fc51eb36effdd4b63a075c36802032546ba398e3\"\u003e\u003ccode\u003efc51eb3\u003c/code\u003e\u003c/a\u003e golangci-lint: use v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/50e20fb6b50ce56816a74f50c88909e2d7d0f258\"\u003e\u003ccode\u003e50e20fb\u003c/code\u003e\u003c/a\u003e gha: switch to ubuntu-24.04, modern Go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/d95447a1a6ac892fef54279d681d772f50ecac30\"\u003e\u003ccode\u003ed95447a\u003c/code\u003e\u003c/a\u003e md2man: rm unused nolint directive\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cpuguy83/go-md2man/commit/2d0f4c53e41a26f285c90f1c48979af76f0958e2\"\u003e\u003ccode\u003e2d0f4c5\u003c/code\u003e\u003c/a\u003e md2man: add package overview\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/gabriel-vasile/mimetype` from 1.4.8 to 1.4.9\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gabriel-vasile/mimetype/releases\"\u003egithub.com/gabriel-vasile/mimetype's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.9 GLTF support and performance improvements\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSRT detection: reduce allocs by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/636\"\u003egabriel-vasile/mimetype#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ejson: more benchmarking by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/640\"\u003egabriel-vasile/mimetype#640\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.39.0 in the gomod\u003c/li\u003e\n\u003cli\u003ejson: add parser with query capacity by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/652\"\u003egabriel-vasile/mimetype#652\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add support for GLTF by \u003ca href=\"https://github.com/gabriel-vasile\"\u003e\u003ccode\u003e@​gabriel-vasile\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/pull/655\"\u003egabriel-vasile/mimetype#655\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\"\u003ehttps://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\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/gabriel-vasile/mimetype/commit/551461b2f4d6ec3b36be7a6e945dd79c3f6e0261\"\u003e\u003ccode\u003e551461b\u003c/code\u003e\u003c/a\u003e add support for GLTF\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/63e235643f5f8fd768085a66863d76ece2beecb4\"\u003e\u003ccode\u003e63e2356\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/12592ed08f4b15eb32838ab26f57664532a2f58d\"\u003e\u003ccode\u003e12592ed\u003c/code\u003e\u003c/a\u003e json: add parser with query capacity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/55e964a86ef2ae23928df8729920a75d39b442bd\"\u003e\u003ccode\u003e55e964a\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 1 directory with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/a10cc03dd17800223bb72a92e733e6bbc2cbeb4e\"\u003e\u003ccode\u003ea10cc03\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net in the gomod group across 1 directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/773b07ca59114fc41ed04425d16eb48b25929237\"\u003e\u003ccode\u003e773b07c\u003c/code\u003e\u003c/a\u003e CI: move fuzz to cron job (\u003ca href=\"https://redirect.github.com/gabriel-vasile/mimetype/issues/653\"\u003e#653\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/68c306d8f90801870af022c9694a501549cf3927\"\u003e\u003ccode\u003e68c306d\u003c/code\u003e\u003c/a\u003e tests: revert effects of Extend\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/e8ef900c1a34f2f24077f421d366c30790e634dc\"\u003e\u003ccode\u003ee8ef900\u003c/code\u003e\u003c/a\u003e gha: use stable version of golang in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/9ab9e39eb4b059ef03bc2ec095264cfb8c9378de\"\u003e\u003ccode\u003e9ab9e39\u003c/code\u003e\u003c/a\u003e benchmark: reset mem and timer after allocating and before bench run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gabriel-vasile/mimetype/commit/adb018120e6f740468447aa7e1c8c65c6e1ec7f1\"\u003e\u003ccode\u003eadb0181\u003c/code\u003e\u003c/a\u003e json: more benchmarking\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gabriel-vasile/mimetype/compare/v1.4.8...v1.4.9\"\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.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/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\u003ch2\u003ev2.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump actions/checkout from 4.1.7 to 4.2.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/go-viper/mapstructure/pull/46\"\u003ego-viper/mapstructure#46\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.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/go-viper/mapstructure/pull/47\"\u003ego-viper/mapstructure#47\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[enhancement] Add check for \u003ccode\u003ereflect.Value\u003c/code\u003e in \u003ccode\u003eComposeDecodeHookFunc\u003c/code\u003e by \u003ca href=\"https://github.com/mahadzaryab1\"\u003e\u003ccode\u003e@​mahadzaryab1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/52\"\u003ego-viper/mapstructure#52\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.0.2 to 5.1.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/go-viper/mapstructure/pull/51\"\u003ego-viper/mapstructure#51\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/checkout from 4.2.0 to 4.2.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/go-viper/mapstructure/pull/50\"\u003ego-viper/mapstructure#50\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.1.0 to 5.2.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/go-viper/mapstructure/pull/55\"\u003ego-viper/mapstructure#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.2.0 to 5.3.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/go-viper/mapstructure/pull/58\"\u003ego-viper/mapstructure#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: add Go 1.24 to the test matrix 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/74\"\u003ego-viper/mapstructure#74\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.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/go-viper/mapstructure/pull/72\"\u003ego-viper/mapstructure#72\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.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/go-viper/mapstructure/pull/76\"\u003ego-viper/mapstructure#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.3.0 to 5.4.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/go-viper/mapstructure/pull/78\"\u003ego-viper/mapstructure#78\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add decode hook for netip.Prefix by \u003ca href=\"https://github.com/tklauser\"\u003e\u003ccode\u003e@​tklauser\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/85\"\u003ego-viper/mapstructure#85\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates 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/86\"\u003ego-viper/mapstructure#86\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/87\"\u003ego-viper/mapstructure#87\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump actions/setup-go from 5.4.0 to 5.5.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/go-viper/mapstructure/pull/93\"\u003ego-viper/mapstructure#93\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/92\"\u003ego-viper/mapstructure#92\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/97\"\u003ego-viper/mapstructure#97\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.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/go-viper/mapstructure/pull/96\"\u003ego-viper/mapstructure#96\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate 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/90\"\u003ego-viper/mapstructure#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd omitzero tag. by \u003ca href=\"https://github.com/Crystalix007\"\u003e\u003ccode\u003e@​Crystalix007\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/98\"\u003ego-viper/mapstructure#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse error structs instead of duplicated strings by \u003ca href=\"https://github.com/m1k1o\"\u003e\u003ccode\u003e@​m1k1o\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/102\"\u003ego-viper/mapstructure#102\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github/codeql-action from 3.28.19 to 3.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/go-viper/mapstructure/pull/101\"\u003ego-viper/mapstructure#101\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add common error interface 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/105\"\u003ego-viper/mapstructure#105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate linter 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/106\"\u003ego-viper/mapstructure#106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature allow unset pointer by \u003ca href=\"https://github.com/rostislaved\"\u003e\u003ccode\u003e@​rostislaved\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/80\"\u003ego-viper/mapstructure#80\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/tklauser\"\u003e\u003ccode\u003e@​tklauser\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/85\"\u003ego-viper/mapstructure#85\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/peczenyj\"\u003e\u003ccode\u003e@​peczenyj\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/90\"\u003ego-viper/mapstructure#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Crystalix007\"\u003e\u003ccode\u003e@​Crystalix007\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/98\"\u003ego-viper/mapstructure#98\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rostislaved\"\u003e\u003ccode\u003e@​rostislaved\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/go-viper/mapstructure/pull/80\"\u003ego-viper/mapstructure#80\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.2.1...v2.3.0\"\u003ehttps://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.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.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/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/mattn/go-runewidth` from 0.0.15 to 0.0.16\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-runewidth/commit/6ceadc68530e7bfea8cba17d6523bed32912d4fa\"\u003e\u003ccode\u003e6ceadc6\u003c/code\u003e\u003c/a\u003e Support Unicode 15.1.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/mattn/go-runewidth/compare/v0.0.15...v0.0.16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/pelletier/go-toml/v2` from 2.2.3 to 2.2.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/pelletier/go-toml/releases\"\u003egithub.com/pelletier/go-toml/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.4\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eHighlight\u003c/h2\u003e\n\u003cp\u003eIn this release, \u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e removed the last dependency of go-toml! 🎉  (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e)\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix typos in comments and tests by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/972\"\u003epelletier/go-toml#972\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eReplace \u003ccode\u003estretchr/testify\u003c/code\u003e with an internal test suite by \u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate to go 1.24 by \u003ca href=\"https://github.com/pelletier\"\u003e\u003ccode\u003e@​pelletier\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/982\"\u003epelletier/go-toml#982\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/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/972\"\u003epelletier/go-toml#972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikattack\"\u003e\u003ccode\u003e@​mikattack\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pelletier/go-toml/pull/981\"\u003epelletier/go-toml#981\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\"\u003ehttps://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\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/pelletier/go-toml/commit/ee07c9203b72060f12e31c04ace80e8a187d5a67\"\u003e\u003ccode\u003eee07c92\u003c/code\u003e\u003c/a\u003e Update to go 1.24 (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/014204cfb750b6ec91cb10d8f297b277000241cc\"\u003e\u003ccode\u003e014204c\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003estretchr/testify\u003c/code\u003e with an internal test suite (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/923b2ab4787c6297011a37d73c4e0ca1a051747d\"\u003e\u003ccode\u003e923b2ab\u003c/code\u003e\u003c/a\u003e Fix typos in comments and tests (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/972\"\u003e#972\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pelletier/go-toml/commit/af236b689f5ac1bdbdfeb8af1ed7b398a2dbe05e\"\u003e\u003ccode\u003eaf236b6\u003c/code\u003e\u003c/a\u003e Fix goreleaser deprecated attribute name (\u003ca href=\"https://redirect.github.com/pelletier/go-toml/issues/964\"\u003e#964\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/philhofer/fwd` from 1.1.2 to 1.2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/20a13a1f6b7cb47a126dcb75152e21e1383bbaba\"\u003e\u003ccode\u003e20a13a1\u003c/code\u003e\u003c/a\u003e Add PeekByte (\u003ca href=\"https://redirect.github.com/philhofer/fwd/issues/32\"\u003e#32\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/cdc6af6b87625c2806f04ee3f3e59ed8cb27115d\"\u003e\u003ccode\u003ecdc6af6\u003c/code\u003e\u003c/a\u003e Add Reader.InputOffset (\u003ca href=\"https://redirect.github.com/philhofer/fwd/issues/31\"\u003e#31\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philhofer/fwd/commit/fbbf4953d98612dac320a9051da34e3e761d1df7\"\u003e\u003ccode\u003efbbf495\u003c/code\u003e\u003c/a\u003e unsafestr: update to use unsafe.Slice()\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/compare/v1.1.2...v1.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/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/...\n\n_Description has been truncated_","html_url":"https://github.com/ScriptonBasestar/proxynd/pull/36","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptonBasestar%2Fproxynd/issues/36","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/36/packages"}},{"old_version":"1.1.3-0.20240916144458-20a13a1f6b7c","new_version":"1.2.0","update_type":"minor","path":null,"pr_created_at":"2025-06-25T16:58:17.000Z","version_change":"1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0","issue":{"uuid":"2618819271","node_id":"PR_kwDOM3TvPc6cGALH","number":3533,"state":"closed","title":"chore(deps): bump github.com/philhofer/fwd from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-06-25T17:06:24.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-25T16:58:17.000Z","updated_at":"2025-06-25T17:06:24.000Z","time_to_close":487,"merged_at":"2025-06-25T17:06:24.000Z","merged_by":"mergify[bot]","closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"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"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/philhofer/fwd](https://github.com/philhofer/fwd) from 1.1.3-0.20240916144458-20a13a1f6b7c to 1.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/philhofer/fwd/commits/v1.2.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=github.com/philhofer/fwd\u0026package-manager=go_modules\u0026previous-version=1.1.3-0.20240916144458-20a13a1f6b7c\u0026new-version=1.2.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/golanglib/dependabot_botherer/pull/3533","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/golanglib%2Fdependabot_botherer/issues/3533","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3533/packages"}}]}