Skip to content

Upgrade Notes

Jim Morrison edited this page Feb 29, 2024 · 4 revisions

2.2.x to 2.3.0

Server side IN queries are now supported. However, they have the following caveats:

  • IN queries with GQL are still done client side.
  • server_op=True must be set on the property filter. E.g. SomeKind.foo.IN([1, 2], server_op=True)

Clone this wiki locally