Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastify v3 -> v4 #133

Closed
solufa opened this issue Dec 1, 2022 · 1 comment · Fixed by #138
Closed

fastify v3 -> v4 #133

solufa opened this issue Dec 1, 2022 · 1 comment · Fixed by #138
Assignees

Comments

@solufa
Copy link
Member

solufa commented Dec 1, 2022

Description

frourio@0.31でfastify v4に対応しました

frourio@0.30.2以前 -> fastify v3
frourio@0.31.0以降 -> fastify v4

がわかる表示が欲しいです

fastifyのマイグレーションページも参考として載せておくと良いかも
https://www.fastify.io/docs/latest/Guides/Migration-Guide-V4/

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@su8ru
Copy link
Contributor

su8ru commented Dec 4, 2022

考えられる選択肢はこれくらいですかね(半分以上はメモですが…)

  1. frourio と fastify、frourio-express と express の対応について書いたページを Reference に作る
    • 無駄なページが増えるのはあまり望ましくない気も
    • 対応バージョンを細かく書くのはメンテナンスコストが…
  2. @fastify/* に依存している Guide ページに注意書きを付す
    • 依存関係のバージョン差異に注意が必要なため
  3. Frourio 側にも Migration ガイドを用意する
    • upgrade 時のトラブルを防ぐにはこれが一番わかりやすい
    • これを用意する基準を明確にしないと乱立してしまいそう
    • Docusaurus には Blog 機能もあるので、2 から記事にリンクを貼るのがよい?

既存のコードを変更する必要はほとんどなさそうなので 2 でもよさそうですが、その分生じるトラブルは frourio の upgrade 時が多くなりそうなので、3 があったほうがいい気もします

(このタイミングで major 上げればわかりやすくて良かったんじゃ…とも思いましたが、frourio-express が巻き込まれる形で上がるのも問題ですね……難しい……)

solufa added a commit that referenced this issue Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants