middleware-sdk-s3: add status code 400 for S3 region redirects (#6572) (1f02a268)
smithy update for smithyVersion=1.51.0 (#6569) (398b45cc)
Documentation Changes
client-rds: Updates Amazon RDS documentation for TAZ IAM support (e0b3fe43)
client-ecs: This is an Amazon ECS documentation only update to address tickets. (5933d692)
New Features
client-bedrock-agent: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 (d4d3af5d)
client-workspaces: Updated the DomainName pattern for Active Directory (f4c52671)
client-pinpoint-sms-voice-v2: Added the registrations status of REQUIRES_AUTHENTICATION (ba96169c)
client-dataexchange: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. (5180c332)
client-pipes: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. (98a52823)
client-quicksight: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. (0bfe6e25)
For list of updated packages, view updated-packages.md in assets-3.674.0.zip
v3.673.0
3.673.0(2024-10-16)
New Features
client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a29)
For list of updated packages, view updated-packages.md in assets-3.673.0.zip
v3.672.0
3.672.0(2024-10-15)
Documentation Changes
client-cloudformation: Documentation update for AWS CloudFormation API Reference. (bc971c98)
New Features
clients: update client endpoints as of 2024-10-15 (18d2184f)
client-transcribe-streaming: We are expanding support for 40 new locales in AWS Transcribe Streaming. (73471ab2)
client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a2)
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.
Bumps the dev-minor-dependencies group with 25 updates in the / directory:
3.664.0
3.674.0
1.7.17
1.7.19
1.19.2
1.20.0
1.4.6
1.4.7
4.21.0
4.21.1
1.18.0
1.18.1
0.10.1
0.10.2
2.10.0
2.10.1
0.5.45
0.5.46
4.6.82
4.7.76
2.0.0
2.1.0
7.4.0
7.5.0
2.13.0
2.15.1
6.26.2
6.27.0
2.12.7
2.13.0
5.6.2
5.6.3
6.5.0
6.6.2
4.2.1
4.2.2
5.1.3
5.2.1
0.8.0
0.9.0
1.0.3
1.0.4
5.6.0
5.6.2
1.79.3
1.80.2
3.4.13
3.4.14
5.94.0
5.95.0
Updates
@aws-sdk/client-s3
from 3.664.0 to 3.674.0Release notes
Sourced from
@aws-sdk/client-s3
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3
's changelog.... (truncated)
Commits
a535403
Publish v3.674.077d0251
Publish v3.673.0e7f10a2
feat(client-s3): Add support for the new optional bucket-region and prefix qu...375e4e5
Publish v3.670.09d746f6
fix(client-s3): correct shape type of two shapes from union to structure (#6561)1f421db
chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)7d63f7a
Publish v3.669.06e61f0e
Publish v3.668.0fc7effc
Publish v3.667.07a98e5f
Publish v3.666.0Updates
@headlessui/react
from 1.7.17 to 1.7.19Release notes
Sourced from
@headlessui/react
's releases.Changelog
Sourced from
@headlessui/react
's changelog.... (truncated)
Commits
8599e49
1.7.19 -@headlessui/react
6784a73
RespectselectedIndex
for controlled\<Tab/>
components (#3037)2fd9d1c
Forwarddisabled
state to hidden inputs in form-like components (#3004)e9df8dd
Allow setting customtabIndex
on the\<Switch />
component (#2966)04695b2
Addhidden
attribute to internal\<Hidden />
component when the `Features....46a9b32
Don’t override explicitdisabled
prop for components inside\<MenuItem>
(#...39210df
Prevent default behaviour when clicking outside of aDialog.Panel
(#2919)369be39
Exposedisabled
state on\<Tab />
component (#2918)2b161b3
Make sure panels re-register when IDs are calculated in React < 18 (#2883)7ca6174
re-add new features to CHANGELOGUpdates
@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
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
flowbite-react
from 0.10.1 to 0.10.2Release notes
Sourced from flowbite-react's releases.
Changelog
Sourced from flowbite-react's changelog.
Commits
bed3c41
Version Packages (#1486)25bb353
Feat/date value datepicker (#1190)38913e5
fix: autocomplete for string enums with dynamic value not working (#1484)e204ee4
chore: Make label prop optional in Dropdown component (#1468)210cb9e
chore: up packages (#1464)50b8bd6
fix: not allowing to select other year (#1465)d536caf
fix(datepicker) duplicate month display #1456 (#1457)1a5dadd
Web/fixes (#1461)83e5583
Fix/datepicker decade picker unclickable (#1452)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.