Skip to content

Conversation

@Tinitto
Copy link
Contributor

@Tinitto Tinitto commented Feb 18, 2025

Added

  • Added todos example application

Changed

  • Replaced the second required argument of MongoStore.find(),
    MongoStore.update(), MongoStore.delete()with their first optional
    key-word argument query.
  • Changed the limit parameter of the MongoStore.find() to be by default 0.
  • Removed the Beanie-odm-specific arguments passed to MongoStore.insert(),
    MongoStore.find(), MongoStore.update(), MongoStore.delete().

Fixed

  • Fixed error: "got Future attached to a different loop" when
    MongoStore.insert(), MongoStore.find(), MongoStore.update(), MongoStore.delete()
    are called especially during tests that create different event loops.
  • Fixed SQLStore.delete() to return any nested items that were deleted.
  • Fixed error: "got Future attached to a different loop" when
    RedisStore.insert(), RedisStore.find(), RedisStore.update(), RedisStore.delete()
    are called especially during tests that create different event loops.

@Tinitto Tinitto merged commit 8950552 into main Feb 18, 2025
16 checks passed
@Tinitto Tinitto deleted the release/v0.1.5 branch February 19, 2025 18:16
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 this pull request may close these issues.

2 participants