Skip to content

chore(deps): update backend non-major dependencies

Alexandre Boucey requested to merge renovate/backend-minor-patch into main

This MR contains the following updates:

Package Type Update Change
github.com/shopspring/decimal require minor v1.3.1 -> v1.4.0
go.temporal.io/sdk require patch v1.26.0 -> v1.26.1

Release Notes

shopspring/decimal (github.com/shopspring/decimal)

v1.4.0

Compare Source

BREAKING
  • Drop support for Go version older than 1.10 #​361
FEATURES
  • Add implementation of natural logarithm #​339 #​357
  • Add improved implementation of power operation #​358
  • Add Compare method which forwards calls to Cmp #​346
  • Add NewFromBigRat constructor #​288
  • Add NewFromUint64 constructor #​352
ENHANCEMENTS
  • Migrate to Github Actions #​245 #​340
  • Fix examples for RoundDown, RoundFloor, RoundUp, and RoundCeil #​285 #​328 #​341
  • Use Godoc standard to mark deprecated Equals and StringScaled methods #​342
  • Removed unnecessary min function for RescalePair method #​265
  • Avoid reallocation of initial slice in MarshalBinary (GobEncode) #​355
  • Optimize NumDigits method #​301 #​356
  • Optimize BigInt method #​359
  • Support scanning uint64 #​131 #​364
  • Add docs section with alternative libraries #​363
BUGFIXES
  • Fix incorrect calculation of decimal modulo #​258 #​317
  • Allocate new(big.Int) in Copy method to deeply clone it #​278
  • Fix overflow edge case in QuoRem method #​322
temporalio/sdk-go (go.temporal.io/sdk)

v1.26.1

Compare Source

Highlights

Bugfixes

Fixes a bug with typed search attributes for child workflows not being properly applied to new child workflow executions.

Specific Changes

2024-03-12 - 9c42221 - Make client Dial context controlable by callers (#​1416) 2024-03-13 - 03d7704 - Update readme badge to github action (#​1422) 2024-03-18 - 3da09e0 - Switch github runner to macos-14 (m1) (#​1421) 2024-03-25 - 00fd4cd - Remove experimental flag from Start Delay (#​1428) 2024-04-04 - 0cfdccb - Clarified description of workflow.Now (#​1430) 2024-04-08 - 108aac8 - Fix support for typed search attributes in child workflow options (#​1434) 2024-04-09 - a02b92e - Add support for unit testing child workflows that call continue-as-new (#​1437) 2024-04-10 - 0007eee - Bump api-go to 1.32.0 to include Versioning 2 API changes (#​1439)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports