Skip to content

Commit

Permalink
Prepare v2.0.0 release (#210)
Browse files Browse the repository at this point in the history
* Prepare v2.0.0 release

* Minor edits to changelog
  • Loading branch information
guyilin-amazon authored Oct 14, 2021
1 parent ff8bb93 commit 23dcb0d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [2.0.0-alpha16] - Unreleased
## [2.0.0] - 2021-10-14

The Amazon QLDB team is pleased to announce the release of version v2.0.0 of Amazon QLDB Shell. This release is aimed at enhancing the developer experience when interacting with Amazon QLDB.

### Enhancements:

* The QLDB Shell is completely rewritten in Rust to make it faster to set up and easier to use with zero external dependencies. The Shell could be run by downloading prebuilt binaries for Linux, Windows and macOS without Python installation requirement.

## [2.0.0-alpha16] - 2021-10-12

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amazon_qldb_shell"
version = "2.0.0-alpha16"
version = "2.0.0"
authors = ["Amazon Web Services"]
edition = "2018"

Expand Down
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/awslabs/amazon-qldb-shell/blob/main/LICENSE)
[![CI Build](https://github.com/awslabs/amazon-qldb-shell/workflows/CI%20Build/badge.svg)](https://github.com/awslabs/amazon-qldb-shell/actions?query=workflow%3A%22CI+Build%22)

## Welcome to the v2.0 branch!

Hi traveler, you've found your way to **alpha quality software**. Here be
dragons.

The QLDB Shell is undergoing a complete rewrite in Rust to make it faster and
lower latency with zero external dependencies. This is an early alpha release
which is not intended for use in production systems. For the time being the
Python-based shell on the master branch continues to be the production-ready
release. Please contact us if you experiment with this early alpha release and
have feedback you'd like to share with us.

If you'd like to follow along, [CHANGELOG.md](CHANGELOG.md) is kept up to date
with each commit.
This tool provides an interface to send PartiQL statements to [Amazon Quantum Ledger Database (QLDB)](https://aws.amazon.com/qldb/).
This tool is not intended to be incorporated into an application or adopted for production purposes.
The objective of the tool is to give developers, devops, database administrators, and anyone else interested the opportunity for rapid experimentation with QLDB and [PartiQL](https://docs.aws.amazon.com/qldb/latest/developerguide/ql-reference.html).

## Prerequisites

Expand Down

0 comments on commit 23dcb0d

Please sign in to comment.