@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.6.0] - 2024-05-27 ### Changed
7+ ## [ 0.6.0] - 2024-06-10
8+ ### Changed
89- Gateway URL
910 - ` --gateway-url ` is no longer defaulting to predefined URL. User has to
1011 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
2223 - Simplified the way ` --subdomain-url ` works. We no longer run implicit tests
2324 against ` http://localhost ` in addition to the URL passed via
2425 ` --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 `
2528- DNSLink test fixtures changed
2629 - DNSLink fixtures no longer depend on ` --subdomain-url ` and use unrelated
2730 ` *.example.org ` domains instead.
@@ -33,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3336 [ Rainbow] ( https://github.com/ipfs/rainbow/blob/main/docs/environment-variables.md#ipfs_ns_map ) .
3437- Docker
3538 - 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 ` .
3641
3742## [ 0.5.2] - 2024-05-20
3843### Changed
0 commit comments