Skip to content
Snippets Groups Projects
1.5.0.md 2.27 KiB
Newer Older
### 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:
  - [[#3575](https://github.com/seata/seata/pull/3575)] support the mixed use of different storages of locks and sessions
  - [[#3374](https://github.com/seata/seata/pull/3374)] add a Executor for INSERT ON DUPLICATE KEY UPDATE
  ### bugfix:
  - [[#3686](https://github.com/seata/seata/pull/3686)] fix NPE and wrong cluster name of Apollo
  - [[#3702](https://github.com/seata/seata/pull/3702)] fix some comments
  - [[#3678](https://github.com/seata/seata/pull/3678)] supplement missing configuration and new version documents
  - [[#3654](https://github.com/seata/seata/pull/3654)] fix typo,applicationContex -> applicationContext
  - [[#3615](https://github.com/seata/seata/pull/3615)] asynchronous deletion after the transaction is committed
  - [[#3687](https://github.com/seata/seata/pull/3687)] fix the case that could not retry acquire global lock
  - [[#3689](https://github.com/seata/seata/pull/3689)] modify the attribute prefix in the file file.properties
  - [[#3700](https://github.com/seata/seata/pull/3700)] optimize the speed of buildLockKey

  ### test:	



  Thanks to these contributors for their code commits. Please report an unintended omission.  	
  - [slievrly](https://github.com/slievrly) 
  - [a364176773](https://github.com/a364176773) 
  - [drgnchan](https://github.com/drgnchan) 
  - [caohdgege](https://github.com/caohdgege)
  - [ruanun](https://github.com/ruanun)
  - [huan415](https://github.com/huan415)
  - [cmonkey](https://github.com/cmonkey)


  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>