v0.2.7 - 2026-05-17
- Fix
Collectableimplementation silently ignoring write errors. - Fix
Collectableimplementation silently ignoring close errors. - Fix
Enumerableimplementation crashing withCaseClauseErroron read errors. - Fix
Enumerable.count/1returning invalid protocol value on error. - Fix
Enumerable.slice/1crashing withMatchErrorwhen object is invalid. - Fix
Enumerableslicing function ignoring seek/read errors.
v0.2.6 - 2026-05-01
- Fix grammar and typos in the documentation
- Fix example code in
PgLargeObjects.export/3API docs - Fix admonition title in
PgLargeObjects.LargeObject.size/1API docs - Fix potential resource leak in
PgLargeObjects.import/3andexport/3.
v0.2.5 - 2026-04-27
- Fix
PgLargeObjects.export/3not honoring:bufsizeoption if:intooption is not given.
v0.2.4 - 2025-12-28
- Fix hyperlink in documentation
v0.2.3 - 2025-11-27
- Fix example in cheat sheet documentation
v0.2.2 - 2025-11-21
- Run CI check with 1.19.3
- Improve
PgLargeObjects.export/3documentation - Fix
PgLargeObjects.LargeObject.UploadWriterdocumentation - Relax dependency on phoenix_live_view
v0.2.1 - 2025-11-14
- Add 'Considerations' document
- Documentation improvements
v0.2.0 - 2025-11-13
v0.1.3 - 2025-11-13
- Document difference between
Enum.count/1andPgLargeObjects.LargeObjects.size/1 - Reorder chapters in documentation
- Add
:appendoption toPgLargeObjects.LargeObject.open/3and others
v0.1.2 - 2025-11-12
- Fix incorrect 0.1.0-dev version in package.
- Fix example in cheatsheet
v0.1.1 - 2025-11-11
- Fix typo in Mix package description
- Fix
export_large_object/2example in README.md - Add more tests for
PgLargeObjects.Repo - Add simple benchmarking script for exports
- Add CHANGELOG.md file
- Support Elixir 1.18
- Extend CI tests to cover Elixir 1.18 and OTP 27.3
v0.1.0 - 2025-11-11
- Initial release