bxb100 commented on code in PR #4799:
URL: https://github.com/apache/opendal/pull/4799#discussion_r1651077677


##########
bindings/nodejs/upgrade.md:
##########
@@ -1,3 +1,33 @@
+# 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 });
+```
+
+## New features

Review Comment:
   Oh, my bad.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to