Skip to content

Conversation

@koresar
Copy link
Contributor

@koresar koresar commented Oct 31, 2025

  • Drop support of Node 18 and below. Only 20 and above is supported. This unlocks a number of simplifications.
  • Remove node-fetch as a peer dependency. Rely on the built-in fetch().
  • Drop aws-sdk v2 peer dependency. Use the lighter v3 module @aws-sdk/lambda-client
  • Relax 2 of peer dependency versions: Express and BullMQ.
  • Replace ESLint with OXLint because it needs no configuration.
  • Replace Mocha with node:test
  • Implement client-side timeout handling. (That one was tough.)
  • BREAKING: LambdaTransport might not work with previous one. It depends on the freshness of your Allserver module.

@koresar koresar merged commit 4c463df into master Oct 31, 2025
12 of 18 checks passed
@koresar koresar deleted the client-side-timout-handling branch November 2, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants