| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| # Release notes |
| |
| ## Version 0.1.0 |
| |
| The initial release! |
| |
| ### Improvements |
| |
| - Added support for literal `SELECT`/`INSERT`/`UPDATE`/`DELETE`. |
| - Added support for prepared `SELECT`/`INSERT`/`UPDATE`/`DELETE`. |
| - Added support for customizing the max number of record per record batch. |
| - Added support for concurrent session. |
| - Added support for session timeout. |
| - Added support for `password`/`trust` authentications. |
| - Added support for TLS. |
| - Added support for `Int8`. |
| - Added support for `Int16`/`smallint`. |
| - Added support for `Int32`/`intger`. |
| - Added support for `Int64`/`bigint`. |
| - Added support for `UInt8`. |
| - Added support for `UInt16`. |
| - Added support for `UInt32`. |
| - Added support for `UInt64`. |
| - Added support for `Float`/`real`. |
| - Added support for `Double`/`double precision`. |
| - Added support for `String`/`text`/`varchar`. |
| - Added support for `Binary`/`bytea`. |
| - Added support for `Timestamp`/`timestamp without time zone`. |
| - Added support for package of Debian GNU/Linux bookworm. |
| - Added support for package of Ubuntu jammy. |