Skip to content

Commit

Permalink
Prepare v0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 23, 2024
1 parent 0aa9e06 commit 9b3a8e6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.17.0 (2024-12-23)

Just in time for the holidays, we are happy to announce the release of `v0.17.0`! 🎄🎉
This release includes a number of compatibility improvements and some project
structure improvements to lay the groundwork for upcoming developments.

* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
(#266 and #267 by @clue)

* Feature / BC break: Update to require Promise v3.
(#265 by @clue)

* Feature: Consistent parsing for HTTP `CONNECT` request method (PHP SAPI).
(#255 by @clue)

* Minor documentation improvements and update `Dockerfile` syntax.
(#261, #268 and #269 by @clue)

* Improve test suite and project structure by cleaning up tests and docs.
(#256, #267, #270 and #271 by @clue)

## 0.16.0 (2024-03-05)

We are thrilled to announce the official release of `v0.16.0` to the public! 🎉🚀
Expand All @@ -8,7 +29,7 @@ In addition to the release of `v0.16.0`, this update includes all prior tagged r

This release includes exciting new features such as improved performance, additional options
for access logging, updates to our documentation and nginx + Apache configurations,
as well as many more internal improvements to our test suite and integration tests.
as well as many more internal improvements to our test suite and integration tests.

* Feature: Improve performance by skipping `AccessLogHandler` if it writes to `/dev/null`.
(#248 by @clue)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Next, we need to install X and its dependencies to actually run this project.
In your project directory, simply run the following command:

```bash
$ composer require clue/framework-x:^0.16
$ composer require clue/framework-x:^0.17
```

> See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Thanks to [Composer](https://getcomposer.org/), this installation only requires
In your project directory, simply run the following command:
```bash
$ composer require clue/framework-x:^0.16
$ composer require clue/framework-x:^0.17
```
X is carefully designed to be super lightweight, so this should only take a moment or two.
Expand Down

0 comments on commit 9b3a8e6

Please sign in to comment.