Skip to content

Commit

Permalink
Upgrade v1.8.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored Feb 1, 2023
1 parent a9d446b commit bad0f9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion upgrade/v1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
## Bug Fixes 🐛

- [Fix Orm concurrency safety issue(1.8.1)](#Fix-Orm-concurrency-safety-issue)
- [Fix Mail module can't send mail by 25 and 465 ports(1.8.2)](#Fix-Mail-module-can't-send-mail-by-25-and-465-ports)

## Upgrade Guide

Expand Down Expand Up @@ -161,4 +162,10 @@ gorm, err := gorm.New(connection)

Version: v1.8.1

When high concurrent access, reading `facades.Orm` for the first time may return nil.
When high concurrent access, reading `facades.Orm` for the first time may return nil.

### Fix Mail module can't send mail by 25 and 465 ports

Version: v1.8.2

You can send mail by 25, 465, 587 ports now.
9 changes: 8 additions & 1 deletion zh/upgrade/v1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
## Bug 修复 🐛

- [修复 Orm 并发安全的问题(1.8.1)](#修复-Orm-并发安全的问题)
- [修复 Mail 不能使用 25,465 端口发送邮件的问题(1.8.2)](#修复-Mail-不能使用-25,465-端口发送邮件的问题)

## 升级指南

Expand Down Expand Up @@ -161,4 +162,10 @@ gorm, err := gorm.New(connection)

Version: v1.8.1

修复当高并发访问时,第一次读取 `facades.Orm` 有可能返回 Nil。
修复当高并发访问时,第一次读取 `facades.Orm` 有可能返回 Nil。

### 修复 Mail 不能使用 25,465 端口发送邮件的问题

Version: v1.8.2

您现在可以使用 25,465,587 发送邮件了。

0 comments on commit bad0f9b

Please sign in to comment.