Skip to content

Commit

Permalink
FIX orion version date
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jun 4, 2024
1 parent ededf52 commit 8a43ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manuals.jp/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

推奨されなくなった機能のリストと、廃止された機能のバージョンは次のとおりです :

* Orion 3.12.0 での CLI パラメータ (および関連する環境変数): `-dbhost``-rplSet``-dbTimeout``-dbuser``-dbAuthMech``-dbAuthDb``-dbSSL`、および `-dbDisableRetryWrites`。MongoDB URI を構築するために必要な情報が必要な場合は、[このセクション](#mapping-to-mongouri-from-old-cli-parameters) をチェックして、代わりに `dbURI` を使用してください (Orion 3.13.0 で削除されました)
* Orion 3.12.0 での CLI パラメータ (および関連する環境変数): `-dbhost``-rplSet``-dbTimeout``-dbuser``-dbAuthMech``-dbAuthDb``-dbSSL`、および `-dbDisableRetryWrites`。MongoDB URI を構築するために必要な情報が必要な場合は、[このセクション](#mapping-to-mongouri-from-old-cli-parameters) をチェックして、代わりに `dbURI` を使用してください (Orion 4.0.0 で削除されました)
* Orion 3.10.0 での `geo:point`, `geo:line`, `geo:box` および `geo:polygon` 属性タイプ。代わりに `geo:json` を使用してください
* Orion 3.8.0 での `GET /v2` 操作。この操作はかなり役に立たず、実際には使用されません。
* Orion 3.1.0 のサブスクリプションでの初期通知 (`skipInitialNotification` オプションと共に)。(Orion 3.2.0 で削除)。初期通知の
Expand Down
2 changes: 1 addition & 1 deletion doc/manuals/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A list of deprecated features and the version in which they were deprecated foll

* CLI parameters (and associated env vars): `-dbhost`, `-rplSet`, `-dbTimeout`, `-dbuser`,
`-dbAuthMech`, `-dbAuthDb`, `-dbSSL` and `-dbDisableRetryWrites` in Orion 3.12.0. Use `dbURI` instead,
checking [this section](#mapping-to-mongouri-from-old-cli-parameters) if you need to know hot to build the MongoDB URI (removed in Orion 3.13.0).
checking [this section](#mapping-to-mongouri-from-old-cli-parameters) if you need to know hot to build the MongoDB URI (removed in Orion 4.0.0).
* `geo:point`, `geo:line`, `geo:box` and `geo:polygon` attribute types in Orion 3.10.0. Use `geo:json` instead.
* `GET /v2` operation in Orion 3.8.0. This operation is pretty useless and not actually used.
* Initial notification in subscriptions (along with `skipInitialNotification` option) in Orion 3.1.0.
Expand Down

0 comments on commit 8a43ab0

Please sign in to comment.