Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: middyjs/middy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.0
Choose a base ref
...
head repository: middyjs/middy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.4.1
Choose a head ref
  • 10 commits
  • 84 files changed
  • 3 contributors

Commits on Jun 6, 2024

  1. test(core): cover S3 middyfied handler

    naorpeled committed Jun 6, 2024
    Copy the full SHA
    b4af02e View commit details
  2. fix(http-cors): resolve test failures

    naorpeled committed Jun 6, 2024
    Copy the full SHA
    c709003 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    92b23a5 View commit details
  4. fix(validator): resolve test failures

    naorpeled committed Jun 6, 2024
    Copy the full SHA
    02528a2 View commit details

Commits on Jun 7, 2024

  1. Merge pull request #1216 from naorpeled/test/add-coverage-for-s3-midd…

    …y-handler
    
    test(core): cover S3 middyfied handler
    willfarrell authored Jun 7, 2024
    Copy the full SHA
    d597cd4 View commit details
  2. test: add in iso-time tests

    willfarrell committed Jun 7, 2024
    Copy the full SHA
    2def335 View commit details

Commits on Jun 18, 2024

  1. chore: update year

    willfarrell committed Jun 18, 2024
    Copy the full SHA
    68d2315 View commit details
  2. fix: header case fallback

    willfarrell committed Jun 18, 2024
    Copy the full SHA
    145643e View commit details
  3. fix: missing protocol

    fixes #1218
    willfarrell committed Jun 18, 2024
    Copy the full SHA
    8bef7ac View commit details
  4. chore: version bump

    willfarrell committed Jun 18, 2024
    Copy the full SHA
    8d3743e View commit details
Showing with 244 additions and 216 deletions.
  1. +1 −1 .github/CONTRIBUTING.md
  2. +1 −1 LICENSE
  3. +1 −1 README.md
  4. +1 −1 lerna.json
  5. +82 −82 package-lock.json
  6. +1 −1 package.json
  7. +1 −1 packages/appconfig/README.md
  8. +1 −1 packages/appconfig/package.json
  9. +1 −1 packages/cloudwatch-metrics/package.json
  10. +1 −1 packages/core/README.md
  11. +11 −1 packages/core/index.test-d.ts
  12. +1 −1 packages/core/package.json
  13. +1 −1 packages/do-not-wait-for-empty-event-loop/README.md
  14. +2 −2 packages/do-not-wait-for-empty-event-loop/package.json
  15. +1 −1 packages/dynamodb/README.md
  16. +1 −1 packages/dynamodb/package.json
  17. +1 −1 packages/error-logger/README.md
  18. +2 −2 packages/error-logger/package.json
  19. +1 −1 packages/event-normalizer/README.md
  20. +3 −3 packages/event-normalizer/package.json
  21. +1 −1 packages/http-content-encoding/README.md
  22. +3 −3 packages/http-content-encoding/package.json
  23. +1 −1 packages/http-content-negotiation/README.md
  24. +3 −3 packages/http-content-negotiation/package.json
  25. +1 −1 packages/http-cors/README.md
  26. +1 −2 packages/http-cors/__tests__/index.js
  27. +3 −3 packages/http-cors/package.json
  28. +1 −1 packages/http-error-handler/README.md
  29. +3 −3 packages/http-error-handler/package.json
  30. +1 −1 packages/http-event-normalizer/README.md
  31. +1 −1 packages/http-event-normalizer/package.json
  32. +1 −1 packages/http-header-normalizer/README.md
  33. +2 −2 packages/http-header-normalizer/package.json
  34. +1 −1 packages/http-json-body-parser/README.md
  35. +2 −2 packages/http-json-body-parser/package.json
  36. +1 −1 packages/http-multipart-body-parser/README.md
  37. +7 −3 packages/http-multipart-body-parser/__tests__/index.js
  38. +1 −1 packages/http-multipart-body-parser/package.json
  39. +1 −1 packages/http-partial-response/README.md
  40. +3 −3 packages/http-partial-response/package.json
  41. +1 −1 packages/http-response-serializer/README.md
  42. +3 −3 packages/http-response-serializer/package.json
  43. +1 −1 packages/http-router/README.md
  44. +3 −3 packages/http-router/package.json
  45. +1 −1 packages/http-security-headers/README.md
  46. +4 −2 packages/http-security-headers/index.js
  47. +3 −3 packages/http-security-headers/package.json
  48. +1 −1 packages/http-urlencode-body-parser/README.md
  49. +1 −1 packages/http-urlencode-body-parser/package.json
  50. +1 −1 packages/http-urlencode-path-parser/README.md
  51. +1 −1 packages/http-urlencode-path-parser/package.json
  52. +1 −1 packages/input-output-logger/README.md
  53. +2 −2 packages/input-output-logger/package.json
  54. +1 −1 packages/rds-signer/README.md
  55. +1 −1 packages/rds-signer/package.json
  56. +1 −1 packages/s3-object-response/README.md
  57. +1 −1 packages/s3-object-response/package.json
  58. +1 −1 packages/s3/README.md
  59. +3 −3 packages/s3/package.json
  60. +1 −1 packages/secrets-manager/README.md
  61. +3 −3 packages/secrets-manager/package.json
  62. +1 −1 packages/service-discovery/README.md
  63. +3 −3 packages/service-discovery/package.json
  64. +1 −1 packages/sqs-partial-batch-failure/README.md
  65. +2 −2 packages/sqs-partial-batch-failure/package.json
  66. +1 −1 packages/ssm/README.md
  67. +3 −3 packages/ssm/package.json
  68. +1 −1 packages/sts/README.md
  69. +3 −3 packages/sts/package.json
  70. +1 −1 packages/util/README.md
  71. +2 −2 packages/util/package.json
  72. +1 −1 packages/validator/README.md
  73. +16 −4 packages/validator/__tests__/index.js
  74. +3 −3 packages/validator/package.json
  75. +1 −1 packages/warmup/README.md
  76. +2 −2 packages/warmup/package.json
  77. +1 −1 packages/ws-json-body-parser/README.md
  78. +3 −3 packages/ws-json-body-parser/package.json
  79. +1 −1 packages/ws-response/README.md
  80. +2 −2 packages/ws-response/__tests__/index.js
  81. +1 −0 packages/ws-response/index.js
  82. +3 −3 packages/ws-response/package.json
  83. +1 −1 packages/ws-router/README.md
  84. +3 −3 packages/ws-router/package.json
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ If you are a maintainer and want to release a new version of Middy, consult the

## License

Licensed under [MIT License](LICENSE). Copyright (c) 2017-2023 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell), and the [Middy team](https://github.com/middyjs/middy/graphs/contributors).
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2024 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell), and the [Middy team](https://github.com/middyjs/middy/graphs/contributors).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2023 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell) and the [Middy team](https://github.com/middyjs/middy/graphs/contributors)
Copyright (c) 2017-2024 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell) and the [Middy team](https://github.com/middyjs/middy/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@

## License

Licensed under [MIT License](LICENSE). Copyright (c) 2017-2023 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell) and the [Middy team](https://github.com/middyjs/middy/graphs/contributors).
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2024 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell) and the [Middy team](https://github.com/middyjs/middy/graphs/contributors).

<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large">
<img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy.svg?type=large" alt="FOSSA Status" style="max-width:100%;">
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "5.4.0"
"version": "5.4.1"
}
Loading