@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.6.0] - 2024-05-27 ### Changed
7
+ ## [ 0.6.0] - 2024-06-10
8
+ ### Changed
8
9
- Gateway URL
9
10
- ` --gateway-url ` is no longer defaulting to predefined URL. User has to
10
11
provide it via CLI or ` GATEWAY_URL ` environment variable or the test suite
@@ -22,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
- Simplified the way ` --subdomain-url ` works. We no longer run implicit tests
23
24
against ` http://localhost ` in addition to the URL passed via
24
25
` --subdomain-url ` . To test more than one domain, run test multiple times.
26
+ - ` localhost ` subdomain gateway tests are no longer implicit. To run tests
27
+ against ` localhost ` use ` --subdomain-url http://localhost:8080 `
25
28
- DNSLink test fixtures changed
26
29
- DNSLink fixtures no longer depend on ` --subdomain-url ` and use unrelated
27
30
` *.example.org ` domains instead.
@@ -33,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
36
[ Rainbow] ( https://github.com/ipfs/rainbow/blob/main/docs/environment-variables.md#ipfs_ns_map ) .
34
37
- Docker
35
38
- The image can now be run under non-root user
39
+ - HTTP Proxy tests are no longer implicit. An explicit spec named
40
+ ` proxy-gateway ` exists now, and can be disabled via ` --specs -proxy-gateway ` .
36
41
37
42
## [ 0.5.2] - 2024-05-20
38
43
### Changed
0 commit comments