[1.0.0] 2024-11-07
[0.2.0] 2024-09-26
- Several bugfixes in
functions.ts
codegen due to integration of new parsers (#50)
[0.1.5] 2024-09-23
- Bugfix:
hasuraSdk.JSONValue
being serialized as null (#58) - Update NDC NodeJS Lambda SDK version to
v1.8.0
. (#59) - Add more detailed error handling (#49)
[0.1.4] 2024-09-12
- Fix spelling (#55)
[0.1.3] 2024-09-09
- Update NDC NodeJS Lambda SDK version to
v1.7.0
. (#53)
[0.1.2] 2024-09-02
-
Add compatibilty for Windows Powershell and Command Prompt. (#51)
-
Use
hasuraSdk.JSONValue
as the type forRecord<>
andobject
. Also, make APIs that don't have a return type returnhasuraSdk.JSONValue
instead ofvoid
(39)[#39]
[0.1.1] 2024-06-05
- remove unused imports, organize imports and fix import issues (#32)
[0.1.0] 2024-06-03
- Update
ghcr.io/hasura/ndc-nodejs-lambda
to versionv1.4.0
and remove env varNDC_LAMBDA_SDK_VERSION
(#30). - API requests support forwarding headers that are sent to the data connector. Manual addition of headers via the
--headers
flag andNDC_OAS_HEADERS
env var has been removed (#28). - Added support for adding secruity param as a query param in
api.ts
(#27) - Added support for
@save
annotation to preserve user's changes (#24) - Bug fix: Replaced
*/
with*''/
in API descriptions so that multi line comments do not end pre maturely which was resulting in a syntax error (#21)
[0.0.2-alpha] 2024-04-19
- Added Prettier Code Formatting to the generated
functions.ts
file - Added
--ndc-lambda-sdk
flag and corresponding environment variableNDC_LAMBDA_SDK_VERSION
that can be used to set the preferred version of NDC Lambda SDK to be used - Return api errors that are not code 500 as
hasuraSdk.UnprocessableContent
(#14)[#14]
[0.0.1-alpha] 2024-04-10
- Initial release