Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Releases: hypermodeinc/functions-as

v0.12.0 (2024-09-16)

16 Sep 19:17
fdac49f
Compare
Choose a tag to compare
  • 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)

27 Aug 23:29
f1f30d3
Compare
Choose a tag to compare
  • 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)

16 Aug 18:55
07b1fd0
Compare
Choose a tag to compare
  • Add dgraph support with host functions #165

v0.11.0 (2024-08-12)

12 Aug 18:53
633a86a
Compare
Choose a tag to compare
  • 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)

01 Aug 20:33
ffc745a
Compare
Choose a tag to compare
  • Upgrade linters and include config in npm package #152

v0.10.4 (2024-07-23)

23 Jul 22:43
74c600d
Compare
Choose a tag to compare
  • 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)

16 Jul 16:26
f681369
Compare
Choose a tag to compare
  • Actual fix of compatibility with older QueryVariables API #140

v0.10.2 (2024-07-15)

16 Jul 04:40
c13c502
Compare
Choose a tag to compare
  • No changes (re-publish of 0.10.1 to fix npm packaging issue)

v0.10.1 (2024-07-15)

16 Jul 04:27
c3ac29e
Compare
Choose a tag to compare
  • Attempted fix compatibility with older QueryVariables API #137

v0.10.0 (2024-07-15)

16 Jul 03:40
67687e2
Compare
Choose a tag to compare
  • 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