Skip to content

Commit dbe09dd

Browse files
committed
Update version and changelog. v2.5.9
1 parent 654d97a commit dbe09dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
v2.5.9 (2025-12-09)
4+
- Implement bucket configuration operations `put_bucket_logging/2`, `put_bucket_notification/2`, `put_bucket_request_payment/2`, and `put_bucket_website/2`.
5+
- Fix `put_object` typespec
6+
- Remove deprecated Owner DisplayName field. This was removed by AWS on November 21, 2025.
7+
- Add integration tests for MinIO
8+
- Add streaming support for `list_object_versions/3`
9+
310
v2.5.8 (2025-08-12)
411
- Rename `get_bucket_object_versions` to `list_object_versions`
512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExAws.S3.Mixfile do
22
use Mix.Project
33

4-
@version "2.5.8"
4+
@version "2.5.9"
55
@service "s3"
66
@url "https://github.com/ex-aws/ex_aws_#{@service}"
77
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")

0 commit comments

Comments
 (0)