Releases: hypermodeinc/functions-as
Releases · hypermodeinc/functions-as
v0.12.0 (2024-09-16)
- Update to v2 Hypermode metadata format #176
- Fix display output of certain types during build #180
- Make json in dgraph response not nullable #181
- Add getLabel collection sdk function #183
v0.11.2 (2024-08-27)
- redo dgraph fns to use single execute host function #171
- Add get vector and search by vector functions to collections #172
v0.11.1 (2024-08-16)
- Add dgraph support with host functions #165
v0.11.0 (2024-08-12)
- Add nearest neighbor classification support for collections #156
- Add namespace support for collections #158
- Add getNamespaces host function to collections #160
- Add cross namespace search support to collections #161
- Update collections example #162
v0.10.5 (2024-08-01)
- Upgrade linters and include config in npm package #152
v0.10.4 (2024-07-23)
- Result object scoring name changed to distance #143
- Collect default values for optional parameters instead of rewriting with supplied_params #144 #146
v0.10.3 (2024-07-16)
- Actual fix of compatibility with older QueryVariables API #140
v0.10.2 (2024-07-15)
- No changes (re-publish of 0.10.1 to fix npm packaging issue)
v0.10.1 (2024-07-15)
- Attempted fix compatibility with older QueryVariables API #137
v0.10.0 (2024-07-15)
- Add functions and example for accessing PostgreSQL #119
- Make plugin version optional #133
- Fix transform display of optional string literal #134
- Fix exporting imported functions or exporting as an alias does not work #135