Skip to content

Commit 33e34cb

Browse files
authored
Update README.md
1 parent e4422b5 commit 33e34cb

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -224,19 +224,10 @@ Examples live in [`examples/`](examples/).
224224

225225
## Notes for contributors
226226

227-
- request façade and helpers live in `request*.go`
228-
- response façade, helpers, builders, and write internals live in `response*.go`
227+
- request facade and helpers live in `request*.go`
228+
- response facade, helpers, builders, and write internals live in `response*.go`
229229
- problem details, config, builders, and helpers live in `problem*.go`
230230

231-
## Release notes draft for `v3.0.0`
232-
233-
- root module is now stdlib-only
234-
- validation moved to `github.com/rluders/httpsuite/validation/playground`
235-
- request parsing supports configurable body-size limits
236-
- problem type configuration is explicit via `ProblemConfig`
237-
- global validator support added via `SetValidator` and `RegisterDefault`
238-
- response metadata is generic, with optional `PageMeta` and `CursorMeta`
239-
240231
## Release workflow
241232

242233
The release workflow supports two paths:
@@ -250,6 +241,8 @@ On manual dispatch, the workflow finds the latest `v*` tag, bumps it according t
250241

251242
- [Improving Request Validation and Response Handling in Go Microservices](https://medium.com/@rluders/improving-request-validation-and-response-handling-in-go-microservices-cc54208123f2)
252243

244+
> Do you have a project example or a tutorial? Add it here.
245+
253246
## Contributing
254247

255248
Contributions are welcome:

0 commit comments

Comments
 (0)