File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,12 +141,11 @@ validationsMutex.Unlock()
141141
1421421 . Update version in ` cmd/lobster/main.go `
1431432 . Update ` CHANGELOG.md ` with changes
144- 3 . Update ` docs/roadmap.md ` to mark completed items
145- 4 . Run all tests: ` go test ./... `
146- 5 . Build for all platforms
147- 6 . Create git tag: ` git tag -a vX.Y.Z -m "Release vX.Y.Z" `
148- 7 . Push tag: ` git push origin vX.Y.Z `
149- 8 . Create GitHub release with binaries
144+ 3 . Run all tests: ` go test ./... `
145+ 4 . Build for all platforms
146+ 5 . Create git tag: ` git tag -a vX.Y.Z -m "Release vX.Y.Z" `
147+ 6 . Push tag: ` git push origin vX.Y.Z `
148+ 7 . Create GitHub release with binaries
150149
151150## Key Files
152151
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ See the [Quick Start Guide](quickstart) for more examples.
5757| [ Development] ( development ) | Project structure and development workflow |
5858| [ Testing] ( testing ) | Testing strategy and coverage goals |
5959| [ Contributing] ( contributing ) | How to contribute to Lobster |
60- | [ Roadmap] ( roadmap ) | Planned features and priorities |
6160
6261## Responsible Use
6362
Original file line number Diff line number Diff line change @@ -276,23 +276,6 @@ Large result sets create large report files:
276276
277277Lobster does not create temporary files during testing. All state is in memory until final report generation.
278278
279- ## Future Roadmap
280-
281- Planned improvements for future versions:
282-
283- ** v1.1.0+**
284- - Result streaming to disk for very large tests
285- - Checkpointing for crash recovery
286- - Intermediate report generation
287-
288- ** v2.0.0+**
289- - Distributed load generation (master/worker architecture)
290- - HTTP/2 support
291- - WebSocket testing
292- - Cloud deployment options
293-
294- See the [ roadmap] ( roadmap ) for detailed feature timeline.
295-
296279## Working Around Limitations
297280
298281### Multiple Instance Coordination
@@ -348,9 +331,8 @@ For very large sites that exceed memory:
348331
349332If you hit limitations not documented here:
350333
351- - Check existing GitHub issues
334+ - Check existing [ GitHub issues] ( https://github.com/vnykmshr/lobster/issues )
352335- Open a new issue with your use case
353336- Consider if your needs require distributed testing
354- - Review alternative tools in the [ roadmap] ( roadmap )
355337
356338We're always interested in understanding real-world usage and limitations.
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ See [Configuration](configuration) for all authentication options.
143143
144144- [ Configuration Reference] ( configuration ) - All CLI flags and options
145145- [ Architecture] ( architecture ) - How Lobster works
146- - [ Roadmap] ( roadmap ) - Upcoming features
147146- [ Contributing] ( contributing ) - How to contribute
148147
149148## Getting Help
Original file line number Diff line number Diff line change 11---
22title : Responsible Use
3- nav_order : 10
3+ nav_order : 9
44---
55
66# Responsible Use Guidelines
You can’t perform that action at this time.
0 commit comments