Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated releases #583

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions releases/2024/December.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ import VersionUpdateCard from "@site/src/components/shared/VersionUpdateCard"

<VersionUpdateCard />

## v1.4.1

- test: migrate to runtime config [@meskill](https://github.com/meskill) ([#3229](https://github.com/tailcallhq/tailcall/pull/3229))

### 🐛 Bug Fixes

- fix(core): Address UTF-8 character boundary issues in LineBreaker [@iamchanii](https://github.com/iamchanii) ([#3228](https://github.com/tailcallhq/tailcall/pull/3228))

### 🧰 Maintenance

- Revert "chore: Migrate workflows to Blacksmith" [@tusharmath](https://github.com/tusharmath) ([#3230](https://github.com/tailcallhq/tailcall/pull/3230))
- refactor: drop async\_graphql engine from executing queries [@meskill](https://github.com/meskill) ([#3223](https://github.com/tailcallhq/tailcall/pull/3223))


---
## v1.4.0

### 🚀 Features
Expand Down