MyGit

v8.1.5

mongodb/mongoid

版本发布时间: 2024-02-29 03:29:58

mongodb/mongoid最新发布版本:v9.0.1(2024-07-30 03:50:04)

This patch release includes the following fixes:

MONGOID-5704: By default, associations (like belongs_to) are validated when a document is saved. However, Mongoid was aggressively loading persisted associations and validating them, which led to a significant performance regression in Mongoid 8+ (versus Mongoid 7.x). This patch fixes this regression by only validating associations that are (1) currently in-memory, and (2) either unpersisted or modified.

MONGOID-5709: has_and_belongs_to_many associations on embedded docments were broken, and attempting to use them would result in an "InvalidPath" exception. This patch release fixes that bug.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-02-29发行的版本