Changelog
Version 0.3.8 (2023-08-19)
Version 0.3.7 (2023-07-01)
Version 0.3.6 (2023-06-30)
Upgrade Template
feat: new ci cd template
Version 0.3.2 (2023-06-26)
Added new mirror engine behaviors for improved performance and functionality.
Released a new compile engine for enhanced code compilation.
Version 0.3.1 (2023-05-07)
- feat: avoid double output
Apply fix to prevent the occurrence of double output in the program.
Version 0.3.0 (2023-04-26)
New Features
Supporting inside __limits__ (feat: supporting inside __limits__)
Version 0.2.9 (2023-04-26)
Added batch support.
Version 0.2.8 (2023-04-23)
Removed reference field.
Version 0.2.7 (2023-04-23)
Adding feature: Preparing reference field removal
Moving Cache Implementation to xia-cache package
Version 0.2.4 (2023-03-07)
Implemented universal document id. Now the system assigns a unique identifier to each document, making it easier to track and retrieve documents efficiently. This feature enhances the overall user experience and improves system performance.
Version 0.2.3 (2023-02-07)
Bug Fixes
Fixed an issue where the engine catalog was affecting the display data.
Version 0.2.2 (2023-01-26)
feat: adding data catalog support - Added support for data catalog functionality.
feat: Removing data scope support at engine relazation level This commit removes the support for data scope at the engine relazation level. Now, data scope can only be applied at the higher levels such as the module or project level.