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

Commit bbe87ba

Browse files
authored
Update CHANGELOG.md
1 parent cf166bd commit bbe87ba

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

CHANGELOG.md

+52-52
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,94 @@
22

33
## UNRELEASED
44

5-
- Lock version of `xid-ts` library to resolve build issues [#189](https://github.com/hypermodeAI/functions-as/pull/189)
5+
- Lock version of `xid-ts` library to resolve build issues [#189](https://github.com/hypermodeinc/functions-as/pull/189)
66

77
## 2024-09-16 - Version 0.12.0
88

9-
- Update to v2 Hypermode metadata format [#176](https://github.com/hypermodeAI/functions-as/pull/176)
10-
- Fix display output of certain types during build [#180](https://github.com/hypermodeAI/functions-as/pull/180)
11-
- Make json in dgraph response not nullable [#181](https://github.com/hypermodeAI/functions-as/pull/181)
12-
- Add getLabel collection sdk function [#183](https://github.com/hypermodeAI/functions-as/pull/183)
9+
- Update to v2 Hypermode metadata format [#176](https://github.com/hypermodeinc/functions-as/pull/176)
10+
- Fix display output of certain types during build [#180](https://github.com/hypermodeinc/functions-as/pull/180)
11+
- Make json in dgraph response not nullable [#181](https://github.com/hypermodeinc/functions-as/pull/181)
12+
- Add getLabel collection sdk function [#183](https://github.com/hypermodeinc/functions-as/pull/183)
1313

1414
## 2024-08-27 - Version 0.11.2
1515

16-
- Redo Dgraph host functions implementation [#171](https://github.com/hypermodeAI/functions-as/pull/171)
17-
- Add get vector and search by vector functions to collections [#172](https://github.com/hypermodeAI/functions-as/pull/172)
16+
- Redo Dgraph host functions implementation [#171](https://github.com/hypermodeinc/functions-as/pull/171)
17+
- Add get vector and search by vector functions to collections [#172](https://github.com/hypermodeinc/functions-as/pull/172)
1818

1919
## 2024-08-13 - Version 0.11.1
2020

21-
- Add Dgraph support with host functions [#165](https://github.com/hypermodeAI/functions-as/pull/165)
21+
- Add Dgraph support with host functions [#165](https://github.com/hypermodeinc/functions-as/pull/165)
2222

2323
## 2024-08-12 - Version 0.11.0
2424

25-
- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeAI/functions-as/pull/156)
26-
- Add namespace support for collections [#158](https://github.com/hypermodeAI/functions-as/pull/158)
27-
- Add getNamespaces host function to collections [#160](https://github.com/hypermodeAI/functions-as/pull/160)
28-
- Add cross namespace search support to collections [#161](https://github.com/hypermodeAI/functions-as/pull/161)
29-
- Update collections example [#162](https://github.com/hypermodeAI/functions-as/pull/162)
25+
- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeinc/functions-as/pull/156)
26+
- Add namespace support for collections [#158](https://github.com/hypermodeinc/functions-as/pull/158)
27+
- Add getNamespaces host function to collections [#160](https://github.com/hypermodeinc/functions-as/pull/160)
28+
- Add cross namespace search support to collections [#161](https://github.com/hypermodeinc/functions-as/pull/161)
29+
- Update collections example [#162](https://github.com/hypermodeinc/functions-as/pull/162)
3030

3131
## 2024-08-01 - Version 0.10.5
3232

33-
- Upgrade linters and include config in npm package [#152](https://github.com/hypermodeAI/functions-as/pull/152)
33+
- Upgrade linters and include config in npm package [#152](https://github.com/hypermodeinc/functions-as/pull/152)
3434

3535
## 2024-07-23 - Version 0.10.4
3636

37-
- Result object scoring name changed to distance [#143](https://github.com/hypermodeAI/functions-as/pull/143)
38-
- Collect default values for optional parameters instead of rewriting with supplied_params [#144](https://github.com/hypermodeAI/functions-as/pull/144) [#146](https://github.com/hypermodeAI/functions-as/pull/146)
37+
- Result object scoring name changed to distance [#143](https://github.com/hypermodeinc/functions-as/pull/143)
38+
- Collect default values for optional parameters instead of rewriting with supplied_params [#144](https://github.com/hypermodeinc/functions-as/pull/144) [#146](https://github.com/hypermodeinc/functions-as/pull/146)
3939

4040
## 2024-07-16 - Version 0.10.3
4141

42-
- Actual fix of compatibility with older QueryVariables API [#140](https://github.com/hypermodeAI/functions-as/pull/140)
42+
- Actual fix of compatibility with older QueryVariables API [#140](https://github.com/hypermodeinc/functions-as/pull/140)
4343

4444
## 2024-07-15 - Version 0.10.2
4545

4646
- No changes (re-publish of 0.10.1 to fix npm packaging issue)
4747

4848
## 2024-07-15 - Version 0.10.1
4949

50-
- Attempted fix compatibility with older QueryVariables API [#137](https://github.com/hypermodeAI/functions-as/pull/137)
50+
- Attempted fix compatibility with older QueryVariables API [#137](https://github.com/hypermodeinc/functions-as/pull/137)
5151

5252
## 2024-07-15 - Version 0.10.0
5353

54-
- Add functions and example for accessing PostgreSQL [#119](https://github.com/hypermodeAI/functions-as/pull/119)
55-
- Make plugin version optional [#133](https://github.com/hypermodeAI/functions-as/pull/133)
56-
- Fix transform display of optional string literal [#134](https://github.com/hypermodeAI/functions-as/pull/134)
57-
- Fix exporting imported functions or exporting as an alias does not work [#135](https://github.com/hypermodeAI/functions-as/pull/135)
54+
- Add functions and example for accessing PostgreSQL [#119](https://github.com/hypermodeinc/functions-as/pull/119)
55+
- Make plugin version optional [#133](https://github.com/hypermodeinc/functions-as/pull/133)
56+
- Fix transform display of optional string literal [#134](https://github.com/hypermodeinc/functions-as/pull/134)
57+
- Fix exporting imported functions or exporting as an alias does not work [#135](https://github.com/hypermodeinc/functions-as/pull/135)
5858

5959
## 2024-07-10 - Version 0.9.4
6060

61-
- Fix transform error when reexporting function from another file [#129](https://github.com/hypermodeAI/functions-as/pull/129)
61+
- Fix transform error when reexporting function from another file [#129](https://github.com/hypermodeinc/functions-as/pull/129)
6262

6363
## 2024-07-09 - Version 0.9.3
6464

65-
- Support optional parameters [#122](https://github.com/hypermodeAI/functions-as/pull/122)
66-
- Fix capture of nullable types [#126](https://github.com/hypermodeAI/functions-as/pull/126)
65+
- Support optional parameters [#122](https://github.com/hypermodeinc/functions-as/pull/122)
66+
- Fix capture of nullable types [#126](https://github.com/hypermodeinc/functions-as/pull/126)
6767

6868
## 2024-06-26 - Version 0.9.2
6969

70-
- Move/rename GraphQL types to `graphql` namespace [#118](https://github.com/hypermodeAI/functions-as/pull/118)
70+
- Move/rename GraphQL types to `graphql` namespace [#118](https://github.com/hypermodeinc/functions-as/pull/118)
7171

7272
## 2024-06-24 - Version 0.9.1
7373

74-
- Remove `@embedder` decorator [#112](https://github.com/hypermodeAI/functions-as/pull/112)
75-
- Update examples [#113](https://github.com/hypermodeAI/functions-as/pull/113) [#115](https://github.com/hypermodeAI/functions-as/pull/115)
76-
- Misc updates [#114](https://github.com/hypermodeAI/functions-as/pull/114)
74+
- Remove `@embedder` decorator [#112](https://github.com/hypermodeinc/functions-as/pull/112)
75+
- Update examples [#113](https://github.com/hypermodeinc/functions-as/pull/113) [#115](https://github.com/hypermodeinc/functions-as/pull/115)
76+
- Misc updates [#114](https://github.com/hypermodeinc/functions-as/pull/114)
7777
- `connection.invokeGraphqlApi` is now `graphql.execute`
7878
- `connection` and `inference` classes are now marked deprecated
7979
- `graphql` and `classification` examples are updated
80-
- Add batch upserts [#116](https://github.com/hypermodeAI/functions-as/pull/116)
80+
- Add batch upserts [#116](https://github.com/hypermodeinc/functions-as/pull/116)
8181

8282
## 2024-06-21 - Version 0.9.0
8383

8484
_Note: Requires Hypermode Runtime v0.9.0 or newer_
8585

86-
- Add collections host functions [#96](https://github.com/hypermodeAI/functions-as/pull/96)
86+
- Add collections host functions [#96](https://github.com/hypermodeinc/functions-as/pull/96)
8787
- Fixed bug in plugin build script [#87](https://github.com/gohypermode/functions-as/pull/87)
8888
- Updated all examples to use new manifest format [#94](https://github.com/gohypermode/functions-as/pull/94)
8989
- Support query variables of any serializable type [#99](https://github.com/gohypermode/functions-as/pull/99)
9090
- Route `console.log` through Runtime host function [#102](https://github.com/gohypermode/functions-as/pull/102)
91-
- Support `@embedder` decorator to denote embedded function [#104](https://github.com/hypermodeAI/functions-as/pull/104)
92-
- Implement new models interface and rework examples [#106](https://github.com/hypermodeAI/functions-as/pull/106)
91+
- Support `@embedder` decorator to denote embedded function [#104](https://github.com/hypermodeinc/functions-as/pull/104)
92+
- Implement new models interface and rework examples [#106](https://github.com/hypermodeinc/functions-as/pull/106)
9393

9494
## Version 0.8.0
9595

@@ -99,45 +99,45 @@ _skipped to align with runtime version_
9999

100100
_Note: Requires Hypermode Runtime v0.7.0 or newer_
101101

102-
- Fixed threshold logic bug in `inference.classifyText` [#76](https://github.com/hypermodeAI/functions-as/pull/76)
103-
- Align `hypermode.json` examples to changes in manifest schema [#79](https://github.com/hypermodeAI/functions-as/pull/79) [#80](https://github.com/hypermodeAI/functions-as/pull/80) [#81](https://github.com/hypermodeAI/functions-as/pull/81)
104-
- Add `http.fetch` API [#84](https://github.com/hypermodeAI/functions-as/pull/84)
102+
- Fixed threshold logic bug in `inference.classifyText` [#76](https://github.com/hypermodeinc/functions-as/pull/76)
103+
- Align `hypermode.json` examples to changes in manifest schema [#79](https://github.com/hypermodeinc/functions-as/pull/79) [#80](https://github.com/hypermodeinc/functions-as/pull/80) [#81](https://github.com/hypermodeinc/functions-as/pull/81)
104+
- Add `http.fetch` API [#84](https://github.com/hypermodeinc/functions-as/pull/84)
105105

106106
## 2024-04-25 - Version 0.6.1
107107

108-
- Fixed compilation transform error when there are no host functions used. [#69](https://github.com/hypermodeAI/functions-as/pull/69)
108+
- Fixed compilation transform error when there are no host functions used. [#69](https://github.com/hypermodeinc/functions-as/pull/69)
109109

110110
## 2024-04-25 - Version 0.6.0
111111

112112
_Note: Requires Hypermode Runtime v0.6.0 or newer_
113113

114-
- **(BREAKING)** Most APIs for host functions have been renamed. [#44](https://github.com/hypermodeAI/functions-as/pull/44)
115-
- Types used by host functions are captured in the metadata. [#65](https://github.com/hypermodeAI/functions-as/pull/65)
116-
- **(BREAKING)** DQL-based host functions and examples have been removed. [#66](https://github.com/hypermodeAI/functions-as/pull/66)
117-
- **(BREAKING)** Update host functions, and improve error handling. [#67](https://github.com/hypermodeAI/functions-as/pull/67)
114+
- **(BREAKING)** Most APIs for host functions have been renamed. [#44](https://github.com/hypermodeinc/functions-as/pull/44)
115+
- Types used by host functions are captured in the metadata. [#65](https://github.com/hypermodeinc/functions-as/pull/65)
116+
- **(BREAKING)** DQL-based host functions and examples have been removed. [#66](https://github.com/hypermodeinc/functions-as/pull/66)
117+
- **(BREAKING)** Update host functions, and improve error handling. [#67](https://github.com/hypermodeinc/functions-as/pull/67)
118118

119119
## 2024-04-18 - Version 0.5.0
120120

121121
_Note: Requires Hypermode Runtime v0.5.0_
122122

123-
- Internal metadata format has changed. [#39](https://github.com/hypermodeAI/functions-as/pull/39)
123+
- Internal metadata format has changed. [#39](https://github.com/hypermodeinc/functions-as/pull/39)
124124
- Metadata includes function signatures for improved Runtime support.
125125
- Compiling a project now outputs the metadata.
126-
- **(BREAKING)** Support query parameters of different types. [#40](https://github.com/hypermodeAI/functions-as/pull/40)
127-
- Further improvements to compiler output. [#41](https://github.com/hypermodeAI/functions-as/pull/41)
128-
- Example project now uses a local path to the source library. [#42](https://github.com/hypermodeAI/functions-as/pull/42)
129-
- Capture custom data type definitions in the metadata. [#44](https://github.com/hypermodeAI/functions-as/pull/44) [#52](https://github.com/hypermodeAI/functions-as/pull/52) [#53](https://github.com/hypermodeAI/functions-as/pull/53) [#55](https://github.com/hypermodeAI/functions-as/pull/55) [#56](https://github.com/hypermodeAI/functions-as/pull/56)
130-
- Improve build scripts [#46](https://github.com/hypermodeAI/functions-as/pull/46) [#51](https://github.com/hypermodeAI/functions-as/pull/51)
131-
- Add environment variable to debug metadata [#54](https://github.com/hypermodeAI/functions-as/pull/54)
126+
- **(BREAKING)** Support query parameters of different types. [#40](https://github.com/hypermodeinc/functions-as/pull/40)
127+
- Further improvements to compiler output. [#41](https://github.com/hypermodeinc/functions-as/pull/41)
128+
- Example project now uses a local path to the source library. [#42](https://github.com/hypermodeinc/functions-as/pull/42)
129+
- Capture custom data type definitions in the metadata. [#44](https://github.com/hypermodeinc/functions-as/pull/44) [#52](https://github.com/hypermodeinc/functions-as/pull/52) [#53](https://github.com/hypermodeinc/functions-as/pull/53) [#55](https://github.com/hypermodeinc/functions-as/pull/55) [#56](https://github.com/hypermodeinc/functions-as/pull/56)
130+
- Improve build scripts [#46](https://github.com/hypermodeinc/functions-as/pull/46) [#51](https://github.com/hypermodeinc/functions-as/pull/51)
131+
- Add environment variable to debug metadata [#54](https://github.com/hypermodeinc/functions-as/pull/54)
132132

133133
## 2024-03-22 - Version 0.4.0
134134

135-
- Adds `model.generate<TData>` and `model.generateList<TData>` [#30](https://github.com/hypermodeAI/functions-as/pull/30)
135+
- Adds `model.generate<TData>` and `model.generateList<TData>` [#30](https://github.com/hypermodeinc/functions-as/pull/30)
136136
- **(BREAKING)** `model.invokeTextGenerator` has been renamed to `model.generateText`
137137

138138
## 2024-03-14 - Version 0.3.0
139139

140-
- Metadata is now included during build. [#27](https://github.com/hypermodeAI/functions-as/pull/27)
140+
- Metadata is now included during build. [#27](https://github.com/hypermodeinc/functions-as/pull/27)
141141

142142
- You must also add `@hypermode/functions-as/transform` to the transforms in the `asconfig.json` file. For example:
143143

@@ -153,13 +153,13 @@ _Note: Requires Hypermode Runtime v0.5.0_
153153

154154
## 2024-03-13 - Version 0.2.2
155155

156-
- **(BREAKING)** Host functions that previously returned vector embeddings as strings now return `f64[]` instead. [#25](https://github.com/hypermodeAI/functions-as/pull/25)
156+
- **(BREAKING)** Host functions that previously returned vector embeddings as strings now return `f64[]` instead. [#25](https://github.com/hypermodeinc/functions-as/pull/25)
157157

158158
_note: 0.2.1 was published prematurely and has been unpublished. Use 0.2.2._
159159

160160
## 2024-03-07 - Version 0.2.0
161161

162-
- Added `model.InvokeTextGenerator` [#20](https://github.com/hypermodeAI/functions-as/pull/20)
162+
- Added `model.InvokeTextGenerator` [#20](https://github.com/hypermodeinc/functions-as/pull/20)
163163

164164
## 2024-02-23 - Version 0.1.0
165165

0 commit comments

Comments
 (0)