Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e3673a5

Browse files
committed
Bump versions to 2.14.0, update CHANGELOG.md
1 parent afe731c commit e3673a5

File tree

27 files changed

+411
-381
lines changed

27 files changed

+411
-381
lines changed

docs/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# 🚧 Changelog
22

3+
## 2.14.0
4+
5+
### Features
6+
7+
- Add support for the
8+
[`Ed25519` algorithm](https://github.com/cloudflare/workerd/pull/500) and mark
9+
`X448`/`Ed448` algorithms as unsupported. Thanks
10+
[@panva](https://github.com/panva) for
11+
[`jose`'s comprehensive test suite](https://github.com/panva/jose/tree/main/tap).
12+
- Add `ExecutionContext` as a global _value_ to Miniflare's unit testing
13+
environments' global types. Miniflare injects the `ExecutionContext` class
14+
into testing environments, so they can be constructed and passed to imported
15+
module event handlers. This change ensures `new ExecutionContext()` isn't a
16+
type error.
17+
- Allow `wrangler.toml` `build.watch_dir` to be an array of directories. Thanks
18+
[@sj-e2digital](https://github.com/sj-e2digital) for
19+
[the PR](https://github.com/cloudflare/miniflare/issues/557).
20+
21+
### Fixes
22+
23+
- Ensure queue consumers are registered when using Miniflare's unit testing
24+
environments.
25+
- Fix crash when calling `Miniflare#reload()` with queue consumers set. Closes
26+
[issue #560](https://github.com/cloudflare/miniflare/issues/560), thanks
27+
[@calebmer](https://github.com/calebmer).
28+
- Add `@miniflare/core` as a dependency of `@miniflare/r2`. Closes
29+
[issue #559](https://github.com/cloudflare/miniflare/issues/559), thanks
30+
[@calebmer](https://github.com/calebmer).
31+
- Update `@miniflare/d1` `README` with new API
32+
333
## 2.13.0
434

535
### Features

0 commit comments

Comments
 (0)