May
Update to latest version !!Get the instructions from the docs
Get Startedv0.85.0
- test: @expr converts string to other primitive value @meskill (#2038)
- test: scalar validation as input and output type @meskill (#2052)
- test: missing builtin scalar validation @meskill (#2050)
🚀 Features
- feat(grpc): preserve comments from protobuf when generating config @mehulmathur16 (#2023)
🐛 Bug Fixes
- fix(grpc): config generation for optional fields @meskill (#2042)
- fix: input types loose out on provided graphQL documentation @emekaokoli19 (#2015)
🧰 Maintenance
- chore: notify ci failure on Discord @ezhil56x (#2078)
- chore: transformer auto-resolve ambiguous types @ssddOnTop (#2024)
v0.84.1
🐛 Bug Fixes
🧰 Maintenance
v0.84.0
🚀 Features
- feat(js): JS based resolvers @ssddOnTop (#1867)
🐛 Bug Fixes
- fix(deps): update rust crate worker to 0.3.0 @renovate (#2074)
- fix(deps): update rust crate syn to v2.0.66 @renovate (#2058)
- fix(deps): update rust crate proc-macro2 to v1.0.84 @renovate (#2047)
- fix(deps): update rust crate serde to v1.0.203 @renovate (#2057)
- fix(deps): update rust crate rustls to v0.23.8 @renovate (#2048)
- fix(deps): update dependency type-fest to v4.18.3 @renovate (#2044)
- fix(deps): update rust crate hyper-util to v0.1.5 @renovate (#2045)
- fix: revert signing releases @ssddOnTop (#2043)
- fix: rquickjs windows build @ssddOnTop (#2032)
- fix: sign releases via gpg @ssddOnTop (#2010)
- fix: added utm source & medium on playground url @mehulmathur16 (#1994)
- fix: windows warn @ssddOnTop (#2025)
- fix: windows build @ssddOnTop (#2021)
- fix: compiling tailcall-aws-lambda for musl @shashitnak (#2007)
🚀 Performance
🧰 Maintenance
- fix: release builds @amitksingh1490 (#2076)
- chore(deps): update dependency wrangler to v3.57.2 @renovate (#2064)
- chore(deps): update dependency @cloudflare/workers-types to v4.20240529.0 @renovate (#2067)
- chore(deps): update dependency tsx to v4.11.0 @renovate (#2063)
- chore(deps): update dependency miniflare to v3.20240524.0 @renovate (#2061)
- chore(deps): update dependency @cloudflare/workers-types to v4.20240524.0 @renovate (#2059)
- chore: rename lambda to IR @tusharmath (#2030)
- chore: make cache_key return
Option<u64>
@ssddOnTop (#2009)
v0.83.0
🚀 Features
- feat: configure http cache size through upstream setting @ranjitmahadik (#1988)
v0.82.23
🐛 Bug Fixes
- fix: passing lambda request headers to hyper request @shashitnak (#2006)
v0.82.22
🐛 Bug Fixes
- fix: errors on compile time on mac @amitksingh1490 (#2005)
🧰 Maintenance
- chore: Clean up merge logic for vectors of key-value structs. @TheWizardTower (#1977)
v0.82.21
🐛 Bug Fixes
🚀 Performance
- perf: use custom HTTP Cache @ranjitmahadik (#1910)
🧰 Maintenance
- perf: use custom HTTP Cache @ranjitmahadik (#1910)
v0.82.20
🐛 Bug Fixes
- fix: revert CI changes for [win32-arm64-msvc & win32-ia32-gnu] @mehulmathur16 (#1976)
- fix(grpc): type and field names for config from protobuf generation @meskill (#1895)
- fix(deps): update rust crate serde to v1.0.202 @renovate (#1967)
- fix: Enable JS build for all architecture @varshith257 (#1963)
- fix: js build on some architectures @mehulmathur16 (#1962)
🚀 Performance
- perf: using serde borrow value @shashitnak (#1981)
🧰 Maintenance
- refactor: drop the root level types @tusharmath (#1969)
- chore(deps): update rust crate insta to v1.39.0 @renovate (#1968)
- chore(deps): update dependency wrangler to v3.56.0 @renovate (#1966)
- chore(deps): update dependency miniflare to v3.20240512.0 @renovate (#1965)
- refactor: drop unused GRPCMethod from blueprint @tusharmath (#1955)
- refactor: update privacy of GraphQLType @tusharmath (#1953)
- refactor: rename autogen to typedefs @tusharmath (#1952)
v0.82.19
🐛 Bug Fixes
v0.82.18
- No changes