Zed Improved. Aiming to improve upon Zed and make a truly delightful code editor.
https://zed.dev
![]() This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sqlx](https://redirect.github.com/launchbadge/sqlx) | dev-dependencies | patch | `0.8.2` -> `0.8.3` | | [sqlx](https://redirect.github.com/launchbadge/sqlx) | dependencies | patch | `0.8.2` -> `0.8.3` | --- ### Release Notes <details> <summary>launchbadge/sqlx (sqlx)</summary> ### [`v0.8.3`](https://redirect.github.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#083---2025-01-03) [Compare Source](https://redirect.github.com/launchbadge/sqlx/compare/v0.8.2...v0.8.3) 41 pull requests were merged this release cycle. ##### Added - \[[#​3418]]: parse timezone parameter in mysql connection url \[\[[@​dojiong](https://redirect.github.com/dojiong)]] - \[[#​3491]]: chore: Update async-std v1.13 \[\[[@​jayvdb](https://redirect.github.com/jayvdb)]] - \[[#​3492]]: expose relation_id and relation_attribution_no on PgColumn \[\[[@​kurtbuilds](https://redirect.github.com/kurtbuilds)]] - \[[#​3493]]: doc(sqlite): document behavior for zoned date-time types \[\[[@​abonander](https://redirect.github.com/abonander)]] - \[[#​3500]]: Add sqlite commit and rollback hooks \[\[[@​gridbox](https://redirect.github.com/gridbox)]] - \[[#​3505]]: chore(mysql): create test for passwordless auth ([#​3484](https://redirect.github.com/launchbadge/sqlx/issues/3484)) \[\[[@​abonander](https://redirect.github.com/abonander)]] - \[[#​3507]]: Add a "sqlite-unbundled" feature that dynamically links to system libsqlite3.so library \[\[[@​lilydjwg](https://redirect.github.com/lilydjwg)]] - \[[#​3508]]: doc(sqlite): show how to turn options into a pool \[\[[@​M3t0r](https://redirect.github.com/M3t0r)]] - \[[#​3514]]: Support PgHstore by default in macros \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3550]]: Implement Acquire for PgListener \[\[[@​sandhose](https://redirect.github.com/sandhose)]] - \[[#​3551]]: Support building with rustls but native certificates \[\[[@​IlyaBizyaev](https://redirect.github.com/IlyaBizyaev)]] - \[[#​3553]]: Add support for Postgres lquery arrays \[\[[@​philipcristiano](https://redirect.github.com/philipcristiano)]] - \[[#​3560]]: Add PgListener::next_buffered(), to support batch processing of notifications \[\[[@​chanks](https://redirect.github.com/chanks)]] - \[[#​3577]]: Derive Copy where possible for database-specific types \[\[[@​veigaribo](https://redirect.github.com/veigaribo)]] - \[[#​3579]]: Reexport AnyTypeInfoKind \[\[[@​Norlock](https://redirect.github.com/Norlock)]] - \[[#​3580]]: doc(mysql): document difference between `Uuid` and `uuid::fmt::Hyphenated` \[\[[@​abonander](https://redirect.github.com/abonander)]] - \[[#​3583]]: feat: point \[\[[@​jayy-lmao](https://redirect.github.com/jayy-lmao)]] - \[[#​3608]]: Implement AnyQueryResult for Sqlite and MySQL \[\[[@​pxp9](https://redirect.github.com/pxp9)]] - \[[#​3623]]: feat: add geometry line \[\[[@​jayy-lmao](https://redirect.github.com/jayy-lmao)]] - \[[#​3658]]: feat: add Transaction type aliases \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] ##### Changed - \[[#​3519]]: Remove unused dependencies from sqlx-core, sqlx-cli and sqlx-postgres \[\[[@​vsuryamurthy](https://redirect.github.com/vsuryamurthy)]] - \[[#​3529]]: Box Pgconnection fields \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3548]]: Demote `.pgpass` file warning to a debug message. \[\[[@​denschub](https://redirect.github.com/denschub)]] - \[[#​3585]]: Eagerly reconnect in `PgListener::try_recv` \[\[[@​swlynch99](https://redirect.github.com/swlynch99)]] - \[[#​3596]]: Bump thiserror to v2.0.0 \[\[[@​paolobarbolini](https://redirect.github.com/paolobarbolini)]] - \[[#​3605]]: Use `UNION ALL` instead of `UNION` in nullable check \[\[[@​Suficio](https://redirect.github.com/Suficio)]] - \[[#​3629]]: chore: remove BoxFuture's (non-breaking) \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3632]]: Bump hashlink to v0.10 \[\[[@​paolobarbolini](https://redirect.github.com/paolobarbolini)]] - \[[#​3643]]: Roll PostgreSQL 11..=15 tests to 13..=17 \[\[[@​paolobarbolini](https://redirect.github.com/paolobarbolini)]] - \[[#​3648]]: close listener connection on TimedOut and BrokenPipe errors \[\[[@​DXist](https://redirect.github.com/DXist)]] - \[[#​3649]]: Bump hashbrown to v0.15 \[\[[@​paolobarbolini](https://redirect.github.com/paolobarbolini)]] ##### Fixed - \[[#​3528]]: fix: obey `no-transaction` flag in down migrations \[\[[@​manifest](https://redirect.github.com/manifest)]] - \[[#​3536]]: fix: using sqlx::test macro inside macro's \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal)]] - \[[#​3545]]: fix: remove `sqlformat` \[\[[@​tbar4](https://redirect.github.com/tbar4)]] - \[[#​3558]]: fix: fix example code of `query_as` \[\[[@​xuehaonan27](https://redirect.github.com/xuehaonan27)]] - \[[#​3566]]: Fix: Cannot query Postgres `INTERVAL[]` \[\[[@​Ddystopia](https://redirect.github.com/Ddystopia)]] - \[[#​3593]]: fix: URL decode database name when parsing connection url \[\[[@​BenoitRanque](https://redirect.github.com/BenoitRanque)]] - \[[#​3601]]: Remove default-features = false from url \[\[[@​hsivonen](https://redirect.github.com/hsivonen)]] - \[[#​3604]]: Fix mistake in sqlx::test fixtures docs \[\[[@​andreweggleston](https://redirect.github.com/andreweggleston)]] - \[[#​3612]]: fix(mysql): percent-decode database name \[\[[@​abonander](https://redirect.github.com/abonander)]] - \[[#​3640]]: Dont use `EXPLAIN` in nullability check for QuestDB \[\[[@​Suficio](https://redirect.github.com/Suficio)]] [#​3418]: https://redirect.github.com/launchbadge/sqlx/pull/3418 [#​3478]: https://redirect.github.com/launchbadge/sqlx/pull/3478 [#​3491]: https://redirect.github.com/launchbadge/sqlx/pull/3491 [#​3492]: https://redirect.github.com/launchbadge/sqlx/pull/3492 [#​3493]: https://redirect.github.com/launchbadge/sqlx/pull/3493 [#​3500]: https://redirect.github.com/launchbadge/sqlx/pull/3500 [#​3505]: https://redirect.github.com/launchbadge/sqlx/pull/3505 [#​3507]: https://redirect.github.com/launchbadge/sqlx/pull/3507 [#​3508]: https://redirect.github.com/launchbadge/sqlx/pull/3508 [#​3514]: https://redirect.github.com/launchbadge/sqlx/pull/3514 [#​3519]: https://redirect.github.com/launchbadge/sqlx/pull/3519 [#​3528]: https://redirect.github.com/launchbadge/sqlx/pull/3528 [#​3529]: https://redirect.github.com/launchbadge/sqlx/pull/3529 [#​3536]: https://redirect.github.com/launchbadge/sqlx/pull/3536 [#​3545]: https://redirect.github.com/launchbadge/sqlx/pull/3545 [#​3548]: https://redirect.github.com/launchbadge/sqlx/pull/3548 [#​3550]: https://redirect.github.com/launchbadge/sqlx/pull/3550 [#​3551]: https://redirect.github.com/launchbadge/sqlx/pull/3551 [#​3553]: https://redirect.github.com/launchbadge/sqlx/pull/3553 [#​3558]: https://redirect.github.com/launchbadge/sqlx/pull/3558 [#​3560]: https://redirect.github.com/launchbadge/sqlx/pull/3560 [#​3566]: https://redirect.github.com/launchbadge/sqlx/pull/3566 [#​3577]: https://redirect.github.com/launchbadge/sqlx/pull/3577 [#​3579]: https://redirect.github.com/launchbadge/sqlx/pull/3579 [#​3580]: https://redirect.github.com/launchbadge/sqlx/pull/3580 [#​3583]: https://redirect.github.com/launchbadge/sqlx/pull/3583 [#​3585]: https://redirect.github.com/launchbadge/sqlx/pull/3585 [#​3593]: https://redirect.github.com/launchbadge/sqlx/pull/3593 [#​3596]: https://redirect.github.com/launchbadge/sqlx/pull/3596 [#​3601]: https://redirect.github.com/launchbadge/sqlx/pull/3601 [#​3604]: https://redirect.github.com/launchbadge/sqlx/pull/3604 [#​3605]: https://redirect.github.com/launchbadge/sqlx/pull/3605 [#​3608]: https://redirect.github.com/launchbadge/sqlx/pull/3608 [#​3612]: https://redirect.github.com/launchbadge/sqlx/pull/3612 [#​3623]: https://redirect.github.com/launchbadge/sqlx/pull/3623 [#​3629]: https://redirect.github.com/launchbadge/sqlx/pull/3629 [#​3632]: https://redirect.github.com/launchbadge/sqlx/pull/3632 [#​3640]: https://redirect.github.com/launchbadge/sqlx/pull/3640 [#​3643]: https://redirect.github.com/launchbadge/sqlx/pull/3643 [#​3648]: https://redirect.github.com/launchbadge/sqlx/pull/3648 [#​3649]: https://redirect.github.com/launchbadge/sqlx/pull/3649 [#​3658]: https://redirect.github.com/launchbadge/sqlx/pull/3658 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.cargo | ||
.cloudflare | ||
.config | ||
.github | ||
.zed | ||
assets | ||
crates | ||
docs | ||
extensions | ||
legal | ||
nix | ||
script | ||
tooling/xtask | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Cargo.lock | ||
Cargo.toml | ||
clippy.toml | ||
CODE_OF_CONDUCT.md | ||
compose.yml | ||
CONTRIBUTING.md | ||
Cross.toml | ||
debug.plist | ||
default.nix | ||
docker-compose.sql | ||
Dockerfile-collab | ||
Dockerfile-collab.dockerignore | ||
Dockerfile-cross | ||
Dockerfile-cross.dockerignore | ||
Dockerfile-distros | ||
Dockerfile-distros.dockerignore | ||
flake.lock | ||
flake.nix | ||
LICENSE-AGPL | ||
LICENSE-APACHE | ||
LICENSE-GPL | ||
livekit.yaml | ||
Procfile | ||
Procfile.postgrest | ||
README.md | ||
renovate.json | ||
rust-toolchain.toml | ||
shell.nix | ||
typos.toml |
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Installation
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
- Windows (tracking issue)
- Web (tracking issue)
Developing Zed
- Building Zed for macOS
- Building Zed for Linux
- Building Zed for Windows
- Running Collaboration Locally
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about
to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specified
error for a crate you've created? If so, addpublish = false
under[package]
in your crate's Cargo.toml. - Is the error
failed to satisfy license requirements
for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theaccepted
array inscript/licenses/zed-licenses.toml
. - Is
cargo-about
unable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml
, as specified in the cargo-about book.