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

Releases: hypermodeinc/functions-as

v0.9.4 (2024-07-10)

10 Jul 17:15
b6d014f
Compare
Choose a tag to compare
  • Fix transform error when reexporting function from another file #129

v0.9.3 (2024-07-09)

10 Jul 02:37
21cdee9
Compare
Choose a tag to compare
  • Support optional parameters #122
  • Fix capture of nullable types #126

v0.9.2 (2024-06-26)

26 Jun 15:35
5ea674e
Compare
Choose a tag to compare
  • Move/rename GraphQL types to graphql namespace #118

v0.9.1 (2024-06-24)

25 Jun 06:19
a51413b
Compare
Choose a tag to compare
  • Remove @embedder decorator #112
  • Update examples #113 #115
  • Misc updates #114
    • connection.invokeGraphqlApi is now graphql.execute
    • connection and inference classes are now marked deprecated
    • graphql and classification examples are updated
  • Add batch upserts #116

v0.9.0 (2024-06-21)

22 Jun 04:27
574c79d
Compare
Choose a tag to compare

Note: Requires Hypermode Runtime v0.9.0 or newer

  • Add collections host functions #96
  • Fixed bug in plugin build script #87
  • Updated all examples to use new manifest format #94
  • Support query variables of any serializable type #99
  • Route console.log through Runtime host function #102
  • Support @embedder decorator to denote embedded function #104
  • Implement new models interface and rework examples #106

v0.7.0 (2024-05-13)

13 May 23:18
4108fc4
Compare
Choose a tag to compare

Note: Requires Hypermode Runtime v0.7.0 or newer

  • Fixed threshold logic bug in inference.classifyText #76
  • Align hypermode.json examples to changes in manifest schema #79 #80 #81
  • Add http.fetch API #84

v0.6.1 (2024-04-25)

25 Apr 16:17
7b4aa9b
Compare
Choose a tag to compare
  • Fixed compilation transform error when there are no host functions used. #69

v0.6.0 (2024-04-25)

25 Apr 16:17
2911c36
Compare
Choose a tag to compare

Note: Requires Hypermode Runtime v0.6.0 or newer

  • (BREAKING) Most APIs for host functions have been renamed. #44
  • Types used by host functions are captured in the metadata. #65
  • (BREAKING) DQL-based host functions and examples have been removed. #66
  • (BREAKING) Update host functions, and improve error handling. #67

v0.5.0 (2024-04-18)

18 Apr 20:59
f8a4897
Compare
Choose a tag to compare

Note: Requires Hypermode Runtime v0.5.0

  • Internal metadata format has changed. #39
    • Metadata includes function signatures for improved Runtime support.
    • Compiling a project now outputs the metadata.
  • (BREAKING) Support query parameters of different types. #40
  • Further improvements to compiler output. #41
  • Example project now uses a local path to the source library. #42
  • Capture custom data type definitions in the metadata. #44 #52 #53 #55 #56
  • Improve build scripts #46 #51
  • Add environment variable to debug metadata #54

v0.4.0 (2024-03-22)

22 Mar 19:35
149370e
Compare
Choose a tag to compare
  • Adds model.generate<TData> and model.generateList<TData> #30
  • (BREAKING) model.invokeTextGenerator has been renamed to model.generateText