Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 457 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 457 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.1.0 - 2024-07-11

Added

  • Added a :buffer option to OffBroadwayMemory.Producer.

Changed

  • Deprecated :buffer_pid in OffBroadwayMemory.Producer, use :buffer instead.

Fixed

  • Fixed passing options to OffBroadwayMemory.Buffer.start_link/1. Thanks @lukeledet.