This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new a80b10c2c4 doc(nodejs): update upgrade.md (#4799)
a80b10c2c4 is described below

commit a80b10c2c499ea5f7f10edc17d8e4cc0bf9e4869
Author: Lemon <[email protected]>
AuthorDate: Mon Jun 24 22:37:58 2024 +0800

    doc(nodejs): update upgrade.md (#4799)
---
 bindings/nodejs/upgrade.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/bindings/nodejs/upgrade.md b/bindings/nodejs/upgrade.md
index a31346c190..c0b15657ed 100644
--- a/bindings/nodejs/upgrade.md
+++ b/bindings/nodejs/upgrade.md
@@ -1,3 +1,15 @@
+# Unreleased
+
+## Breaking change
+
+### Public API
+
+Now, the `append` operation has been removed. You can use below code instead.
+
+```js
+op.write("path/to/file", Buffer.from("hello world"), { append: true });
+```
+
 # Upgrade to v0.44
 
 ## Breaking change

Reply via email to