Skip to content

Commit 02e52ba

Browse files
authored
Update changelog with version 0.16.0 details
Expanded the change log with details for version 0.16.0 and enhancements related to running vite in Warden for Laravel.
1 parent fd48718 commit 02e52ba

1 file changed

Lines changed: 64 additions & 1 deletion

File tree

changelog.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,70 @@
11
# Change Log
22

33
## UNRELEASED
4-
* Add documentation about running vite in Warden for Laravel ([wardenenv/warden#846](https://github.com/wardenenv/warden/issues/846) by @bap14)
4+
[All Commits](https://github.com/wardenenv/warden/compare/0.16.0..main)
5+
6+
_No changes yet_
7+
8+
## Version [0.16.0](https://github.com/wardenenv/warden/tree/0.16.0) (2026-02-12)
9+
10+
**Big Changes:**
11+
* PHP SPX support ([#820](https://github.com/wardenenv/warden/pull/820) by @SamJUK)
12+
* phpMyAdmin added to Warden core services ([#801](https://github.com/wardenenv/warden/pull/801) by @monteshot and bugfixes by @hardyjohnson)
13+
* Added support for **Adobe Commerce GraphQL Application Server**
14+
This support should be considered experimental. Your Adobe Commerce application should already be setup and configured
15+
before turning on the GraphQL Application Flag. You can enable GraphQL with the flag `WARDEN_MAGENTO2_GRAPHQL_SERVER=1`
16+
or run it using a debug PHP image by including the additional flag `WARDEN_MAGENTO2_GRAPHQL_SERVER_DEBUG=1`
17+
* Added top level Warden debug information command `warden doctor` by @hardyjohnson
18+
19+
**Enhancements:**
20+
* Add ability to run vite bundler in warden for Laravel. See: [Laravel + Vite](https://docs.warden.dev/environments/laravel.html) ([#846](https://github.com/wardenenv/warden/issues/846) by @bap14)
21+
* Added Valkey service ([#861](https://github.com/wardenenv/warden#861) by @navarr)
22+
* Added `warden db upgrade` command ([#895](https://github.com/wardenenv/warden/pull/895) by @workslop8264)
23+
24+
**Bug Fixes:**
25+
* System-level SSL certificates are no longer overwritten ([#812](https://github.com/wardenenv/warden/pull/812) by @SamJUK)
26+
* Portainer service domain default fix ([#837] by @hardyjohnson credit to: @manuelcanepa)
27+
* Fix for Traefik configuration being overwritten in Warden home directory when running `warden svc up` command ([#876] by @hardyjohnson).
28+
* Updated default Traefik version to 2.11 (from 2.2) to fix compatibility with newer Docker versions ([#896] by @mattijv)
29+
30+
## Version [0.15.0](https://github.com/wardenenv/warden/tree/0.15.0) (2024-11-04)
31+
32+
**Big Changes:**
33+
* Moved from Mailhog to Mailpit ([#779](https://github.com/wardenenv/warden/pull/779) by @bap14)
34+
While this seems like a fairly large change, it is smaller than you may give it credit for. Email should continue to
35+
be pushed to the email catcher, which is now located at https://webmail.warden.test/, with a redirect from the old
36+
mailhog URL.
37+
38+
**Enhancements:**
39+
* Updated Laravel templates to latest PHP version ([#776](https://github.com/wardenenv/warden/pull/776) by @norgeindian)
40+
* Updated Laravel to use Composer 2 ([#775](https://github.com/wardenenv/warden/pull/775) by @sprankhub)
41+
* Added success message to `env-init` command ([#765](https://github.com/wardenenv/warden/pull/765) by @hardyjohnson)
42+
* Added a warning message to start warden services if they're not running when you try to start an environment ([#766](https://github.com/wardenenv/warden/pull/766) by @hardyjohnson)
43+
44+
**Bug Fixes:**
45+
* Fixed bash error "value too great for base" during `warden env up` ([#817](https://github.com/wardenenv/warden/pull/817) by @ihor-sviziev)
46+
47+
## Version [0.14.3](https://github.com/wardenenv/warden/tree/0.14.3) (2024-06-11)
48+
[All Commits](https://github.com/wardenenv/warden/compare/0.14.2..0.14.3)
49+
50+
**Enhancements:**
51+
* Linux UID/GID added to env command for future image enhancements ([#736](https://github.com/wardenenv/warden/pull/736) by @toonvd)
52+
53+
**Bug Fixes:**
54+
* Remove obsolete version element ([#760](https://github.com/wardenenv/warden/pull/760) by @mattijv)
55+
* Correct Java options are now passed to OpenSearch ([#735](https://github.com/wardenenv/warden/pull/735) by @ihor-sviziev)
56+
57+
## Version [0.14.2](https://github.com/wardenenv/warden/tree/0.14.2) (2024-01-03)
58+
[All Commits](https://github.com/wardenenv/warden/compare/0.14.1..0.14.2)
59+
60+
**Enhancements:**
61+
* Project and Local Warden commands will now take precedence over built-in warden commands ([#676](https://github.com/wardenenv/warden/pull/676) by @flpandre)
62+
* New Magento 2 projects will default to the latest version of Magepack ([#712](https://github.com/wardenenv/warden/pull/712) by @sprankhub)
63+
64+
**Bug Fixes:**
65+
* Traefik will now properly fallback to the default Warden certificate ([#725](https://github.com/wardenenv/warden/pull/725) by @SamJUK)
66+
* `warden vnc` now properly connects to the container ([#721](https://github.com/wardenenv/warden/pull/721) by @sprankhub)
67+
* `warden status` will now properly work with dashes in project names and urls ([#685](https://github.com/wardenenv/warden/pull/685) by @bap14)
568

669
## Version [0.14.1](https://github.com/wardenenv/warden/tree/0.14.1) (2023-07-10)
770
[All Commits](https://github.com/wardenenv/warden/compoare/0.14.0..0.14.1)

0 commit comments

Comments
 (0)