Skip to content

v2.2.1

Compare
Choose a tag to compare
@pabloordonez pabloordonez released this 30 Nov 11:40
· 73 commits to master since this release

Version 2.2.1

  • Added a cache service for descriptors all over the orm, to prevent tons of small objects filling the heap.
  • Removed constructors receiving descriptors. Now all the ORM classes should refer to the cache for descriptors.
  • Descriptor constructors are now internal and can not be instantiated outside the ORM.