Skip to content

v1.0.0-alpha.6

Compare
Choose a tag to compare
@blaine-arcjet blaine-arcjet released this 18 Dec 20:10
f6d54f5

1.0.0-alpha.6 (2023-12-18)

⚠ BREAKING CHANGES

  • Pass ArcjetContext to rules (#65)

🚀 New Features

🪲 Bug Fixes

  • next: Avoid appending ? if querystring is empty (#71) (16ca958)
  • next: Stop using NextUrl to avoid type conflict across version (#62) (294540a)
  • Wrap timeout default ternary so timeout option takes effect (#66) (d49ebd2)

🧹 Miscellaneous Chores

  • Add pre and post logging to remote client (#70) (46fd6b3)
  • deps-dev: Bump the dev-dependencies group with 2 updates (#55) (94839f3)
  • deps: Bump the dependencies group with 2 updates (#54) (9c68aa2)
  • Disallow configuring timeout for report (#67) (ae8f1b7)
  • examples: Add Next 13 wrap example (294540a)
  • rollup: Fail compilation on type check failure (#68) (b9a373b)

✅ Continuous Integration