Gaeutilities 1.4
Well, it’s been a while since a release. Google’s taken the ROTModel functionality and added it directly into the datastore api. That will be deprecated. Most of the rest of the changes are to Session as usual.
- If you store an entity in the session, it’s serialized with protocol buffers allowing it to continue to function as an actual datastore entity across requests.
- Lots of bug fixes and optimizations. Session access is done by key, and the overhead caused by random base sid generation is gone as a result.
- Various documentation fixes contributed by e2jk