Skip to content

Commit

Permalink
for #806 update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed May 10, 2018
1 parent db03821 commit 45c3c19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.1.0

### Milestones

1. Sharding-Proxy launch. Support the use of Sharding-JDBC in the form of database to support for MySQL CLI and GUI client

### New Features
Expand All @@ -9,6 +10,7 @@
1. [ISSUE #501](https://github.com/shardingjdbc/sharding-jdbc/issues/501) Support OR statement

### Enhancements

1. [ISSUE #608](https://github.com/shardingjdbc/sharding-jdbc/issues/608) Support the USE statement of MySQL
1. [ISSUE #609](https://github.com/shardingjdbc/sharding-jdbc/issues/609) Support the SHOW statement of MySQL
1. [ISSUE #610](https://github.com/shardingjdbc/sharding-jdbc/issues/610) Optimize the DQL that does not contain a table name
Expand All @@ -21,26 +23,32 @@
1. [ISSUE #773](https://github.com/shardingjdbc/sharding-jdbc/issues/773) Support sharding and autoincrement primary key of INSERT statements without column names

### Bug Fixes

1. [ISSUE #628](https://github.com/shardingjdbc/sharding-jdbc/issues/628) Support data type jsonb for PostgreSQL
1. [ISSUE #646](https://github.com/shardingjdbc/sharding-jdbc/issues/646) When aliases in SELECT ITEMS correspond to the real column names of GROUP BY or ORDER BY, there is no need to add columns
1. [ISSUE #806](https://github.com/shardingjdbc/sharding-jdbc/issues/806) SQL parse error with `NOT IN`

## 2.0.3

### Enhancements

1. [ISSUE #600](https://github.com/shardingjdbc/sharding-jdbc/issues/600) Support TCL

### Bug Fixes

1. [ISSUE #522](https://github.com/shardingjdbc/sharding-jdbc/issues/522) The slave database does not need to execute the DDL statement for read-write separation
1. [ISSUE #540](https://github.com/shardingjdbc/sharding-jdbc/issues/540) Support SQLs that the alias is the keyword
1. [ISSUE #577](https://github.com/shardingjdbc/sharding-jdbc/issues/577) Support newline for YAML configuration

## 2.0.2

### Enhancements

1. [ISSUE #475](https://github.com/shardingjdbc/sharding-jdbc/issues/475) Support CREATE INDEX
1. [ISSUE #525](https://github.com/shardingjdbc/sharding-jdbc/issues/525) Support DROP INDEX

### Bug Fixes

1. [ISSUE #520](https://github.com/shardingjdbc/sharding-jdbc/issues/520) When the partition table is introduced, the exception type is no longer DuplicateKeyException when the unique key conflict occurs
1. [ISSUE #521](https://github.com/shardingjdbc/sharding-jdbc/issues/521) ShardingProperties is invalid in YAML configuration
1. [ISSUE #529](https://github.com/shardingjdbc/sharding-jdbc/issues/529) Table name capitalization cannot be queried
Expand All @@ -52,11 +60,13 @@
## 2.0.1

### Enhancements

1. [ISSUE #489](https://github.com/shardingjdbc/sharding-jdbc/issues/489) SpringName uses RuntimeBeanReference to prevent the creation of InnerBean
1. [ISSUE #496](https://github.com/shardingjdbc/sharding-jdbc/issues/496) Logical table names in sharding configuration can be case sensitive
1. [ISSUE #497](https://github.com/shardingjdbc/sharding-jdbc/issues/497) The registry center closes gracefully

### Bug Fixes

1. [ISSUE #490](https://github.com/shardingjdbc/sharding-jdbc/issues/490) Oracle using rownum greater than or equal to or less than or equal to the result of paging is incorrect
1. [ISSUE #491](https://github.com/shardingjdbc/sharding-jdbc/issues/491) Can't close connection by ResultSet.getStatement().getConnection().close()

Expand Down Expand Up @@ -359,4 +369,5 @@ Automatic generation key implementation, including
1. [ISSUE #38](https://github.com/shardingjdbc/sharding-jdbc/issues/38) The compatibility between JPA and Sharding-JDBC. JPA automatically add the column aliases of SELECT, resulting in ORDER BY obtaining ResultSet data only by aliases rather than column names

## 1.0.0

1. Initial version
11 changes: 11 additions & 0 deletions RELEASE-NOTES_ZH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.1.0

### 里程碑

1. Sharding-Proxy发布. 支持以数据库的形式使用Sharding-JDBC, 全面提供对MySQL命令行以及图形化客户端的支持

### 新功能
Expand All @@ -9,6 +10,7 @@
1. [ISSUE #501](https://github.com/shardingjdbc/sharding-jdbc/issues/501) 支持OR语句

### 功能提升

1. [ISSUE #608](https://github.com/shardingjdbc/sharding-jdbc/issues/608) 支持MySQL的USE语句
1. [ISSUE #609](https://github.com/shardingjdbc/sharding-jdbc/issues/609) 支持MySQL的SHOW语句
1. [ISSUE #610](https://github.com/shardingjdbc/sharding-jdbc/issues/610) 优化不包含表的DQL
Expand All @@ -21,26 +23,32 @@
1. [ISSUE #773](https://github.com/shardingjdbc/sharding-jdbc/issues/773) 支持不包含列名的INSERT语句的分片与自增主键

### 缺陷修正

1. [ISSUE #628](https://github.com/shardingjdbc/sharding-jdbc/issues/628) 支持PostgreSQL的数据类型jsonb
1. [ISSUE #646](https://github.com/shardingjdbc/sharding-jdbc/issues/646) 当SELECT ITEMS中的别名与GROUP BY或ORDER BY的真实列名对应时,无需补列
1. [ISSUE #806](https://github.com/shardingjdbc/sharding-jdbc/issues/806) `NOT IN`解析异常

## 2.0.3

### 功能提升

1. [ISSUE #600](https://github.com/shardingjdbc/sharding-jdbc/issues/600) 支持TCL

### 缺陷修正

1. [ISSUE #522](https://github.com/shardingjdbc/sharding-jdbc/issues/522) 读写分离Slave库不需要执行DDL语句
1. [ISSUE #540](https://github.com/shardingjdbc/sharding-jdbc/issues/540) 梳理并支持别名为关键字SQL
1. [ISSUE #577](https://github.com/shardingjdbc/sharding-jdbc/issues/577) 支持YAML配置换行

## 2.0.2

### 功能提升

1. [ISSUE #475](https://github.com/shardingjdbc/sharding-jdbc/issues/475) 支持CREATE INDEX
1. [ISSUE #525](https://github.com/shardingjdbc/sharding-jdbc/issues/525) 支持DROP INDEX

### 缺陷修正

1. [ISSUE #520](https://github.com/shardingjdbc/sharding-jdbc/issues/520) 引入分表后,唯一键冲突时异常类型不再是DuplicateKeyException
1. [ISSUE #521](https://github.com/shardingjdbc/sharding-jdbc/issues/521) YAML文件中ShardingProperties设置无效
1. [ISSUE #529](https://github.com/shardingjdbc/sharding-jdbc/issues/529) 表名大写无法查询
Expand All @@ -52,11 +60,13 @@
## 2.0.1

### 功能提升

1. [ISSUE #489](https://github.com/shardingjdbc/sharding-jdbc/issues/489) SpringName使用RuntimeBeanReference防止创建InnerBean
1. [ISSUE #496](https://github.com/shardingjdbc/sharding-jdbc/issues/496) 分片配置中逻辑表名可以大小写不敏感
1. [ISSUE #497](https://github.com/shardingjdbc/sharding-jdbc/issues/497) 注册中心优雅关闭

### 缺陷修正

1. [ISSUE #490](https://github.com/shardingjdbc/sharding-jdbc/issues/490) Oracle使用rownum大于等于或小于等于分页结果不正确
1. [ISSUE #491](https://github.com/shardingjdbc/sharding-jdbc/issues/491) 通过ResultSet.getStatement().getConnection().close()无法释放连接

Expand Down Expand Up @@ -359,4 +369,5 @@
1. [ISSUE #38](https://github.com/shardingjdbc/sharding-jdbc/issues/38) JPA与Sharding-JDBC的兼容问题。JPA会自动增加SELECT的列别名,导致ORDER BY只能通过别名,而非列名称获取ResultSet的数据

## 1.0.0

1. 初始版本

0 comments on commit 45c3c19

Please sign in to comment.