June
Update to latest version !!Get the instructions from the docs
Get Startedv0.4.0
🚀 Features
- add support for interfaces in SDL @tusharmath (#213)
- support apollo persisted queries @amitksingh1490 (#209)
- better response cache headers @amitksingh1490 (#204)
🐛 Bug Fixes
- fix status code errors on responses @tusharmath (#214)
- fix cli default remote option in
check
@tusharmath (#212) - fix duplicate sha getting published in memory registry @amitksingh1490 (#208)
- fix cli version prefix @tusharmath (#199)
- fix java version in docker @tusharmath (#200)
🧰 Maintenance
- chore(deps): update dependency sbt/sbt to v1.9.1 @renovate (#211)
- move server-sdl and client-sdl into the same graphql spec files @tusharmath (#210)
- gpt fixes @tusharmath (#201)
v0.3.0
🚀 Features
- Support short SHAs Query and Playground @amitksingh1490 (#187)
🐛 Bug Fixes
- Fix default remote location for all CLI commands @tusharmath (#198)
- Fix favicon and Icon url @amitksingh1490 (#197)
- Handle command parsing errors on CLI better @tusharmath (#192)
- Fix CLI Version @tusharmath (#189)
🧰 Maintenance
- Test Restructuring @tusharmath (#196)
- chore: update deploy timeout for fly @tusharmath (#195)
- Replace public API calls with mocked ones @amitksingh1490 (#194)
- Make
BuildInfo
package private @tusharmath (#193) - GPT review run only on attaching
gpt review
label @amitksingh1490 (#190) - Experiment with Open AI for Code Reviews @amitksingh1490 (#188)
v0.2.1
What's Changed
- chore(deps): update flywayversion to v9.20.0 by @renovate in https://github.com/tailcallhq/tailcall/pull/183
- Release workflow fixes by @tusharmath in https://github.com/tailcallhq/tailcall/pull/182
- Fix monotail references by @girdharshubham in https://github.com/tailcallhq/tailcall/pull/185
- Fix: Incorrect cli version by @tusharmath in https://github.com/tailcallhq/tailcall/pull/186
- Update homebrew action by @amitksingh1490 in https://github.com/tailcallhq/tailcall/pull/184
Full Changelog: https://github.com/tailcallhq/tailcall/compare/v0.2.0...v0.2.1
v0.2.0
What's Changed
- Refactor: Use TailcallSpec for the tests by @tusharmath in https://github.com/tailcallhq/tailcall/pull/160
- Chore: fix release workflows by @tusharmath in https://github.com/tailcallhq/tailcall/pull/163
- chore(deps): update zioversion to v2.0.15 by @renovate in https://github.com/tailcallhq/tailcall/pull/164
- chore(deps): update zioschemaversion to v0.4.12 by @renovate in https://github.com/tailcallhq/tailcall/pull/162
- chore(deps): update flywayversion to v9.19.3 by @renovate in https://github.com/tailcallhq/tailcall/pull/165
- Refactor: rename
isEmpty
andnonEmpty
methods inTValid
by @tusharmath in https://github.com/tailcallhq/tailcall/pull/167 - chore(release): update release drafter by @tusharmath in https://github.com/tailcallhq/tailcall/pull/172
- Feature: Support baseURL directly thru the
@http
directive by @tusharmath in https://github.com/tailcallhq/tailcall/pull/166 - Refactor: Make registry-client a separate sbt project by @tusharmath in https://github.com/tailcallhq/tailcall/pull/171
- Feature: set default publish URL to
cloud.tailcall.run
by @tusharmath in https://github.com/tailcallhq/tailcall/pull/173 - Fix: Unreserved chars in path segment by @sujeetsr in https://github.com/tailcallhq/tailcall/pull/177
- chore(deps): update flywayversion to v9.19.4 by @renovate in https://github.com/tailcallhq/tailcall/pull/181
- Chore: release update workflow by @tusharmath in https://github.com/tailcallhq/tailcall/pull/180
Full Changelog: https://github.com/tailcallhq/tailcall/compare/v0.1.0...v0.2.0
v0.1.0
- Update release drafter @tusharmath (#159)
- chore(deps): update dependency scala to v2.13.11 @renovate (#151)
- feat: update release draft on pr merge @sujeetsr (#157)
- chore(deps): update dependency ch.epfl.scala:sbt-scalafix to v0.11.0 @renovate (#154)
- chore: Add sbt-github-actions back @tusharmath (#156)
- Fix: MySQL Registry Fixes @tusharmath (#153)
- chore(deps): update dependency sbt/sbt to v1.9.0 @renovate (#152)
- chore(deps): update zioquillversion to v4.6.1 @renovate (#149)
- Refactor: SQL Cleanup @tusharmath (#150)
- Feature: use mysql to persist schema information @tusharmath (#148)
- Fix: Use Scalar for Blueprint @tusharmath (#147)
- Fix: caliban schema generation error @tusharmath (#146)
- feat: release workflow @sujeetsr (#145)
- chore(deps): update calibanversion to v2.2.1 @renovate (#130)
- Feature: Schema via CLI appears sorted @tusharmath (#143)
- Feature: Add N + 1 detection support @tusharmath (#142)
- Feature: Server settings can be set via CLI @tusharmath (#140)
- chore(deps): update dependency dev.zio:zio-cli to v0.5.0 @renovate (#136)
- Feature: TValid new operators @tusharmath (#139)
- Config input type @tusharmath (#138)
- Fix inline on parent resolved values @tusharmath (#135)
- chore(deps): update dependency sbt/sbt to v1.8.3 @renovate (#133)
- Fix inline type @tusharmath (#134)
- fix: bug in inlining scalar fields @amitksingh1490 (#132)
- fix: schema generation issue @tusharmath (#131)
- Http Batching @tusharmath (#126)
- feature: tracing and slow queries support @amitksingh1490 (#129)
- chore: update java version @tusharmath (#127)
- Feature: Http Caching @tusharmath (#125)
- Test Clean up @tusharmath (#124)
- Global vars @tusharmath (#120)
- fix: should fail if http and unsafe are marked as required @amitksingh1490 (#123)
- refactor: update implementation of copyFromParent @tusharmath (#121)
- refactor: rename document to blueprint @tusharmath (#122)
- Inline directive @tusharmath (#118)
- Feat: ability to access headers from the configuration @amitksingh1490 (#119)
- Refactor: Clean up code structure @tusharmath (#117)
- Invalid Directive Errors @tusharmath (#116)
- Fix: Blueprint Error Handling @tusharmath (#114)
- fix: DataLoader failure handling @amitksingh1490 (#115)
- Fix: Http directive not being detected @tusharmath (#113)
- feat: add cache for reading blueprint and creation of interpreter @amitksingh1490 (#112)
- Better error handling @tusharmath (#111)
- feat: add support for env @amitksingh1490 (#110)
- Add Support for Validate in Parallel @tusharmath (#109)
- feat: global request timeout support @amitksingh1490 (#108)
- Revert "chore(deps): update calibanversion to v2.1.0" @tusharmath (#107)
- chore: fix broken build due to caliban and zhttp upgrade @amitksingh1490 (#105)
- chore(deps): update dependency dev.zio:zio-http to v0.0.5 @renovate (#55)
- chore(deps): update dependency dev.zio:zio-parser to v0.1.9 @renovate (#56)
- chore(deps): update calibanversion to v2.1.0 @renovate (#96)
- chore(deps): update dependency io.spray:sbt-revolver to v0.10.0 @renovate (#81)
- chore(deps): update ziojsonversion to v0.5.0 @renovate (#97)
- chore(deps): update zioversion to v2.0.13 @renovate (#101)
- Fix: TValid's getOrElse operator @tusharmath (#102)
- feat: support for input value @amitksingh1490 (#88)
- Enable fatal warnings on CI only @tusharmath (#99)
- Feature: add Omit in JsonT @tusharmath (#100)
- Feature: Add
map
operator on JsonT @tusharmath (#98) - Feature: Add Omit Annotation on GraphQL types. @tusharmath (#92)
- Refactor: Merge Lambda and Remote @tusharmath (#91)
- Feature: add Dict support in TSchema @tusharmath (#89)
- Refactor Drop Orc @tusharmath (#90)
- chore(deps): update zio to v2.0.12 @renovate (#79)
- To Pair Directive @tusharmath (#84)
- chore: add scoverage @girdharshubham (#87)
- feat: add support for header forwarding @amitksingh1490 (#85)
- chore: remove auto merge @amitksingh1490 (#86)
- chore(deps): update dependency dev.zio:zio-redis to v0.2.0 @renovate (#75)
- chore: add auto-merge @tusharmath (#83)
- fix: add support for some and nested types @amitksingh1490 (#82)
- Rename field annotation @tusharmath (#80)
- feat: Postman to Endpoints @amitksingh1490 (#77)
- Fix Transcoders @tusharmath (#76)
- Postman Integration @tusharmath (#74)
- CLI add better format and styling @tusharmath (#73)
- CLI clean up @tusharmath (#70)
- Document 2 blueprint @tusharmath (#69)
- chore(deps): update dependency sbt/sbt to v1.8.2 @renovate (#58)
- Simpler configs @tusharmath (#67)
- chore(deps): update zio to v2.0.10 @renovate (#59)
- Transcoder Support @tusharmath (#66)
- CLI advanced features @tusharmath (#54)
- Configure Renovate @renovate (#53)
- CLI Integration @tusharmath (#52)
- feat: DataLoader Impl @amitksingh1490 (#49)
- Fly.io Deployment @tusharmath (#48)
- Config operator apply spec @tusharmath (#47)
- feat: add mutation support @amitksingh1490 (#41)
- Refactor: add main server @tusharmath (#35)
- feat: use zhttp client @amitksingh1490 (#37)
- Chore: create a multi module project @tusharmath (#33)
- Chore: cross compile for Scala 3 @tusharmath (#19)
- Feature: YML Orchestrator @tusharmath (#17)
- feat: Handle HttpError in evaluation runtime @amitksingh1490 (#16)
- feat: add Endpoint support in lamda @amitksingh1490 (#15)
- YML Support @tusharmath (#12)
- Yaml support @tusharmath (#11)
- Rewrite 20 feb 2023 @tusharmath (#5)
- feat: add tupleOps @amitksingh1490 (#1)
Features
- :white_check_mark: Create unit test suite for DynamicValueUtil @aaditmshah (#40)
- ♻️ Migrate
DynamicValueExtension
toDynamicValueUtil
@aaditmshah (#32) - :technologist: Add more paths to .gitignore @aaditmshah (#18)