dart_seq_http_client 2.0.0
dart_seq_http_client: ^2.0.0 copied to clipboard
HTTP client implementation for dart_seq
2.0.0 #
- BREAKING: Requires
dart_seq3.0.0 (sendEventsreturnsFuture<List<SeqEventResult>>) - BREAKING:
SeqResponseconstructor now uses named parameters - BREAKING: Update SDK constraint to
^3.8.0 - FEAT: Per-event retry on batch 400 - isolates malformed events instead of failing the entire batch
- FEAT:
SeqHttpClientException.isRetryable- 400/413 are non-retryable, others retryable - FEAT:
SeqHttpClientException.toString()includes status code and response body - FEAT:
SeqHttpLogger.create()acceptsthrowOnErrorandonFlushErrorparameters - FEAT: README: Error Handling section (#13) with exception hierarchy docs
1.0.0 #
- No changes; bump to 1.0.0 release
0.0.1-pre.2 #
- No changes; bump to test release workflow
0.0.1-pre.1 #
- Initial release
- Moved
SeqHttpClientfromdart_seq