Source for Deprecation Information in Mongoid #5334
Replies: 2 comments 2 replies
-
Hi @jeffsaremi , Deprecations are generally listed in release notes. For example, https://www.mongodb.com/docs/mongoid/master/release-notes/mongoid-7.4/ has a few, and 7.5 will have a bunch more. Older versions such as 7.0 haven't had the release notes written for them the way we produce them today. If you have specific questions feel free to ask here. Note that changes that are not in Mongoid's public API generally aren't advertised in release notes. Renaming of internal Mongoid modules is likely to fall in this category. |
Beta Was this translation helpful? Give feedback.
-
What you're saying doesn't make sense at all! The breaking changes to Show me one other organization who writes and distributes code like this. |
Beta Was this translation helpful? Give feedback.
-
I am looking for a place where the deprecated api's are listed. I have looked at the release notes here but I don't see any mentions wrt some api changes. (https://github.com/mongodb/mongoid/releases)
Example:
it looks like version >= 7.0 has removed, replaced, renamed the Relations module and its sub-modules to Association
However I'm unable to find any announcement or documentation of this significant change.
Beta Was this translation helpful? Give feedback.
All reactions