-
Notifications
You must be signed in to change notification settings - Fork 168
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-typescript
base: v1.2.1
head repository: aws-powertools/powertools-lambda-typescript
compare: v1.3.0
- 19 commits
- 72 files changed
- 14 contributors
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 14a838f - Browse repository at this point
Copy the full SHA 14a838fView commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b62d78 - Browse repository at this point
Copy the full SHA 2b62d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce3f2b - Browse repository at this point
Copy the full SHA bce3f2bView commit details
Commits on Sep 19, 2022
-
feat(idempotency): create initial class structure for function idempo…
…tency (#1086) * feat: initial configuration for idempotency package * feat: initial idempotency classes * feat: inherit tsconfig from base * feat: refactor persistence layer classes into their own folder * feat: added async types to persistence layer * feat: rename idempotency config to differentiate from idempotency options * feat: added type for a generic function * feat: modified AnyFunction to accept void functions * feat: defined member variables of record * feat: remove idempotency configuration for this FR * feat: removing unused params from options * feat: refactored type of function to accept any combo of parameters * feat: add type for update and add functions for dynamo * feat: add table name for dynamo constructor * feat: add key attribute for dynamo record * feat: add type for update and add functions for dynamo * feat: add table name for dynamo constructor * feat: add key attribute for dynamo record * feat: fixing linting issues * feat: addressing comments in initial PR Co-authored-by: vgphoenixcampos <[email protected]> Co-authored-by: Keven <[email protected]> Co-authored-by: “KevenFuentes9” <“[email protected]”> Co-authored-by: KevenFuentes9 <[email protected]> Co-authored-by: Phoenix Campos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06fbaae - Browse repository at this point
Copy the full SHA 06fbaaeView commit details
Commits on Sep 29, 2022
-
build(deps): bump vm2 from 3.9.9 to 3.9.11 (#1094)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.11. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.9...3.9.11) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2df854 - Browse repository at this point
Copy the full SHA d2df854View commit details -
fix(logger): wait for decorated method return before clearing out sta…
…te (#1087) * fix: await decorated method * chore: housekeeping * chore: add unit test case
Configuration menu - View commit details
-
Copy full SHA for 133ed3c - Browse repository at this point
Copy the full SHA 133ed3cView commit details -
fix: captureColdStartMetric and throwOnEmptyMetrics when set to false…
… was interpreted as true (#1090) Co-authored-by: Florian Chazal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 127aad4 - Browse repository at this point
Copy the full SHA 127aad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c5122 - Browse repository at this point
Copy the full SHA f3c5122View commit details -
Revert "chore(release): v1.3.0 [skip ci]"
This reverts commit f3c5122.
Configuration menu - View commit details
-
Copy full SHA for 237b99f - Browse repository at this point
Copy the full SHA 237b99fView commit details -
Fix: standardized and consistent linting strategy across Lerna targets (
#1105) * fix: lerna format standardized for all lerna packages + examples * chore: remove --fix to lint command, rename lerna format to lint-fix * chore: run lerna lint fix on commit & push
Configuration menu - View commit details
-
Copy full SHA for f25f7bf - Browse repository at this point
Copy the full SHA f25f7bfView commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a574406 - Browse repository at this point
Copy the full SHA a574406View commit details
Commits on Oct 10, 2022
-
feat: publish lib as Lambda Layer (#1095)
Co-authored-by: Florian Chazal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83f6efb - Browse repository at this point
Copy the full SHA 83f6efbView commit details -
fix: ts-node version for layer-publisher (#1112)
Co-authored-by: Florian Chazal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee243de - Browse repository at this point
Copy the full SHA ee243deView commit details
Commits on Oct 11, 2022
-
doc(layer): bump layer version to 2 to match the one built for latest…
… version (1.2.1) (#1113) * chore(build): don't rely on shell shortcut * doc: bump layer to version 2 corresponding to 1.2.1 PowerTools version Co-authored-by: Florian Chazal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f1da98 - Browse repository at this point
Copy the full SHA 5f1da98View commit details -
Chore(tracer): unit tests to verify decorators await decorated class …
…methods (#1108) * chore: added unit test for captureMethod async/await * chore: added unit test for captureLambdaHandler async/await * chore: added comments to document unit test cases * Update packages/tracer/tests/unit/Tracer.test.ts Co-authored-by: ijemmy <[email protected]> * Update packages/tracer/tests/unit/Tracer.test.ts Co-authored-by: ijemmy <[email protected]> * chore: fix linting Co-authored-by: ijemmy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bb77af - Browse repository at this point
Copy the full SHA 0bb77afView commit details -
feat(tracer): specify subsegment name when capturing class method (#1092
) * feat: specify subsegment name when capturing class method * chore: update key for e2e test cases * chore: add tips to the docs about setting custom name * Update docs/core/tracer.md Co-authored-by: Josh Kellendonk <[email protected]> * Update packages/tracer/src/types/Tracer.ts * fix merge conflicts Co-authored-by: Josh Kellendonk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4174eb - Browse repository at this point
Copy the full SHA d4174ebView commit details
Commits on Oct 13, 2022
-
chore(layer): fix bundling and e2e tests by manually setting hash of …
…asset (#1116) Co-authored-by: Florian Chazal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b5c799 - Browse repository at this point
Copy the full SHA 3b5c799View commit details
Commits on Oct 17, 2022
-
fix(all): update version command to use lint-fix (#1119)
* fix: update version command to use lint-fix * fix: update version command to use lint-fix
Configuration menu - View commit details
-
Copy full SHA for 6f14fb3 - Browse repository at this point
Copy the full SHA 6f14fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6d791 - Browse repository at this point
Copy the full SHA 3a6d791View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v1.3.0