Releases: hypermodeinc/modus
Releases · hypermodeinc/modus
v0.12.6 (2024-09-26)
v0.12.5 (2024-09-26)
- Fix AssemblyScript error unpinning objects from memory #396
v0.12.4 (2024-09-26)
v0.12.3 (2024-09-26)
v0.12.2 (2024-09-24)
v0.12.1 (2024-09-18)
v0.12.0 (2024-09-16)
- Add language support for Hypermode Go SDK #317 #351 #352
- Major refactoring to support multiple guest languages #347
- Rename
hmruntime
tohypruntime
#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)
v0.11.1 (2024-08-16)
v0.11.0 (2024-08-12)
- 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