---
title: Publishers.BufferingStrategy.dropNewest
framework: combine
role: symbol
role_heading: Case
path: combine/publishers/bufferingstrategy/dropnewest
---

# Publishers.BufferingStrategy.dropNewest

When the buffer is full, discard the newly received element.

## Declaration

```swift
case dropNewest
```

## See Also

### Buffering strategies

- [Publishers.BufferingStrategy.dropOldest](combine/publishers/bufferingstrategy/dropoldest.md)
- [Publishers.BufferingStrategy.customError(_:)](combine/publishers/bufferingstrategy/customerror(_:).md)
