Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jan 6, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ aws-sdk-dynamodb (1.155.0 → 1.158.0) · Repo · Changelog

Release Notes

1.158.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.157.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.156.0 (from changelog)

  • Feature - Extended Global Secondary Index (GSI) composite keys to support up to 8 attributes.

Does any of this look wrong? Please let us know.

↗️ aws-partitions (indirect, 1.1176.0 → 1.1200.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ aws-sdk-core (indirect, 3.234.0 → 3.241.1) · Repo · Changelog

Release Notes

3.241.0 (from changelog)

  • Feature - Improved memory efficiency when calculating request checksums.

3.240.0 (from changelog)

  • Feature - Updated configuration values for defaults_mode.

  • Issue - Prioritizes JSON over CBOR when both are supported for stubbed clients.

3.239.2 (from changelog)

  • Issue - Fix login_credentials in credentials chain when config is enabled.

3.239.1 (from changelog)

  • Issue - Fixed HTTP/2 connection issues when using custom ports.

3.239.0 (from changelog)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Issue - Fix region configuration for LoginCredential's Signin client.

3.238.0 (from changelog)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - IAM now supports outbound identity federation via the STS GetWebIdentityToken API, enabling AWS workloads to securely authenticate with external services using short-lived JSON Web Tokens.

  • Feature - Add LoginCredentials which retrieves credentials from AWS Sign-In. Support aws-sdk-signin alias gem.

3.237.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Added GetDelegatedAccessToken API, which is not available for general use at this time.

3.236.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Update endpoint ruleset parameters casing

3.235.0 (from changelog)

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Update endpoint ruleset parameters casing

Does any of this look wrong? Please let us know.

↗️ bigdecimal (indirect, 3.3.1 → 4.0.1) · Repo · Changelog

Release Notes

4.0.1

What's Changed

  • Exclude dependabot updates from release note by @hsbt in #474
  • Remove unused variable (and add test for it) by @tompng in #475
  • Remove "Which version should you select" section by @tompng in #476
  • Bump version to v4.0.1 by @tompng in #477

Full Changelog: v4.0.0...v4.0.1

4.0.0

What's Changed

  • Fix x**y, x.power(y, 0) and x.sqrt(0) calculates huge digits if precision limit is huge by @tompng in #445
  • Implement major math functions by @tompng in #336
  • Fix fast-path of frac and _decimal_shift affected by BigDecimal.limit by @tompng in #447
  • Update the latest versions of actions by @hsbt in #449
  • Add missing bigmath precision test, add missing indent by @tompng in #450
  • Make BigMath.exp and log also a module_method by @tompng in #452
  • Fix incorrect exception when exponent is fractional for Infinity base by @troy-dunamu in #453
  • Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #454
  • Don't use assert_separatly if not needed by @tompng in #455
  • Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #456
  • Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #457
  • Add missing BigMath test for jruby by @tompng in #459
  • Change remainder/modulo/divmod test of +0/-0 type tolerant by @tompng in #460
  • Cast divmod quotient to int by @mrzasa in #312
  • Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #462
  • Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in #461
  • Implement BigMath.erf(x, prec) and BigMath.erfc(x, prec) by @tompng in #357
  • Implement BigMath.gamma and BigMath.lgamma by @tompng in #451
  • Fix typos + improve copy/paste in readme by @tas50 in #463
  • Fix inaccurate calculation (last digit) and add a workaround for add/sub hang bug by @tompng in #465
  • Fix lgamma precision around 1 and 2 by @tompng in #466
  • Fix lgamma precision when gamma(negative_x).abs nearly equals 1 by @tompng in #467
  • Implement BigMath.frexp and ldexp with exponent of 10 by @tompng in #448
  • Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot] in #468
  • Better rounding of BigMath.atan(nearly_one, prec) by @tompng in #469
  • Remove deprecated method BigDecimal#precs by @tompng in #470
  • Deprecate ludcmp, jacobian and newton by @tompng in #471
  • Bump version to v4.0.0 by @tompng in #472

New Contributors

Full Changelog: v3.3.1...v4.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 40 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jan 6, 2026
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Code Coverage

Package Line Rate Health
dynamoid 92%
Summary 92% (3823 / 4135)

Minimum allowed line rate is 90%

@depfu
Copy link
Contributor Author

depfu bot commented Jan 9, 2026

Closed in favor of #971.

@depfu depfu bot closed this Jan 9, 2026
@depfu depfu bot deleted the depfu/update/aws-sdk-dynamodb-1.158.0 branch January 9, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant