From 362929a5da0b74621567aaf77b8acc042d4f6e26 Mon Sep 17 00:00:00 2001 From: Steeve Payraudeau <16964532+steevepay@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:17:34 +0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e217319..721d2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.0.0 +- Renamed the project "high-availability-object-storage" to "tiny-storage-client" +- Added support for AWS s3, [learn more to connect and request](./USAGE-S3.md) + ### v0.4.0 - the `request` function accept an option `stream:true` to get the HTTP response as a stream, instead of a content as Buffer, such as: `request(method, path, { headers, queries, body, stream: true }, (err, resp) => {})`. - Removed `debug` package