Skip to content

Commit 001c7af

Browse files
committed
Updated changelog for 2.0.1
1 parent 918e33e commit 001c7af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/buildmod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- run: ls -R prebuilds
137137

138138
# Ideally I shouldn't need this...
139-
- run: wget "https://github.com/apple/foundationdb/releases/download/7.2.5/foundationdb-clients_7.2.5-1_amd64.deb"
139+
- run: wget -nv "https://github.com/apple/foundationdb/releases/download/7.2.5/foundationdb-clients_7.2.5-1_amd64.deb"
140140
- run: sudo dpkg -i foundationdb-clients_7.2.5-1_amd64.deb
141141

142142
# And I could just run the linux script last anyway.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# HEAD
22

3+
# 2.0.1
4+
5+
- Added native support for apple silicon (arm64). This has been way too long coming. Thanks to everyone who contributed on [the github issue](https://github.com/josephg/node-foundationdb/issues/50). The library should automatically detect your computer's architecture and "just work". You will need to install a version of foundationdb which matches your computer's architecture.
6+
7+
# 2.0.0
8+
39
- Fixed an issue where the directory layer would "reset" the transformers when a directory was created or opened. Thanks @NuckChorris for [reporting this problem](https://github.com/josephg/node-foundationdb/issues/70).
410
- Updated to support FoundationDB API version 720. This adds 2 new APIs:
511
- `txn.getEstimatedRangeSizeBytes`

0 commit comments

Comments
 (0)