client-athena: update release notes for athena breaking change (#6586) (9f45574f)
Documentation Changes
client-pcs: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. (568714e5)
New Features
clients: update client endpoints as of 2024-10-24 (c296fb57)
client-qbusiness: Add a new field in chat response. This field can be used to support nested schemas in array fields (e7c6ed54)
client-ec2: This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. (f6246389)
client-ecs: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. (eba29d1e)
client-appconfig: This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. (9c9494a6)
For list of updated packages, view updated-packages.md in assets-3.679.0.zip
v3.678.0
3.678.0(2024-10-23)
Documentation Changes
client-bedrock: Doc updates for supporting converse (6a255980)
New Features
clients: update client endpoints as of 2024-10-23 (a03b3eec)
client-mwaa: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. (180dd234)
client-connect: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. (aa538867)
client-ec2: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. (fe1251ec)
client-payment-cryptography: Add support for ECC P-256 and P-384 Keys. (e4119ab1)
client-payment-cryptography-data: Add ECDH support on PIN operations. (2f74e23b)
Bug Fixes
update error messge to NumberValue (#6579) (1902196a)
Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)
Patch Changes
Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)
Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)
Fix bug with fetchers not persisting preventScrollReset through redirects during concurrent fetches (#11999)
Remove internal cache to fix issues with interrupted patchRoutesOnNavigation calls (#12055)
We used to cache in-progress calls to patchRoutesOnNavigation internally so that multiple navigations with the same start/end would only execute the function once and use the same promise
However, this approach was at odds with patch short circuiting if a navigation was interrupted (and the request.signal aborted) since the first invocation's patch would no-op
This cache also made some assumptions as to what a valid cache key might be - and is oblivious to any other application-state changes that may have occurred
So, the cache has been removed because in most cases, repeated calls to something like import() for async routes will already be cached automatically - and if not it's easy enough for users to implement this cache in userland
Avoid unnecessary console.error on fetcher abort due to back-to-back revalidation calls (#12050)
Expose errors thrown from patchRoutesOnNavigation directly to useRouteError instead of wrapping them in a 400 ErrorResponse instance (#12111)
Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)
Fix bugs with partialHydration when hydrating with errors (#12070)
Remove internal discoveredRoutes FIFO queue from unstable_patchRoutesOnNavigation (#11977)
This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.
🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)
🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317)
🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211)
🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239)
🐞 fix #12291 field array remove cause undefined with FormData (#12305)
📝 improve flatten function with object type check (#12306)
🖐️ improve: resolve type of set function (#12145)
🔧 chore: upgrade eslint to v9 (#12150)
📖 fix: code example input field placeholder name (#12296)
📖 docs: fix typo in code example (#12271)
Bumps the dev-minor-dependencies group with 27 updates in the / directory:
3.664.0
3.679.0
5.0.0
5.0.2
1.19.2
1.20.0
1.4.6
1.4.7
4.21.0
4.21.1
1.18.0
1.18.1
2.10.0
2.10.1
0.5.45
0.5.46
4.6.82
4.7.76
2.0.0
2.1.0
4.0.1
4.1.0
14.2.9
14.2.10
7.53.0
7.53.1
2.13.0
2.15.1
6.26.2
6.27.0
4.8.0
4.8.1
10.1.0
10.1.1
5.6.2
5.6.3
6.5.0
6.6.2
13.15.0
13.15.1
5.6.0
5.6.3
1.5.4
1.5.5
1.0.3
1.0.6
1.79.3
1.80.4
3.4.13
3.4.14
4.19.1
4.19.2
5.94.0
5.95.0
Updates
@aws-sdk/client-s3
from 3.664.0 to 3.679.0Release notes
Sourced from
@aws-sdk/client-s3
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3
's changelog.... (truncated)
Commits
e45fde3
Publish v3.679.02942038
test: conversions to vitest (#6585)0c74dc7
Publish v3.678.025443cc
Publish v3.677.0aa3086a
Publish v3.676.0053a868
chore(codegen): update smithy to 1.52.0 (#6577)9e92f06
Publish v3.675.0a535403
Publish v3.674.077d0251
Publish v3.673.0e7f10a2
feat(client-s3): Add support for the new optional bucket-region and prefix qu...Updates
@fast-csv/format
from 5.0.0 to 5.0.2Release notes
Sourced from
@fast-csv/format
's releases.Changelog
Sourced from
@fast-csv/format
's changelog.Commits
9a59d86
chore(release): publish v5.0.29067797
Update links in README.md for packagesMaintainer changes
This version was pushed to npm by dustinsmith1024, a new releaser for
@fast-csv/format
since your current version.Updates
@remix-run/router
from 1.19.2 to 1.20.0Changelog
Sourced from
@remix-run/router
's changelog.Commits
8cfb4a7
chore: Update version for release (#12121)cde8139
chore: Update version for release (pre) (#12112)2367bfd
Expose patchRoutesOnNavigation errors directly (#12111)9a62e35
chore: Update version for release (pre) (#12101)3be88c6
Fix partial hydration bugs when hydrating with errors (#12070)51546cc
Remove internal cache from patchRoutesOnNavigation (#12055)51984d1
Avoid unnecessary console error on fetcher abort due to back-to-back revalida...0471c02
Fix idempotent patchRoutes for sibling pathless layout routes (#12013)0389eba
Fix issues with contextual routing and index params (#12003)f941ddf
Fix bug with preventScrollReset when using concurrent redirecting fetchers (#...Updates
@smithy/node-http-handler
from 3.2.4 to 3.2.5Release notes
Sourced from
@smithy/node-http-handler
's releases.Changelog
Sourced from
@smithy/node-http-handler
's changelog.Commits
5de4524
Version NPM packagesUpdates
cookie-parser
from 1.4.6 to 1.4.7Release notes
Sourced from cookie-parser's releases.
Changelog
Sourced from cookie-parser's changelog.
Commits
5d61e1e
1.4.7ccf1f54
deps: cookie@0.7.2 (#116)429cfd4
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97e
ci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39
ci: add support for OSSF scorecard reporting (#103)e5862bd
build: Node.js@17.6f0688d2
build: Node.js@14.1944ec541
build: Node.js@16.14695435a
deps: cookie@0.4.2f66e7e1
build: mocha@9.2.1Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates
express
from 4.21.0 to 4.21.1Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
8e229f9
4.21.1a024c8a
fix(deps): cookie@0.7.1Updates
express-session
from 1.18.0 to 1.18.1Release notes
Sourced from express-session's releases.
Changelog
Sourced from express-session's changelog.
Commits
bbeca94
1.18.1341b179
dep: cookie@0.7.2 (#997)8f0a1c4
ci: add support for OSSF scorecard reporting (#984)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.
Updates
jotai
from 2.10.0 to 2.10.1Release notes
Sourced from jotai's releases.
Commits
8147e7b
2.10.162ca79a
chore(deps): update dev dependencies (#2770)3b2c101
fix(core): recompute dependents in edge cases (#2742)cb6dc0e
docs: improve AsyncStorage notes wording (#2767)6f7551c
docs: fix typo (#2766)f51553d
Update family.mdx grammar (#2762)37f5c09
docs: add a note for useHydrateAtoms client code usage (#2761)d5bb477
test(dependency): Improve test coverage (#2759)9bd8ed7
:white_check_mark: test: add unit test for atomWithReset utility (#2753)Updates
moment-timezone
from 0.5.45 to 0.5.46Release notes
Sourced from moment-timezone's releases.
Changelog
Sourced from moment-timezone's changelog.
Commits
4b7ce20
Build moment-timezone 0.5.4664a0288
Bump version to 0.5.46d5f3c70
Merge pull request #1121 from moment/automated/data-update1c6b26d
ci: Allow tests to be run manually on a branch5086b53
Fix MET guess test for new dataf51dc2e
data: Add 2024b1deeb20
ci: Allow data update PRs to be created with failing testsdb8f165
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1109)543eb57
Merge pull request #1105 from moment/dependabot/npm_and_yarn/ejs-3.1.10eac2df3
build(deps-dev): bump ejs from 3.1.9 to 3.1.10Updates
pdfjs-dist
from 4.6.82 to 4.7.76Release notes
Sourced from pdfjs-dist's releases.
... (truncated)
Commits
8b73b82
Merge pull request #18844 from calixteman/bug19220637eee86e
Merge pull request #18855 from timvandermeij/updatese6a413d
Update translations to the most recent versionsdcc46ce
Upgradeeslint-plugin-unicorn
to version 56.0.078bf528
Update dependencies to the most recent versionsa45e4a3
Use Calibri and Lucida Console, when it's possible, in place of sans-serif an...5a25c47
Merge pull request #18853 from calixteman/issue180363194f3d
Keep the empty lines in the text fields9e69735
Merge pull request #18854 from sylvestre/patch-164ca2ee
Add more authorsUpdates
postcss-prefix-selector
from 2.0.0 to 2.1.0Release notes
Sourced from postcss-prefix-selector's releases.
Commits
764407d
2.1.0c3ecb59
Transform global selectors (#119)efa3b28
Bump braces from 3.0.2 to 3.0.3 (#116)ef700dd
Fix package inconsistenciesUpdates
qrcode.react
from 4.0.1 to 4.1.0Release notes
Sourced from qrcode.react's releases.
Changelog
Sourced from qrcode.react's changelog.
Commits
5d9ec58
4.1.06721180
Tweak full examplea510df1
Update Readme following #3743bf5f08
feat: addboostLevel
prop and support value segmentation (#374)0b17e8c
Copy over v3.2.0 changelog updatesUpdates
react-dropzone
from 14.2.9 to 14.2.10Release notes
Sourced from react-dropzone's releases.
Commits
53bba3a
fix: fix exports declaratione707bda
docs: link to org contributing guidelinese66f63c
docs: fix link to new issue in contributing docabe9387
docs: fix links in contributing doc65f56c4
docs: add link to codesandbox templateUpdates
react-hook-form
from 7.53.0 to 7.53.1Release notes
Sourced from react-hook-form's releases.