Booster.js Versions Save

Lightweight and scalable reverse proxy and load balancing library built for Cloudflare Workers

v1.1.1

1 year ago

Release Notes

  • Allow onResponse/onRequest to be arrays of functions (#398)
  • Bump typescript from 4.8 to 4.9 (#427)
  • Fix various security issues (#420, #437)

What's Changed

New Contributors

Full Changelog: https://github.com/xiaoyang-sde/reflare/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago

Release Notes

Pull Requests

New Contributors

Full Changelog: https://github.com/xiaoyang-sde/reflare/compare/v1.0.1...v1.1.0

v1.0.1

2 years ago

Release Notes

  • Improve unit test coverage with workers-kv.test.ts
  • Build with Node 18.x and upgrade GitHub Actions
  • Change Dependabot schedule from weekly to monthly
  • Upgrade TypeScript from 4.5.5 to 4.6.4

Pull Requests

Full Changelog: https://github.com/xiaoyang-sde/reflare/compare/v1.0.0...v1.0.1

v1.0.0

2 years ago

Reflare v1.0.0 has redesigned from rocket-booster with new interface and support of dynamic route definitions. Please read the documentation to learn more about these breaking changes.

Pull requests

v1.4.2

2 years ago
  • Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#167)
  • Bump webpack from 5.51.1 to 5.52.0 (#169)
  • Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.31.0 (#176)
  • Bump @typescript-eslint/parser from 4.29.3 to 4.31.0 (#175)
  • Bump TypeScript from 4.3.5 to 4.4.2 (#177)

v.1.4.2

2 years ago
  • Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#167)
  • Bump webpack from 5.51.1 to 5.52.0 (#169)
  • Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.31.0 (#176)
  • Bump @typescript-eslint/parser from 4.29.3 to 4.31.0 (#175)
  • Bump TypeScript from 4.3.5 to 4.4.2 (#177)

v1.4.1

2 years ago
  • Fix .npmignore and types field in package.json (#174)

v1.4.0

2 years ago
  • Refactor middleware pipeline and implement global options (#154)
  • Refactor firewall to implement strategy design pattern (#160)
  • Refactor load balancer to implement strategy design pattern (#164)
  • Improve error handling in firewall rules (#161)
  • Implement weighted-random load balancing policy (#165)
  • Implement Cloudflare Workers KV (#168)
  • Write documentation for load balancing options (#173)

v1.3.0

2 years ago
  • Implement rewrite options and routing (#142)
  • Gradient logo design (#147)

v1.2.2

2 years ago
  • Implemented Load balancing based on client’s IP (#129)
  • Update features, internal links, and emoji in README.md (#122)
  • Global Error Handling (#117)
  • Implement configuration validation (#115)
  • Regex Support for Firewall (#113)
  • Implement Middleware Pattern (#111)
  • Setup service-worker-mock and update Jest framework (#107)