Skip to content

Releases: hypermodeinc/modus

v0.9.0 (2024-06-21)

22 Jun 04:26
d103b40
Compare
Choose a tag to compare
  • Add nullable check in ReadString #228
  • Lowercase model name before invoking for hypermode hosted models #221
  • Improve HTTP error messages #222
  • Add host function for direct logging #224
  • Refactoring, and add helpers for calling functions #226
  • Add support for new model interface #229
  • Add sequential vector search #240
  • Update Hypermode-hosted model endpoint URL #242
  • Fix bug caused by #226 #243

v0.8.2 (2024-06-23)

03 Jun 20:35
9aa90a6
Compare
Choose a tag to compare
  • Send backend ID with Sentry events #211 #213
  • Add some logging for secrets #212
  • Update logging to include Runtime version #215

v0.8.1 (2024-05-30)

30 May 22:26
1c659bf
Compare
Choose a tag to compare
  • Fix compatibility with v1 authHeader secret #208
  • Fix double-escaped JSON in OpenAI inference history #209

v0.8.0 (2024-05-29)

29 May 15:56
c519556
Compare
Choose a tag to compare
  • Add Model Inference History to runtime #186
  • Pass auth headers correctly when invoking a GraphQL API #196
  • Use shared manifest module to read hypermode.json #199
  • Pass HTTP auth secrets using v2 manifest format #203 #205

v0.7.0 (2024-05-13)

13 May 23:06
ea3999e
Compare
Choose a tag to compare
  • Sentry is no longer used when HYPERMODE_DEBUG is enabled #187
  • Only listen on localhost when HYPERMODE_DEBUG is enabled, to prevent firewall prompt #188
  • Improve support for marshaling classes #189 #191
  • Add support for binary data fields #190
  • Add host function for HTTP fetch #191

v0.6.6 (2024-05-08)

08 May 15:53
03c5cf8
Compare
Choose a tag to compare
  • Remove Access-Control-Allow-Credentials. Add Access-Control-Request-Headers #180
  • Restrict incoming http requests methods #182

v0.6.5 (2024-05-07)

07 May 22:52
0537133
Compare
Choose a tag to compare
  • Add Access-Control-Allow-Credentials in CORS preflight #177

v0.6.4 (2023-05-03)

03 May 20:30
7e6b47c
Compare
Choose a tag to compare
  • Add CORS support to all endpoints #171
  • Replace hyphens with underscores in environment variables #172
  • Allow comments and trailing commas in hypermode.json #173

v0.6.3 (2024-05-02)

02 May 15:12
bc5e1ce
Compare
Choose a tag to compare
  • Update metrics collection to remove labels #163
  • Add environment and version to health endpoint #164
  • Capture function execution duration in metrics #165

v0.6.2 (2024-04-29)

29 Apr 22:50
cd0af91
Compare
Choose a tag to compare
  • Traces and non-user errors are now sent to Sentry #158
  • Fix OpenAI text generation #161