Skip to content

Releases: hypermodeinc/modus

v0.12.6 (2024-09-26)

27 Sep 01:57
0c6cc81
Compare
Choose a tag to compare
  • Revert #393 and #396, then apply correct fix for field alignment issue #397

v0.12.5 (2024-09-26)

27 Sep 00:34
7be28dd
Compare
Choose a tag to compare
  • Fix AssemblyScript error unpinning objects from memory #396

v0.12.4 (2024-09-26)

26 Sep 23:10
d9cfbd5
Compare
Choose a tag to compare
  • Fix field alignment issue #393
  • Improve error logging and debugging #394

v0.12.3 (2024-09-26)

26 Sep 19:17
4871c4e
Compare
Choose a tag to compare
  • Arrays in collections host functions should be non-nil #384
  • Update error handling for function calls #385
  • Fix array-like types passed via interface wrappers #386
  • Cast slice values to handle json.Number and others #387
  • Trap JSON unsupported value errors #388
  • Adjust Sentry transactions #390

v0.12.2 (2024-09-24)

25 Sep 00:14
2cb96c3
Compare
Choose a tag to compare
  • Fix missing GraphQL type schema #376
  • Add FunctionExecutionDurationMillisecondsSummary metric #377
  • Fix field alignment issue #378
  • Improve execution plan creation #379
  • Fix plan creation / registration bug #380

v0.12.1 (2024-09-18)

18 Sep 22:55
4927cb6
Compare
Choose a tag to compare
  • Fix panic from Go maps with primitive types #370
  • Fix error when using a map as an input parameter #373
  • Fix errors related to nil slices #374

v0.12.0 (2024-09-16)

16 Sep 19:01
f767de5
Compare
Choose a tag to compare
  • Add language support for Hypermode Go SDK #317 #351 #352
  • Major refactoring to support multiple guest languages #347
  • Rename hmruntime to hypruntime #348
  • Make empty dgraph responses nil #355
  • Support objects as parameters to functions via GraphQL input types #359
  • Fix GraphQL schema generation for Go functions #360
  • Add getLabel to collection host functions #361
  • Fix import registration issue #364
  • Fix conversion of empty arrays and slices #365
  • Fix wasm host not found in context #366

v0.11.2 (2024-08-27)

27 Aug 23:25
dedff8d
Compare
Choose a tag to compare
  • Refactor dgraph host functions to use single execute host function #342
  • Add vector retrieval and search by vector to collections #343

v0.11.1 (2024-08-16)

16 Aug 18:47
e3a2a2e
Compare
Choose a tag to compare
  • Improve logger registration code #335
  • Add dgraph host functions #336

v0.11.0 (2024-08-12)

12 Aug 18:42
56096cc
Compare
Choose a tag to compare
  • Perf improvements to internal storage of hnsw data in Collections #299
  • Fix type resolution issues #304 #306
  • Implement nearest neighbor classification in Collections #305
  • Fix certain errors reporting incorrectly #307
  • Improve encoding and decoding of arrays and maps #308
  • Listen on both IPv4 and IPv6 for localhost #309
  • Warn instead of error on some db connection failures #310
  • Modularize language-specific features #314 #325
  • Fix error reporting with host functions #318
  • Log cancellations and host function activity #320
  • Add namespaces to collections to isolate storage #321
  • Use more direct approach for registering host functions #322 #326 #327
  • Add getNamespaces host function for collections #324
  • Add cross namespace search to collections #330