Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 6224597

Browse files
author
Matthew Fisher
committed
add v0.12.0 CHANGELOG
1 parent 519e2ac commit 6224597

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.12.0
4+
5+
### Features
6+
7+
* Removed draftd
8+
* New packs added:
9+
* Rust (thanks to @FGRibreau)
10+
* Introduced `draft history`
11+
* Introduced `draft config`
12+
* `draft connect`
13+
* Introduced the `--override-port` flag to specify a local:remote port mapping for tunnelling
14+
* `draft logs`
15+
* Command has been simplified to `draft logs <build-id>`, or `draft logs` to get the latest build's logs
16+
* `draft up`
17+
* Introduced the `--auto-connect` flag to automatically connect to your app once it's deployed
18+
19+
### Bugs
20+
21+
* fixed an ipv6 lookup error when connecting to draftd (before removing it)
22+
* fixed a rebase issue with the Swift pack that caused it to not work on `draft create`
23+
24+
### Housekeeping
25+
26+
* switched from SHA1 to SHA256 for app context shasums (thanks @thedrow for the heads up)
27+
328
## v0.11.0
429

530
### Features

0 commit comments

Comments
 (0)