Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 08 Jul 13:03
· 20 commits to 3.1.x since this release
3.0.0
dbe5489

Release Notes for 3.0.0

Backwards incompatible release (major)

laminas-cache-storage-adapter-ext-mongodb 3.0.0 is here and finally adds native types everywhere and supports laminas/laminas-cache v4.

Added

  • ExtMongoDbResourceManagerInterface which is now providing an interface for the ExtMongoDbResourceManager
  • ExtMongoDbOptions now allows ExtMongoDbResourceManagerInterface to be set via ExtMongoDbOptions#setResourceManager
  • Metadata class related to ExtMongoDb adapter which provides objectId of the object which holds the cache item within mongodb

Changed

  • ExtMongoDbOptions#setResourceManager and ExtMongoDbOptions#getResourceManager now respect the new ExtMongoDbResourceManagerInterface

Breaking Changes

  • All classes are now final

3.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

BC Break,Enhancement