You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2023/02/06 09:07:37 UTC

[skywalking-banyandb] branch release-0.3.0 created (now 9f2bdd05)

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

hanahmily pushed a change to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


      at 9f2bdd05 Update CHANGES.md

This branch includes the following new commits:

     new 9f2bdd05 Update CHANGES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-banyandb] 01/01: Update CHANGES.md

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 9f2bdd058cf7b5fb66407c0cd8b4678c810573f8
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Mon Feb 6 09:07:16 2023 +0000

    Update CHANGES.md
    
    Signed-off-by: Gao Hongtao <ha...@gmail.com>
---
 CHANGES.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index eb71a582..835a95c3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,29 @@
 
 Release Notes.
 
+## 0.3.0
+
+### Features
+
+- Support 64-bit float type.
+- Web Application.
+- Close components in tsdb gracefully.
+- Add TLS for the HTTP server.
+- Use the table builder to compress data.
+
+### Bugs
+
+- Open blocks concurrently.
+- Sync index writing and shard closing.
+- TimestampRange query throws an exception if no data in this time range.
+
+### Chores
+
+- Fixes issues related to leaked goroutines.
+- Add validations to APIs.
+
+For more details by referring to [milestone 0.3.0](https://github.com/apache/skywalking/issues?q=is%3Aissue+milestone%3A%22BanyanDB+-+0.3.0%22)
+
 ## 0.2.0
 
 ### Features