Skip to content

v3.8.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 07:23
· 3210 commits to master since this release
662756f

新機能

機能改善

  • 1.0 API (/api/1.0) の大半を削除 #1270
    • /public と file の取得のみ引き続き利用できますが、v3への移行を推奨します
  • 1年以上前のBOTのイベントログを保持しないように #1281

バグ修正

  • セッション(r_session)が空だったときにエラーになっていたのを修正 #1272

開発/運用

  • Goを1.16.7から1.17に #1283
  • 開発で使用するMariaDBのバージョンを10.0.19から10.6.4に #1288
  • その他パッケージのアップデート

Changelog

662756f Merge pull request #1285 from traPtitech/dependabot/go_modules/cloud.google.com/go-0.93.3
60d1d8f Merge pull request #1288 from traPtitech/update-mariadb-10.6.4
bdb7c6a 🆙 Use MariaDB 10.6.4
14d90fd Merge pull request #1287 from traPtitech/update/golang-jwt-v4
e158b47 Bump cloud.google.com/go from 0.92.1 to 0.93.3
757222e 🆙 Bump github.com/golang-jwt/jwt/v4
5530f5f Merge pull request #1283 from traPtitech/dependabot/docker/golang-1.17.0-alpine
69a16d3 ⚙️ run test in random order
13bcf9f ⚡ go mod tidy -go=1.17
bcabd2f 🆙 bump go from 1.16.6 to 1.17.0
9156e73 Bump golang from 1.16.7-alpine to 1.17.0-alpine
c1eae74 Merge pull request #1282 from traPtitech/dependabot/go_modules/cloud.google.com/go-0.92.1
51ef81a Bump cloud.google.com/go from 0.91.1 to 0.92.1
10e2346 update github.com/lthibault/jitterbug
e7bf8df Merge pull request #1281 from traPtitech/bot-event-log-purger
f1b03c5 ✨ purge bot event logs every 24h
91887d4 Merge pull request #1278 from traPtitech/dependabot/go_modules/gorm.io/gorm-1.21.13
c115102 Bump gorm.io/gorm from 1.21.12 to 1.21.13
983100c Merge pull request #1279 from traPtitech/dependabot/go_modules/cloud.google.com/go-0.91.1
a13645d Merge pull request #1274 from traPtitech/dependabot/docker/alpine-3.14.1
fd7fed8 Bump cloud.google.com/go from 0.90.0 to 0.91.1
285d501 Bump alpine from 3.14.0 to 3.14.1
4209c18 Merge pull request #1275 from traPtitech/dependabot/go_modules/go.uber.org/zap-1.19.0
3c4b9e3 Merge pull request #1277 from traPtitech/dependabot/go_modules/google.golang.org/api-0.53.0
08ca130 Merge pull request #1276 from traPtitech/dependabot/go_modules/gorm.io/driver/mysql-1.1.2
f9702b8 Merge pull request #1273 from traPtitech/dependabot/docker/golang-1.16.7-alpine
74e9b27 Bump google.golang.org/api from 0.52.0 to 0.53.0
3dad240 Bump gorm.io/driver/mysql from 1.1.1 to 1.1.2
d1135d8 Bump go.uber.org/zap from 1.18.1 to 1.19.0
f0b08a5 Bump golang from 1.16.6-alpine to 1.16.7-alpine
9f9ccbb 📚 rm 1.0 POST /webhooks/:wid
f6e5dcf Merge pull request #1271 from traPtitech/dependabot/go_modules/cloud.google.com/go-0.90.0
953dbd0 Merge pull request #1272 from traPtitech/fix-empty-session
f619720 🐛 fix error on empty r_session
309956e Merge pull request #1270 from traPtitech/depr-v1.0
ce407b0 📚 clarify gone message
57235ec 🗑️ rm 1.0 webhook endpoint
743aba7 🗑️ cleanup unused code
5c4d313 Bump cloud.google.com/go from 0.89.0 to 0.90.0
b5ee51d 🗑️ rm most of /api/1.0 endpoints
9d77927 Fix typo in deployment.md
4ee5cf1 Merge pull request #1269 from traPtitech/update-deps
e65c248 Bump cloud.google.com/go from 0.87.0 to 0.89.0
17345a6 Bump github.com/olivere/elastic/v7 from 7.0.26 to 7.0.27
c734dfa Bump google.golang.org/api from 0.50.0 to 0.52.0
253c649 Merge pull request #1268 from traPtitech/fix/jwt-vul
5aa482f 👮 rm CVE-2020-26160 from allowed list
b2a21d8 🆙 bump echo and use golang-jwt/jwt
d9ddb99 Merge pull request #1259 from traPtitech/pin-limit-api
88cde47 Exceededのタイポミス修正
88d214d ピン留めにおいてエラーが返される可能性のある理由について、APIに全て記述
6e0a922 ピン上限に達するとBadRequestを返す仕様をv3-api.yamlに記述