From ab01b84a900eefcbb03835bc97d1889b7760dc98 Mon Sep 17 00:00:00 2001 From: FUNKYE <364176773@qq.com> Date: Thu, 24 Dec 2020 14:05:03 +0800 Subject: [PATCH] optimize: add the change records folder (#3397) --- CONTRIBUTING.md | 1 + changes/1.5.0.md | 62 ++++++++++++++++++++++++++++++++++++++++++ changes/en-us/1.5.0.md | 62 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 changes/1.5.0.md create mode 100644 changes/en-us/1.5.0.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f85c4a7e..c018960a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,6 +139,7 @@ Commit content represents all content changes included in one commit. We had bet * avoid very large change in a commit; * complete and reviewable for each commit. * check git config(`user.name`, `user.email`) when committing to ensure that it is associated with your github ID. +* when submitting pr, please add a brief description of the current changes to the X.X.X.md file under the 'changes/' folder In addition, in the code change part, we suggest that all contributors should read the [code style of Seata](#code-style). diff --git a/changes/1.5.0.md b/changes/1.5.0.md new file mode 100644 index 000000000..2cd44f4fc --- /dev/null +++ b/changes/1.5.0.md @@ -0,0 +1,62 @@ +### 1.5.0 + + [source](https://github.com/seata/seata/archive/v1.5.0.zip) | + [binary](https://github.com/seata/seata/releases/download/v1.5.0/seata-server-1.5.0.zip) + +<details> + <summary><mark>Release notes</mark></summary> + + + ### Seata 1.5.0 + +Seata 1.5.0 鍙戝竷銆� + +Seata 鏄竴娆惧紑婧愮殑鍒嗗竷寮忎簨鍔¤В鍐虫柟妗堬紝鎻愪緵楂樻€ц兘鍜岀畝鍗曟槗鐢ㄧ殑鍒嗗竷寮忎簨鍔℃湇鍔°€� + +姝ょ増鏈洿鏂板涓嬶細 + + ### feature锛� + + - [[#3172](https://github.com/seata/seata/pull/3172)] 鏀寔undolog鍘嬬缉 + + + ### bugfix锛� + + - [[#3258](https://github.com/seata/seata/pull/3258)] 淇AsyncWorker娼滃湪鐨凮OM闂 + - [[#3293](https://github.com/seata/seata/pull/3293)] 淇閰嶇疆缂撳瓨鑾峰彇鍊兼椂绫诲瀷涓嶅尮閰嶇殑bug + + + ### optimize锛� + + - [[#3383](https://github.com/seata/seata/pull/3383)] 浼樺寲StatementProxyTest鍗曞厓娴嬭瘯 + - [[#3341](https://github.com/seata/seata/pull/3341)] 鍙幏鍙栨棤file:鍓嶇紑鐨勯厤缃枃浠� + - [[#3385](https://github.com/seata/seata/pull/3385)] 浼樺寲github action + - [[#3175](https://github.com/seata/seata/pull/3175)] 閲嶆瀯闆姳id绠楁硶 + - [[#3291](https://github.com/seata/seata/pull/3291)] 浼樺寲mysql杩炴帴鍙傛暟 + - [[#3336](https://github.com/seata/seata/pull/3336)] 浠庣幆澧冨彉閲忎腑鑾峰彇netty閰嶇疆灞炴€� + - [[#3369](https://github.com/seata/seata/pull/3369)] 娣诲姞github action鐨刣ockerHub绉橀挜 + - [[#3343](https://github.com/seata/seata/pull/3343)] 灏咰I绋嬪簭浠嶵ravis CI杩佺Щ鍒癎ithub Actions + - [[#3365](https://github.com/seata/seata/pull/3365)] 淇ParameterParserTest娴嬭瘯鐢ㄤ緥 + - [[#3359](https://github.com/seata/seata/pull/3359)] 鍒犻櫎鏈娇鐢ㄧ殑娴嬭瘯鐢ㄤ緥 + - [[#3397](https://github.com/seata/seata/pull/3397)] 娣诲姞鏇存敼璁板綍鏂囦欢澶� + + 闈炲父鎰熻阿浠ヤ笅 contributors 鐨勪唬鐮佽础鐚€傝嫢鏈夋棤鎰忛仐婕忥紝璇锋姤鍛娿€� + + - [slievrly](https://github.com/slievrly) + - [selfishlover](https://github.com/selfishlover) + - [l8189352](https://github.com/l81893521) + - [hoverruan](https://github.com/hoverruan ) + - [jsbxyyx](https://github.com/jsbxyyx) + - [caohdgege](https://github.com/caohdgege) + - [a364176773](https://github.com/a364176773) + +鍚屾椂锛屾垜浠敹鍒颁簡绀惧尯鍙嶉鐨勫緢澶氭湁浠峰€肩殑issue鍜屽缓璁紝闈炲父鎰熻阿澶у銆� + + #### Link + + - **Seata:** https://github.com/seata/seata + - **Seata-Samples:** https://github.com/seata/seata-samples + - **Release:** https://github.com/seata/seata/releases + - **WebSite:** https://seata.io + +</details> \ No newline at end of file diff --git a/changes/en-us/1.5.0.md b/changes/en-us/1.5.0.md new file mode 100644 index 000000000..9f2d557e7 --- /dev/null +++ b/changes/en-us/1.5.0.md @@ -0,0 +1,62 @@ +### 1.5.0 + + [source](https://github.com/seata/seata/archive/v1.5.0.zip) | + [binary](https://github.com/seata/seata/releases/download/v1.5.0/seata-server-1.5.0.zip) + +<details> + <summary><mark>Release notes</mark></summary> + + + ### Seata 1.5.0 + + Seata 1.5.0 Released. + + Seata is an easy-to-use, high-performance, open source distributed transaction solution. + + The version is updated as follows: + + ### feature锛� + + - [[#3172](https://github.com/seata/seata/pull/3172)] support rollback info compress + + + ### bugfix锛� + + - [[#3258](https://github.com/seata/seata/pull/3258)] fix AsyncWorker potential OOM problem + - [[#3293](https://github.com/seata/seata/pull/3293)] configuration cache get value cast exception + + + ### optimize锛� + + - [[#3383](https://github.com/seata/seata/pull/3383)] optimize StatementProxyTest unit test + - [[#3341](https://github.com/seata/seata/pull/3341)] get config from file system even without file: prefix + - [[#3385](https://github.com/seata/seata/pull/3385)] optimize github action + - [[#3175](https://github.com/seata/seata/pull/3175)] improve UUIDGenerator using "history time" version of snowflake algorithm + - [[#3291](https://github.com/seata/seata/pull/3291)] mysql jdbc connect param + - [[#3336](https://github.com/seata/seata/pull/3336)] get netty config property from system properties + - [[#3369](https://github.com/seata/seata/pull/3369)] add github action secrets env for dockerHub + - [[#3343](https://github.com/seata/seata/pull/3343)] Migrate CI provider from Travis CI to Github Actions + - [[#3365](https://github.com/seata/seata/pull/3365)] optimize ParameterParserTest test case failed + - [[#3359](https://github.com/seata/seata/pull/3359)] remove unused test case + - [[#3397](https://github.com/seata/seata/pull/3397)] add the change records folder + + Thanks to these contributors for their code commits. Please report an unintended omission. + + - [slievrly](https://github.com/slievrly) + - [selfishlover](https://github.com/selfishlover) + - [l8189352](https://github.com/l81893521) + - [hoverruan](https://github.com/hoverruan ) + - [jsbxyyx](https://github.com/jsbxyyx) + - [caohdgege](https://github.com/caohdgege) + - [a364176773](https://github.com/a364176773) + + Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. + + #### Link + + - **Seata:** https://github.com/seata/seata + - **Seata-Samples:** https://github.com/seata/seata-samples + - **Release:** https://github.com/seata/seata/releases + - **WebSite:** https://seata.io + +</details> \ No newline at end of file -- GitLab