Skip to content

Releases: NTOU-Auction/ntou-auction-java

v1.0.7

30 Aug 00:25
58b1d8e
Compare
Choose a tag to compare

更新內容

  • [chore] 升級函式庫,加強安全性

完整更新日誌: v1.0.6...v1.0.7

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

17 Aug 15:03
a6be31a
Compare
Choose a tag to compare

更新內容

  • [修正bug] - 修正呼叫特定API時,系統會等到寄出mail後才會回應

完整更新日誌: v1.0.5...v1.0.6

What's Changed

  • fix: Make Mail Service methods asynchronous to prevent congestion. by @keke125 in #110

Full Changelog: v1.0.5...v1.0.6

v1.0.5

02 Aug 22:41
8e25495
Compare
Choose a tag to compare

更新內容

  • [chore] - 新增Spring Boot starter OAuth2 client依賴及更新Spring Boot starter依賴
  • [修正bug] - 修正JWT Secret寫死的問題

完整更新日誌: v1.0.4...v1.0.5

v1.0.4

12 Jan 06:23
a3b1044
Compare
Choose a tag to compare

更新內容

  • [chore] - 新增及修正Readme
  • [新功能] - 新增賣家中心銷售統計資訊
  • [修正bug] - 修正訂單無顯示買家、賣家的帳號名稱(username)

完整更新日誌: v1.0.3...v1.0.4

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Jan 04:54
7a91d81
Compare
Choose a tag to compare

更新內容

  • [chore] - 將專案以MIT授權條款開源
  • [修正bug] - 不可更改帳號名稱
  • [修正bug] - 只有在更新email時才檢查是否已被其他人使用
  • [修正bug] - 商品被賣家下架後,將從買家的我的最愛移除
  • [修正bug] - 賣家不能購買(不二價、競標)自己的商品

完整更新日誌: v1.0.2...v1.0.3

What's Changed

  • 將專案以MIT授權條款開源 by @keke125 in #86
  • fix: Restrict username updates and validate email only when it is bei… by @keke125 in #89
  • fix: Ensure products removed by the seller no longer appear in the buyer's favorite products. by @keke125 in #93
  • fix: 賣家不能出價自己的商品 by @wei-chun-Nien in #94
  • 準備發布1.0.3版本 by @keke125 in #95

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Dec 12:35
9840eb0
Compare
Choose a tag to compare

更新內容

  • [修正bug] - 調整商品敘述的限制

完整更新日誌: v1.0.1...v1.0.2

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Dec 12:22
1720ba0
Compare
Choose a tag to compare

更新內容

  • [修正bug] - CORS跨域

完整更新日誌: v1.0.0...v1.0.1

What's Changed

  • chore: Update docker CI for version tag by @keke125 in #81
  • fix: Add origins for Cross-Origin Policy. by @keke125 in #82
  • fix: Add origins for Cross-Origin Policy. by @keke125 in #83

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Dec 09:02
879c7cf
Compare
Choose a tag to compare

初始版本,基本功能(MVP)完成